Home
last modified time | relevance | path

Searched refs:PSR_DIT_BIT (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/arm64/include/uapi/asm/
Dptrace.h53 #define PSR_DIT_BIT 0x01000000 macro
/linux-6.12.1/arch/arm64/kvm/hyp/
Dexception.c137 new |= (old & PSR_DIT_BIT); in enter_exception64()
/linux-6.12.1/arch/arm64/kernel/
Dprocess.c195 pstate & PSR_DIT_BIT ? '+' : '-', in print_pstate()