Searched refs:dat_protection (Results 1 – 3 of 3) sorted by relevance
639 int dat_protection = 0; in guest_translate() local695 dat_protection |= rfte.p; in guest_translate()713 dat_protection |= rste.p; in guest_translate()764 dat_protection |= ste.fc0.p; in guest_translate()776 dat_protection |= pte.p; in guest_translate()1392 *dat_protection = 0; in kvm_s390_shadow_tables()1447 *dat_protection |= rfte.p; in kvm_s390_shadow_tables()1474 *dat_protection |= rste.p; in kvm_s390_shadow_tables()1477 rste.p |= *dat_protection; in kvm_s390_shadow_tables()1578 int dat_protection, fake; in kvm_s390_shadow_fault() local[all …]
138 unsigned long *pgt, int *dat_protection, int *fake);
2004 unsigned long *pgt, int *dat_protection, in gmap_shadow_pgt_lookup() argument2018 *dat_protection = !!(*table & _SEGMENT_ENTRY_PROTECT); in gmap_shadow_pgt_lookup()
Completed in 14 milliseconds