Searched refs:uv_call (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | uv.c | 42 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 D | uv.c | 50 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 D | uv.h | 230 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 D | uv.c | 26 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 D | uv.c | 30 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 D | pv.c | 81 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 D | uv.h | 343 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 D | pv.c | 132 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 D | uvdevice.c | 372 uv_call(0, (u64)&uvcb); in uvio_lock_secrets()
|
Completed in 7 milliseconds