Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Demulate-nested.c2134 u64 rresx, wresx; in aggregate_fgt() local
2167 rresx = rmasks->res0 | rmasks->res1; in aggregate_fgt()
2175 if ((BIT(tc.bit) & rresx) && (!wmasks || (BIT(tc.bit) & wresx))) in aggregate_fgt()
2179 rmasks->mask |= BIT(tc.bit) & ~rresx; in aggregate_fgt()
2181 rmasks->nmask |= BIT(tc.bit) & ~rresx; in aggregate_fgt()