Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Ddaifflags.h17 #define DAIF_ERRCTX (PSR_A_BIT | PSR_I_BIT | PSR_F_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.h51 #define ARCH_EFI_IRQ_FLAGS_MASK (PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT)
/linux/arch/arm64/kvm/
H A Dinject_fault.c245 return (*vcpu_cpsr(vcpu) & PSR_A_BIT) && in kvm_sea_target_is_el2()
336 return (*vcpu_cpsr(vcpu) & PSR_A_BIT) && !effective_sctlr2_nmea(vcpu); in serror_is_masked()
354 return *vcpu_cpsr(vcpu) & PSR_A_BIT; in kvm_serror_target_is_el2()
H A Dreset.c40 #define VCPU_RESET_PSTATE_EL1 (PSR_MODE_EL1h | PSR_A_BIT | PSR_I_BIT | \
43 #define VCPU_RESET_PSTATE_EL2 (PSR_MODE_EL2h | PSR_A_BIT | PSR_I_BIT | \
H A Demulate-nested.c2681 spsr &= (PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT | in kvm_check_illegal_exception_return()
/linux/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()
/linux/arch/arm/include/asm/
H A Defi.h42 (PSR_J_BIT | PSR_E_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT | \
H A Dptrace.h66 regs->ARM_cpsr &= ~(PSR_F_BIT | PSR_A_BIT); in valid_user_regs()
H A Dassembler.h449 orr \reg, \reg, #PSR_A_BIT
/linux/arch/arm64/kernel/
H A Dirq.c121 WARN_ON(read_sysreg(daif) & PSR_A_BIT); in init_IRQ()
H A Dprocess.c190 pstate & PSR_A_BIT ? 'A' : 'a', in print_pstate()
H A Dptrace.c2504 (regs->pstate & PSR_A_BIT) == 0 && in valid_native_regs()
/linux/arch/arm/include/uapi/asm/
H A Dptrace.h80 #define PSR_A_BIT 0x00000100 /* >= V6, but not V7M */ macro
/linux/arch/arm64/include/uapi/asm/
H A Dptrace.h47 #define PSR_A_BIT 0x00000100 macro
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S238 mov x0, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT | PSR_D_BIT | PSR_MODE_EL2h)
H A Dhost.S114 mov lr, #(PSR_F_BIT | PSR_I_BIT | PSR_A_BIT | PSR_D_BIT |\
H A Dhyp-main.c710 new_spsr |= PSR_D_BIT | PSR_A_BIT | PSR_I_BIT | PSR_F_BIT; in inject_undef64()
/linux/arch/arm64/kvm/hyp/
H A Dexception.c158 new |= PSR_A_BIT; in enter_exception64()
/linux/arch/arm/probes/kprobes/
H A Dtest-core.h417 #define PSR_IGNORE_BITS (PSR_A_BIT | PSR_F_BIT)