Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/arm64/
H A Dhello_el2.c19 u8 e2h0 = SYS_FIELD_GET(ID_AA64MMFR4_EL1, E2H0, mmfr4); in guest_code() local
33 if (e2h0 == ID_AA64MMFR4_EL1_E2H0_IMP) in guest_code()
37 GUEST_ASSERT_EQ(e2h0, ID_AA64MMFR4_EL1_E2H0_NI_NV1); in guest_code()
/linux/arch/arm64/kvm/
H A Dconfig.c1353 bool e2h0 = kvm_has_feat(kvm, FEAT_E2H0); in compute_resx_bits() local
1373 match &= !e2h0; in compute_resx_bits()
1379 (e2h0 && (map[i].flags & RES1_WHEN_E2H0)) || in compute_resx_bits()
1380 (!e2h0 && (map[i].flags & RES1_WHEN_E2H1))) in compute_resx_bits()