Searched refs:edat_level (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | gmap.h | 42 * @edat_level: edat level to be used for the shadow translation 68 int edat_level; member 127 int edat_level); 128 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | gmap.h | 42 * @edat_level: edat level to be used for the shadow translation 68 int edat_level; member 127 int edat_level); 128 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level);
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | gmap.c | 1585 * @edat_level: edat level to be used for the shadow translation 1592 int edat_level) in gmap_find_shadow() 1597 if (sg->orig_asce != asce || sg->edat_level != edat_level || in gmap_find_shadow() 1613 * @edat_level: edat level to be used for the shadow translation 1620 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() argument 1624 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid() 1632 * @edat_level: edat level to be used for the shadow translation 1644 int edat_level) in gmap_shadow() 1591 gmap_find_shadow(struct gmap *parent, unsigned long asce, int edat_level) gmap_find_shadow() argument 1643 gmap_shadow(struct gmap *parent, unsigned long asce, int edat_level) gmap_shadow() argument [all...] |
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | gmap.c | 1613 * @edat_level: edat level to be used for the shadow translation 1620 int edat_level) in gmap_find_shadow() 1625 if (sg->orig_asce != asce || sg->edat_level != edat_level || in gmap_find_shadow() 1641 * @edat_level: edat level to be used for the shadow translation 1648 int gmap_shadow_valid(struct gmap *sg, unsigned long asce, int edat_level) in gmap_shadow_valid() argument 1652 return sg->orig_asce == asce && sg->edat_level == edat_level; in gmap_shadow_valid() 1660 * @edat_level: edat level to be used for the shadow translation 1672 int edat_level) in gmap_shadow() 1619 gmap_find_shadow(struct gmap *parent, unsigned long asce, int edat_level) gmap_find_shadow() argument 1671 gmap_shadow(struct gmap *parent, unsigned long asce, int edat_level) gmap_shadow() argument [all...] |
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | gaccess.c | 1049 if (sg->edat_level >= 1) in kvm_s390_shadow_tables() 1076 if (sg->edat_level >= 1) in kvm_s390_shadow_tables() 1102 if (rtte.cr && asce.p && sg->edat_level >= 2) in kvm_s390_shadow_tables() 1104 if (rtte.fc && sg->edat_level >= 2) { in kvm_s390_shadow_tables() 1113 if (sg->edat_level >= 1) in kvm_s390_shadow_tables() 1142 if (ste.fc && sg->edat_level >= 1) { in kvm_s390_shadow_tables()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | gaccess.c | 1448 if (sg->edat_level >= 1) in kvm_s390_shadow_tables() 1476 if (sg->edat_level >= 1) in kvm_s390_shadow_tables() 1503 if (rtte.cr && asce.p && sg->edat_level >= 2) in kvm_s390_shadow_tables() 1505 if (rtte.fc && sg->edat_level >= 2) { in kvm_s390_shadow_tables() 1514 if (sg->edat_level >= 1) in kvm_s390_shadow_tables() 1544 if (ste.fc && sg->edat_level >= 1) { in kvm_s390_shadow_tables()
|
Completed in 11 milliseconds