Home
last modified time | relevance | path

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

/arch/s390/kvm/
Dgaccess.c621 int dat_protection = 0; in guest_translate() local
677 dat_protection |= rfte.p; in guest_translate()
695 dat_protection |= rste.p; in guest_translate()
713 dat_protection |= rtte.fc1.p; in guest_translate()
723 dat_protection |= rtte.fc0.p; in guest_translate()
741 dat_protection |= ste.fc1.p; in guest_translate()
746 dat_protection |= ste.fc0.p; in guest_translate()
758 dat_protection |= pte.p; in guest_translate()
764 if (mode == GACC_STORE && dat_protection) { in guest_translate()
985 unsigned long *pgt, int *dat_protection, in kvm_s390_shadow_tables() argument
[all …]
/arch/s390/include/asm/
Dgmap.h138 unsigned long *pgt, int *dat_protection, int *fake);
/arch/s390/mm/
Dgmap.c1988 unsigned long *pgt, int *dat_protection, in gmap_shadow_pgt_lookup() argument
2002 *dat_protection = !!(*table & _SEGMENT_ENTRY_PROTECT); in gmap_shadow_pgt_lookup()