Searched refs:uv_call (Results 1 – 5 of 5) sorted by relevance
| /linux/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() 176 if (uv_call(0, (u64)&uvcb)) in uv_convert_from_secure() 605 uv_call(0, (uint64_t)&uvcb); in uv_query_keys()
|
| /linux/arch/s390/boot/ |
| H A D | uv.c | 26 if (uv_call(0, (uint64_t)&uvcb) && uvcb.header.rc != UVC_RC_MORE_DATA) in uv_query_info()
|
| /linux/arch/s390/include/asm/ |
| H A D | uv.h | 447 static inline int uv_call(unsigned long r1, unsigned long r2) in uv_call() function 589 if (!uv_call(0, (u64)&uvcb)) in share()
|
| /linux/arch/s390/kvm/ |
| H A D | pv.c | 294 cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_create_cpu() 759 int cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_set_sec_parms() 838 cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_set_cpu_state()
|
| /linux/drivers/s390/char/ |
| H A D | uvdevice.c | 414 uv_call(0, (u64)&uvcb); in uvio_lock_secrets()
|