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.h669 static inline bool is_pmd(union crste crste) in is_pmd() function
712 if (is_pmd(crste)) in crste_origin_large()
791 if (is_pmd(crste)) in large_crste_to_phys()
823 if (unlikely(is_pmd(crste))) in _dereference_crste()
968 return is_pmd(crste) && crste.h.i && crste.h.fc0.tl == 1 && crste.h.fc == 0; in crste_is_ucas()
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.h203 unsigned long align = is_pmd(newcrste) ? _PAGE_ENTRIES : _PAGE_ENTRIES * _CRST_ENTRIES; in _gmap_crstep_xchg_atomic()
H A Dgmap.c1083 if (is_pmd(crste)) in gmap_unshadow_level()
H A Dgaccess.c1474 gfn = f->gfn & gpa_to_gfn(is_pmd(*table) ? _SEGMENT_MASK : _REGION3_MASK); in _do_shadow_crste()