Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Duv.h329 static inline int __uv_call(unsigned long r1, unsigned long r2) in __uv_call() function
348 cc = __uv_call(r1, r2); in uv_call()
359 cc = __uv_call(r1, r2); in uv_call_sched()
/openbmc/linux/arch/s390/kernel/
H A Duv.c222 cc = __uv_call(0, (u64)uvcb); in make_folio_secure()