Home
last modified time | relevance | path

Searched refs:HCR_HCD (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm64/kvm/
H A Dhandle_exit.c45 if (vcpu_read_sys_reg(vcpu, HCR_EL2) & HCR_HCD) in handle_hvc()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_arm.h45 #define HCR_HCD (UL(1) << 29) macro
/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c1019 undef = env->cp15.hcr_el2 & HCR_HCD; in HELPER()
/openbmc/qemu/target/arm/
H A Dcpu.h1618 #define HCR_HCD (1ULL << 29) macro
H A Dhelper.c5999 valid_mask &= ~HCR_HCD; in do_hcr_write()
6174 HCR_TSW | HCR_TTLB | HCR_TVM | HCR_HCD | HCR_TRVM | in arm_hcr_el2_eff_secstate()