Lines Matching refs:res0
2107 struct fgt_masks __n = { .str = #__m, .res0 = __m, }
2160 if ((BIT(tc.bit) & rmasks->res0) && in aggregate_fgt()
2161 (!wmasks || (BIT(tc.bit) & wmasks->res0))) in aggregate_fgt()
2165 rmasks->mask |= BIT(tc.bit) & ~rmasks->res0; in aggregate_fgt()
2167 rmasks->nmask |= BIT(tc.bit) & ~rmasks->res0; in aggregate_fgt()
2171 wmasks->mask |= BIT(tc.bit) & ~wmasks->res0; in aggregate_fgt()
2173 wmasks->nmask |= BIT(tc.bit) & ~wmasks->res0; in aggregate_fgt()
2182 u64 res0 = masks->res0; in check_fgt_masks() local
2196 masks->res0 = ~(masks->mask | masks->nmask); in check_fgt_masks()
2197 if (masks->res0 != res0) in check_fgt_masks()
2199 masks->str, masks->res0, res0); in check_fgt_masks()
2430 return masks->mask[sr - __VNCR_START__].res0; in kvm_get_sysreg_res0()