Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Ddat.h141 unsigned long prefix_notif : 1; /* Guest prefix invalidation notification */ member
169 unsigned long prefix_notif : 1; /* Guest prefix invalidation notification */ member
192 unsigned long prefix_notif : 1; /* Guest prefix invalidation notification */ member
263 unsigned long prefix_notif : 1; /* Guest prefix invalidation notification */ member
730 return pmd.h.fc && pmd.s.fc1.prefix_notif; in pmd_prefix()
735 return pud.h.fc && pud.s.fc1.prefix_notif; in pud_prefix()
745 return crste_leaf(crste) && crste.s.fc1.prefix_notif; in crste_prefix()
H A Dgmap.h178 if (pgste.prefix_notif && (newpte.h.p || newpte.h.i)) { in _gmap_ptep_xchg()
179 pgste.prefix_notif = 0; in _gmap_ptep_xchg()
215 newcrste.s.fc1.prefix_notif = 0; in _gmap_crstep_xchg_atomic()
H A Dgmap.c295 if (!pgste.prefix_notif || gmap_mkold_prefix(p->gmap, gfn, end)) { in gmap_clear_young_pte()
304 pgste.prefix_notif = 0; in gmap_clear_young_pte()
330 new.s.fc1.prefix_notif = 0; in gmap_clear_young_crste()
454 if (!pgste.prefix_notif || gmap_mkold_prefix(gmap, gfn, gfn + 1)) { in __pte_test_and_clear_softdirty()
497 if (crste.s.fc1.prefix_notif && !gmap_mkold_prefix(gmap, gfn, end)) in _crste_test_and_clear_softdirty()
H A Ddat.c268 pgste_init.prefix_notif = old.s.fc1.prefix_notif; in dat_split_ste()
1009 if (oldcrste.s.fc1.prefix_notif) in dat_set_pn_crste()
1012 newcrste.s.fc1.prefix_notif = 1; in dat_set_pn_crste()
1025 pgste.prefix_notif = 1; in dat_set_pn_pte()
H A Dgaccess.c1490 newcrste.s.fc1.prefix_notif = oldcrste.s.fc1.prefix_notif; in _do_shadow_crste()