Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/include/asm/
Desr.h96 #define ESR_ELx_CV (UL(1) << 24) macro
/linux-4.1.27/arch/arm64/kvm/
Demulate.c59 if (esr & ESR_ELx_CV) in kvm_vcpu_get_condition()