Searched refs:hv_status (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | mshyperv.h | 75 u64 hv_status; in hv_do_hypercall() local 84 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 88 return hv_status; in hv_do_hypercall() 96 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 111 : "=A" (hv_status), in hv_do_hypercall() 119 return hv_status; in hv_do_hypercall() 131 u64 hv_status; in _hv_do_fast_hypercall8() local 140 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8() 145 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in _hv_do_fast_hypercall8() 156 : "=A"(hv_status), in _hv_do_fast_hypercall8() 185 u64 hv_status; _hv_do_fast_hypercall16() local [all...] |
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | mshyperv.h | 86 u64 hv_status; in hv_do_hypercall() local 94 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 109 : "=A" (hv_status), in hv_do_hypercall() 117 return hv_status; in hv_do_hypercall() 123 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8() local 128 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8() 139 : "=A"(hv_status), in hv_do_fast_hypercall8() 148 return hv_status; in hv_do_fast_hypercall8() 154 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16() local 160 : "=a" (hv_status), ASM_CALL_CONSTRAIN in hv_do_fast_hypercall16() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | hyperv.h | 245 * Issue a Hyper-V hypercall. Returns exception vector raised or 0, 'hv_status' 250 uint64_t *hv_status) in __hyperv_hypercall() 258 : "=a" (*hv_status), in __hyperv_hypercall() 271 uint64_t hv_status; in hyperv_hypercall() local 274 vector = __hyperv_hypercall(control, input_address, output_address, &hv_status); in hyperv_hypercall() 277 GUEST_ASSERT((hv_status & 0xffff) == 0); in hyperv_hypercall() 248 __hyperv_hypercall(u64 control, vm_vaddr_t input_address, vm_vaddr_t output_address, uint64_t *hv_status) __hyperv_hypercall() argument
|
/kernel/linux/linux-6.6/arch/x86/hyperv/ |
H A D | ivm.c | 468 u64 hv_status; in hv_mark_gpa_visibility() local 494 hv_status = hv_do_rep_hypercall( in hv_mark_gpa_visibility() 499 if (hv_result_success(hv_status)) in hv_mark_gpa_visibility()
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | hyperv-tlfs.h | 525 u64 hv_status; member
|
Completed in 6 milliseconds