Home
last modified time | relevance | path

Searched refs:HCR_NV1 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dhflags.c303 if ((hcr & (HCR_NV | HCR_NV1)) != (HCR_NV | HCR_NV1)) { in rebuild_hflags_a64()
343 if (hcr & HCR_NV1) { in rebuild_hflags_a64()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_arm.h32 #define HCR_NV1 (UL(1) << 43) macro
/openbmc/linux/arch/arm64/kvm/
H A Demulate-nested.c230 .value = HCR_NV | HCR_NV1,
231 .mask = HCR_NV | HCR_NV1 | HCR_NV2,
/openbmc/qemu/target/arm/
H A Dptw.c1663 return (hcr & (HCR_NV | HCR_NV1)) == (HCR_NV | HCR_NV1); in nv_nv1_enabled()
H A Dhelper.c270 if ((arm_hcr_el2_eff(env) & (HCR_NV | HCR_NV1)) == (HCR_NV | HCR_NV1)) { in arm_pan_enabled()
5709 uint64_t hcr_nv = arm_hcr_el2_eff(env) & (HCR_NV | HCR_NV1 | HCR_NV2);
5711 if (hcr_nv == (HCR_NV | HCR_NV1)) {
6196 valid_mask |= HCR_NV | HCR_NV1 | HCR_AT; in el_is_in_host()
6219 * HCR_NV and HCR_NV1 affect interpretation of descriptor bits in hcrx_write()
6222 (HCR_VM | HCR_PTW | HCR_DC | HCR_DCT | HCR_FWB | HCR_NV | HCR_NV1)) { in hcrx_write()
11921 if ((hcr & (HCR_NV | HCR_NV1 | HCR_NV2)) == HCR_NV || in aa64_va_parameter_tbid()
H A Dcpu.h1635 #define HCR_NV1 (1ULL << 43)
1632 #define HCR_NV1 global() macro
H A Dcpu.c1271 (hcr & HCR_NV1) ? " NV1" : "", in aarch64_cpu_dump_state()