Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/arch/s390/boot/
H A Duv.c30 if (uv_call(0, (uint64_t)&uvcb) && uvcb.header.rc != 0x100) in uv_query_info()
/openbmc/linux/arch/s390/include/asm/
H A Duv.h343 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 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()
/openbmc/linux/drivers/s390/char/
H A Duvdevice.c372 uv_call(0, (u64)&uvcb); in uvio_lock_secrets()