Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/kernel/
H A Duv.c42 if (uv_call(0, (uint64_t)&uvcb)) { in uv_init()
112 if (uv_call(0, (u64)&uvcb)) in uv_pin_shared()
132 if (uv_call(0, (u64)&uvcb)) { in uv_destroy_page()
158 if (uv_call(0, (u64)&uvcb)) in uv_convert_from_secure()
205 rc = uv_call(0, (u64)uvcb); in make_secure_pte()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Duv.c50 if (uv_call(0, (uint64_t)&uvcb)) { in uv_init()
99 if (uv_call(0, (u64)&uvcb)) in uv_pin_shared()
120 if (uv_call(0, (u64)&uvcb)) { in uv_destroy_page()
162 if (uv_call(0, (u64)&uvcb)) in uv_convert_from_secure()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Duv.h230 static inline int uv_call(unsigned long r1, unsigned long r2) in uv_call() function
240 /* Low level uv_call that avoids stalls for long running busy conditions */
253 * special variant of uv_call that only transports the cpu or guest
313 if (!uv_call(0, (u64)&uvcb)) in share()
/kernel/linux/linux-5.10/arch/s390/boot/
H A Duv.c26 if (uv_call(0, (uint64_t)&uvcb) && uvcb.header.rc != 0x100) in uv_query_info()
/kernel/linux/linux-6.6/arch/s390/boot/
H A Duv.c30 if (uv_call(0, (uint64_t)&uvcb) && uvcb.header.rc != 0x100) in uv_query_info()
/kernel/linux/linux-5.10/arch/s390/kvm/
H A Dpv.c81 cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_create_cpu()
226 int cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_set_sec_parms()
299 cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_set_cpu_state()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Duv.h343 static inline int uv_call(unsigned long r1, unsigned long r2) in uv_call() 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)) in share()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dpv.c132 cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_create_cpu()
620 int cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_set_sec_parms()
691 cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_set_cpu_state()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Duvdevice.c372 uv_call(0, (u64)&uvcb); in uvio_lock_secrets()

Completed in 7 milliseconds