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

Completed in 7 milliseconds