Home
last modified time | relevance | path

Searched refs:PSR_BTYPE_SHIFT (Results 1 – 2 of 2) sorted by relevance

/arch/arm64/include/uapi/asm/
Dptrace.h60 #define PSR_BTYPE_SHIFT 10 macro
71 #define PSR_BTYPE_NONE (0b00 << PSR_BTYPE_SHIFT)
72 #define PSR_BTYPE_JC (0b01 << PSR_BTYPE_SHIFT)
73 #define PSR_BTYPE_C (0b10 << PSR_BTYPE_SHIFT)
74 #define PSR_BTYPE_J (0b11 << PSR_BTYPE_SHIFT)
/arch/arm64/kernel/
Dprocess.c152 #define bstr(suffix, str) [PSR_BTYPE_ ## suffix >> PSR_BTYPE_SHIFT] = str
182 PSR_BTYPE_SHIFT]; in print_pstate()