Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dconfig.c25 #define FORCE_RESx BIT(2) /* Unconditional RESx */ macro
104 #define FORCE_RES0(m) NEEDS_FEAT_FLAG(m, FORCE_RESx)
105 #define FORCE_RES1(m) NEEDS_FEAT_FLAG(m, FORCE_RESx | AS_RES1)
995 NEEDS_FEAT_FLAG(HCR_EL2_E2H, RES1_WHEN_E2H1 | FORCE_RESx),
1291 if (!((map[i].flags & FORCE_RESx) && (map[i].bits & resx))) in check_feat_map()
1365 if (map[i].flags & FORCE_RESx) in compute_resx_bits()