Searched refs:hv_status (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/arch/x86/include/asm/ |
| D | mshyperv.h | 50 u64 hv_status; in hv_do_hypercall() local 58 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall() 73 : "=A" (hv_status), in hv_do_hypercall() 81 return hv_status; in hv_do_hypercall() 87 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8() local 92 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8() 103 : "=A"(hv_status), in hv_do_fast_hypercall8() 112 return hv_status; in hv_do_fast_hypercall8() 118 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16() local 124 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16() [all …]
|
| /Linux-v5.15/tools/testing/selftests/kvm/x86_64/ |
| D | hyperv_features.c | 55 u64 hv_status; in hypercall() local 59 : "=a" (hv_status), in hypercall() 64 return hv_status; in hypercall()
|
| /Linux-v5.15/include/asm-generic/ |
| D | hyperv-tlfs.h | 495 u64 hv_status; member
|