Home
last modified time | relevance | path

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

/linux/arch/arm64/include/uapi/asm/
H A 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)
/linux/tools/testing/selftests/arm64/bti/
H A Dtest.c86 >> PSR_BTYPE_SHIFT) * 2], 2); in handler()
/linux/arch/arm64/kernel/
H A Dprocess.c151 #define bstr(suffix, str) [PSR_BTYPE_ ## suffix >> PSR_BTYPE_SHIFT] = str
181 PSR_BTYPE_SHIFT]; in print_pstate()