Home
last modified time | relevance | path

Searched refs:crste_leaf (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/kvm/
H A Ddat.h738 static inline bool crste_leaf(union crste crste) in crste_leaf() function
745 return crste_leaf(crste) && crste.s.fc1.prefix_notif; in crste_prefix()
750 return crste_leaf(crste) && crste.s.fc1.d; in crste_dirty()
H A Dgmap.h217 if (crste_leaf(oldcrste) && oldcrste.s.fc1.vsie_notif && in _gmap_crstep_xchg_atomic()
H A Dgmap.c859 while (crste_leaf(crste)) { in _gmap_split_crste()
1081 if (crste_leaf(crste) || crste.h.i) in gmap_unshadow_level()
H A Dgaccess.c1527 (!ptep && crste_leaf(*table) && !table->h.i && table->h.p == w->p)) in _gaccess_do_shadow()