Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Ddat.h674 static inline bool is_pmd(union crste crste) in is_pud()
717 if (is_pmd(crste))
796 if (is_pmd(crste)) in cspg_crste()
828 if (unlikely(is_pmd(crste)))
973 return is_pmd(crste) && crste.h.i && crste.h.fc0.tl == 1 && crste.h.fc == 0;
669 static inline bool is_pmd(union crste crste) is_pmd() function
H A Ddat.c97 if (!is_pmd(table->crstes[i])) in dat_free_level()
309 if (is_pmd(old)) in dat_split_crste()
566 if (!is_pmd(crste)) in dat_crste_walk_range()
875 if (is_pmd(crste)) in _dat_slot_crste()
H A Dgmap.h205 unsigned long align = is_pmd(newcrste) ? _PAGE_ENTRIES : _PAGE_ENTRIES * _CRST_ENTRIES; in _gmap_crstep_xchg_atomic()
H A Dgmap.c1105 if (is_pmd(crste)) in gmap_unshadow()
H A Dgaccess.c1474 gfn = f->gfn & (is_pmd(*table) ? _SEGMENT_FR_MASK : _REGION3_FR_MASK); in _do_shadow_crste()