Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Ddat.c884 union crste new_crste, crste = READ_ONCE(*crstep); in _dat_slot_crste() local
887 new_crste.val = p->token; in _dat_slot_crste()
888 new_crste.h.tt = crste.h.tt; in _dat_slot_crste()
891 if (crste.val == new_crste.val) in _dat_slot_crste()
896 dat_crstep_xchg_atomic(crstep, crste, new_crste, gfn, walk->asce); in _dat_slot_crste()