Searched refs:e2h0 (Results 1 – 2 of 2) sorted by relevance
19 u8 e2h0 = SYS_FIELD_GET(ID_AA64MMFR4_EL1, E2H0, mmfr4); in guest_code() local33 if (e2h0 == ID_AA64MMFR4_EL1_E2H0_IMP) in guest_code()37 GUEST_ASSERT_EQ(e2h0, ID_AA64MMFR4_EL1_E2H0_NI_NV1); in guest_code()
1353 bool e2h0 = kvm_has_feat(kvm, FEAT_E2H0); in compute_resx_bits() local1373 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()