Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Demulate-nested.c2124 struct fgt_masks *rmasks, *wmasks; in aggregate_fgt() local
2129 wmasks = &hfgwtr_masks; in aggregate_fgt()
2133 wmasks = &hdfgwtr_masks; in aggregate_fgt()
2137 wmasks = NULL; in aggregate_fgt()
2141 wmasks = NULL; in aggregate_fgt()
2145 wmasks = &hfgwtr2_masks; in aggregate_fgt()
2149 wmasks = &hdfgwtr2_masks; in aggregate_fgt()
2153 wmasks = NULL; in aggregate_fgt()
2162 (!wmasks || (BIT(tc.bit) & wmasks->res0))) in aggregate_fgt()
2170 if (wmasks) { in aggregate_fgt()
[all …]