Home
last modified time | relevance | path

Searched refs:dat_protection (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kvm/
H A 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()
984 kvm_s390_shadow_tables(struct gmap *sg, unsigned long saddr, unsigned long *pgt, int *dat_protection, int *fake) kvm_s390_shadow_tables() argument
1181 int dat_protection, fake; kvm_s390_shadow_fault() local
[all...]
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dgaccess.c639 int dat_protection = 0; in guest_translate() local
695 dat_protection |= rfte.p; in guest_translate()
713 dat_protection |= rste.p; in guest_translate()
731 dat_protection |= rtte.fc1.p; in guest_translate()
741 dat_protection |= rtte.fc0.p; in guest_translate()
759 dat_protection |= ste.fc1.p; in guest_translate()
764 dat_protection |= ste.fc0.p; in guest_translate()
776 dat_protection |= pte.p; in guest_translate()
782 if (mode == GACC_STORE && dat_protection) { in guest_translate()
1378 * @dat_protection
1381 kvm_s390_shadow_tables(struct gmap *sg, unsigned long saddr, unsigned long *pgt, int *dat_protection, int *fake) kvm_s390_shadow_tables() argument
1584 int dat_protection, fake; kvm_s390_shadow_fault() local
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dgmap.h138 unsigned long *pgt, int *dat_protection, int *fake);
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dgmap.h138 unsigned long *pgt, int *dat_protection, int *fake);
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dgmap.c1979 * @dat_protection: if the pgtable is marked as protected by dat
1988 unsigned long *pgt, int *dat_protection, in gmap_shadow_pgt_lookup()
2002 *dat_protection = !!(*table & _SEGMENT_ENTRY_PROTECT); in gmap_shadow_pgt_lookup()
1987 gmap_shadow_pgt_lookup(struct gmap *sg, unsigned long saddr, unsigned long *pgt, int *dat_protection, int *fake) gmap_shadow_pgt_lookup() argument
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dgmap.c2008 * @dat_protection: if the pgtable is marked as protected by dat
2017 unsigned long *pgt, int *dat_protection, in gmap_shadow_pgt_lookup()
2031 *dat_protection = !!(*table & _SEGMENT_ENTRY_PROTECT); in gmap_shadow_pgt_lookup()
2016 gmap_shadow_pgt_lookup(struct gmap *sg, unsigned long saddr, unsigned long *pgt, int *dat_protection, int *fake) gmap_shadow_pgt_lookup() argument

Completed in 12 milliseconds