Home
last modified time | relevance | path

Searched refs:PSR_A_BIT (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Ddaifflags.h17 #define DAIF_ERRCTX (PSR_I_BIT | PSR_A_BIT)
18 #define DAIF_MASK (PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT)
84 if (!(flags & PSR_A_BIT)) { in local_daif_restore()
H A Dptrace.h20 (PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT | PSR_MODE_EL1h)
22 (PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT | PSR_MODE_EL2h)
H A Defi.h48 #define ARCH_EFI_IRQ_FLAGS_MASK (PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT)
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/testcases/
H A Dmangle_pstate_invalid_daif_bits.c23 uc->uc_mcontext.pstate |= PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT; in mangle_invalid_pstate_run()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dirq.c87 WARN_ON(read_sysreg(daif) & PSR_A_BIT); in init_IRQ()
H A Dprocess.c259 pstate & PSR_A_BIT ? 'A' : 'a', in print_pstate()
H A Dptrace.c1926 (regs->pstate & PSR_A_BIT) == 0 && in valid_native_regs()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Defi.h35 (PSR_J_BIT | PSR_E_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT | \
H A Dptrace.h65 regs->ARM_cpsr &= ~(PSR_F_BIT | PSR_A_BIT); in valid_user_regs()
H A Dassembler.h361 orr \reg, \reg, #PSR_A_BIT
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dptrace.h67 #define PSR_A_BIT 0x00000100 /* >= V6, but not V7M */ macro
/OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/
H A Dptrace.h80 #define PSR_A_BIT 0x00000100 /* >= V6, but not V7M */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm/
H A Dptrace.h47 #define PSR_A_BIT 0x00000100 macro
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dptrace.h47 #define PSR_A_BIT 0x00000100 macro
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S203 mov x0, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT | PSR_D_BIT | PSR_MODE_EL2h)
H A Dhost.S79 mov lr, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT | PSR_D_BIT |\
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/
H A Dexception.c147 new |= PSR_A_BIT; in enter_exception64()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dreset.c38 #define VCPU_RESET_PSTATE_EL1 (PSR_MODE_EL1h | PSR_A_BIT | PSR_I_BIT | \
/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H A Dtest-core.h417 #define PSR_IGNORE_BITS (PSR_A_BIT | PSR_F_BIT)