Home
last modified time | relevance | path

Searched refs:hv_status (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dmshyperv.h139 u64 hv_status; in hv_do_hypercall() local
147 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_hypercall()
162 : "=A" (hv_status), in hv_do_hypercall()
170 return hv_status; in hv_do_hypercall()
176 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall8() local
181 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall8()
192 : "=A"(hv_status), in hv_do_fast_hypercall8()
201 return hv_status; in hv_do_fast_hypercall8()
207 u64 hv_status, control = (u64)code | HV_HYPERCALL_FAST_BIT; in hv_do_fast_hypercall16() local
213 : "=a" (hv_status), ASM_CALL_CONSTRAINT, in hv_do_fast_hypercall16()
[all …]
/Linux-v4.19/drivers/misc/
Dvmw_balloon.c409 unsigned int *hv_status, unsigned int *target) in vmballoon_send_lock_page() argument
420 *hv_status = status = VMWARE_BALLOON_CMD(LOCK, pfn, dummy, *target); in vmballoon_send_lock_page()
555 int locked, hv_status; in vmballoon_lock_page() local
561 locked = vmballoon_send_lock_page(b, page_to_pfn(page), &hv_status, in vmballoon_lock_page()
567 (hv_status == VMW_BALLOON_ERROR_RESET || in vmballoon_lock_page()
568 hv_status == VMW_BALLOON_ERROR_PPN_NOTNEEDED)) { in vmballoon_lock_page()