Searched refs:SCTLR_EnIA_BIT (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a-3.7.0/lib/extensions/pauth/ |
D | pauth_helpers.S | 34 orr x0, x0, #SCTLR_EnIA_BIT 53 bic x0, x0, #SCTLR_EnIA_BIT 75 orr x0, x0, #SCTLR_EnIA_BIT 94 bic x0, x0, #SCTLR_EnIA_BIT 132 orr x9, x9, #SCTLR_EnIA_BIT
|
/trusted-firmware-a-3.7.0/bl31/aarch64/ |
D | crash_reporting.S | 261 tst x2, #(SCTLR_EnIA_BIT | SCTLR_EnIB_BIT)
|
/trusted-firmware-a-3.7.0/include/arch/aarch64/ |
D | arch.h | 497 #define SCTLR_EnIA_BIT (ULL(1) << 31) macro
|