Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Duv.h230 static inline int uv_call(unsigned long r1, unsigned long r2) in uv_call() function
313 if (!uv_call(0, (u64)&uvcb)) in share()
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Duv.c26 if (uv_call(0, (uint64_t)&uvcb) && uvcb.header.rc != 0x100) in uv_query_info()