Searched refs:dat_crstep_xchg_atomic (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/s390/kvm/ |
| H A D | dat.h | 516 bool dat_crstep_xchg_atomic(union crste *crstep, union crste old, union crste new, gfn_t gfn, 932 return dat_crstep_xchg_atomic(_CRSTEP(pmdp), _CRSTE(old), _CRSTE(new), gfn, asce); in dat_pmdp_xchg_atomic() 938 return dat_crstep_xchg_atomic(_CRSTEP(pudp), _CRSTE(old), _CRSTE(new), gfn, asce); in dat_pudp_xchg_atomic()
|
| H A D | dat.c | 178 bool dat_crstep_xchg_atomic(union crste *crstep, union crste old, union crste new, gfn_t gfn, in dat_crstep_xchg_atomic() function 360 if (dat_crstep_xchg_atomic(crstep, old, new, gfn, asce)) in dat_split_crste() 896 dat_crstep_xchg_atomic(crstep, crste, new_crste, gfn, walk->asce); in _dat_slot_crste() 1063 if (!dat_crstep_xchg_atomic(f->crstep, oldval, newval, f->gfn, asce)) in dat_link()
|
| H A D | gmap.c | 542 return !dat_crstep_xchg_atomic(f->crstep, oldcrste, newcrste, f->gfn, asce); in gmap_handle_minor_crste_fault() 805 if (dat_crstep_xchg_atomic(crstep, crste, newcrste, gfn, walk->asce)) in _gmap_split_crste()
|