Searched refs:uv_call (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/s390/boot/
H A Duv.c30 if (uv_call(0, (uint64_t)&uvcb) && uvcb.header.rc != 0x100)
/linux-master/arch/s390/kernel/
H A Duv.c50 if (uv_call(0, (uint64_t)&uvcb)) {
99 if (uv_call(0, (u64)&uvcb))
120 if (uv_call(0, (u64)&uvcb)) {
162 if (uv_call(0, (u64)&uvcb))
/linux-master/arch/s390/include/asm/
H A Duv.h343 static inline int uv_call(unsigned long r1, unsigned long r2) function
353 /* Low level uv_call that avoids stalls for long running busy conditions */
366 * special variant of uv_call that only transports the cpu or guest
443 if (!uv_call(0, (u64)&uvcb))
/linux-master/drivers/s390/char/
H A Duvdevice.c375 uv_call(0, (u64)&uvcb);
/linux-master/arch/s390/kvm/
H A Dpv.c132 cc = uv_call(0, (u64)&uvcb);
620 int cc = uv_call(0, (u64)&uvcb);
691 cc = uv_call(0, (u64)&uvcb);

Completed in 594 milliseconds