Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Ddat.h844 static inline bool pgste_get_trylock(union pte *ptep, union pgste *res) in pgste_get_trylock() function
863 while (!pgste_get_trylock(ptep, &res)) in pgste_get_lock()
H A Dgaccess.c1437 if (!pgste_get_trylock(ptep_h, &pgste)) in _do_shadow_pte()
1456 if (!pgste_get_trylock(ptep, &pgste)) in _do_shadow_pte()
H A Dgmap.c1029 if (!pgste_get_trylock(ptep, &pgste)) in gmap_protect_rmap()
H A Ddat.c923 if (!pgste_get_trylock(first + i, pgstes + i)) in pgste_get_trylock_multiple()