Home
last modified time | relevance | path

Searched refs:ESR_ELx_CV (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Desr.h134 #define ESR_ELx_CV (UL(1) << 24) macro
H A Dkvm_emulate.h231 if (esr & ESR_ELx_CV) in kvm_vcpu_get_condition()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dtraps.c596 if (!(esr & ESR_ELx_CV)) { in cp15_cond_valid()