Searched refs:uv_call (Results 1 – 4 of 4) sorted by relevance
/arch/s390/kernel/ |
D | uv.c | 42 if (uv_call(0, (uint64_t)&uvcb)) { in uv_init() 91 if (uv_call(0, (u64)&uvcb)) in uv_pin_shared() 111 if (uv_call(0, (u64)&uvcb)) { in uv_destroy_page() 137 if (uv_call(0, (u64)&uvcb)) in uv_convert_from_secure() 184 rc = uv_call(0, (u64)uvcb); in make_secure_pte()
|
/arch/s390/boot/ |
D | uv.c | 30 if (uv_call(0, (uint64_t)&uvcb) && uvcb.header.rc != 0x100) in uv_query_info()
|
/arch/s390/kvm/ |
D | pv.c | 81 cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_create_cpu() 231 int cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_set_sec_parms() 304 cc = uv_call(0, (u64)&uvcb); in kvm_s390_pv_set_cpu_state()
|
/arch/s390/include/asm/ |
D | uv.h | 230 static inline int uv_call(unsigned long r1, unsigned long r2) in uv_call() function 313 if (!uv_call(0, (u64)&uvcb)) in share()
|