Searched refs:uv_call (Results 1 – 5 of 5) sorted by relevance
/openbmc/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_page() 162 if (uv_call(0, (u64)&uvcb)) in uv_convert_from_secure()
|
/openbmc/linux/arch/s390/boot/ |
H A D | uv.c | 30 if (uv_call(0, (uint64_t)&uvcb) && uvcb.header.rc != 0x100) in uv_query_info()
|
/openbmc/linux/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 443 if (!uv_call(0, (u64)&uvcb)) in share()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/s390/char/ |
H A D | uvdevice.c | 372 uv_call(0, (u64)&uvcb); in uvio_lock_secrets()
|