Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dconfig.c1418 bool e2h0 = kvm_has_feat(kvm, FEAT_E2H0); in compute_resx_bits() local
1438 match &= !e2h0; in compute_resx_bits()
1444 (e2h0 && (map[i].flags & RES1_WHEN_E2H0)) || in compute_resx_bits()
1445 (!e2h0 && (map[i].flags & RES1_WHEN_E2H1))) in compute_resx_bits()