Searched refs:OSLSR_EL1_OSLK (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/arch/arm64/include/asm/
H A Dsysreg.h152 #define OSLSR_EL1_OSLK BIT(1) macro
/linux-master/arch/arm64/include/asm/
H A Dkvm_host.h1192 (!!(__vcpu_sys_reg(vcpu, OSLSR_EL1) & OSLSR_EL1_OSLK))
H A Dsysreg.h184 #define OSLSR_EL1_OSLK BIT(1) macro
/linux-master/arch/arm64/kvm/
H A Dsys_regs.c532 oslsr = __vcpu_sys_reg(vcpu, OSLSR_EL1) & ~OSLSR_EL1_OSLK;
534 oslsr |= OSLSR_EL1_OSLK;
558 if ((val ^ rd->val) & ~OSLSR_EL1_OSLK)

Completed in 130 milliseconds