Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Dgaccess.c466 int dat_protection = 0; in guest_translate() local
522 dat_protection |= rfte.p; in guest_translate()
540 dat_protection |= rste.p; in guest_translate()
558 dat_protection |= rtte.fc1.p; in guest_translate()
568 dat_protection |= rtte.fc0.p; in guest_translate()
586 dat_protection |= ste.fc1.p; in guest_translate()
591 dat_protection |= ste.fc0.p; in guest_translate()
603 dat_protection |= pte.p; in guest_translate()
609 if (mode == GACC_STORE && dat_protection) { in guest_translate()
1213 unsigned long *pgt, int *dat_protection, in kvm_s390_shadow_tables() argument
[all …]
/linux/arch/s390/include/asm/
H A Dgmap.h138 unsigned long *pgt, int *dat_protection, int *fake);
/linux/arch/s390/mm/
H A Dgmap.c2019 unsigned long *pgt, int *dat_protection, in gmap_shadow_pgt_lookup() argument
2033 *dat_protection = !!(*table & _SEGMENT_ENTRY_PROTECT); in gmap_shadow_pgt_lookup()