Home
last modified time | relevance | path

Searched refs:TABLE_TYPE_REGION3 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/s390/include/asm/
H A Ddat-bits.h193 TABLE_TYPE_REGION3 = 1, enumerator
/linux/arch/s390/kvm/
H A Ddat.h676 return crste.h.tt == TABLE_TYPE_REGION3; in is_pud()
710 if (unlikely(!crste.h.fc || crste.h.tt > TABLE_TYPE_REGION3)) in crste_origin_large()
740 return (crste.h.tt <= TABLE_TYPE_REGION3) && crste.h.fc; in crste_leaf()
789 if (unlikely(!crste.h.fc || crste.h.tt > TABLE_TYPE_REGION3)) in large_crste_to_phys()
H A Ddat.c447 if (WARN_ON_ONCE(entry.h.tt != TABLE_TYPE_REGION3)) in dat_entry_walk()
451 if (walk_level == TABLE_TYPE_REGION3 && in dat_entry_walk()
456 if (walk_level == TABLE_TYPE_REGION3 || ((leaf || any) && entry.pud.h.fc)) in dat_entry_walk()
H A Dgaccess.c564 if (rtte.tt != TABLE_TYPE_REGION3) in guest_translate_gva()
1370 if (table.pud.tt != TABLE_TYPE_REGION3) in walk_guest_tables()
1576 if (KVM_BUG_ON(l > TABLE_TYPE_REGION3, sg->kvm)) in _gaccess_do_shadow()
H A Dgmap.c39 return TABLE_TYPE_REGION3; in gmap_limit_to_type()
692 level = TABLE_TYPE_REGION3; in gmap_link()