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

/linux-4.4.14/drivers/hv/
H A Dhv.c100 u64 hv_status = 0; do_hypercall() local
106 __asm__ __volatile__("call *%3" : "=a" (hv_status) : do_hypercall()
110 return hv_status; do_hypercall()
/linux-4.4.14/drivers/misc/
H A Dvmw_balloon.c446 unsigned int *hv_status, unsigned int *target) vmballoon_send_lock_page()
457 *hv_status = status = VMWARE_BALLOON_CMD(LOCK, pfn, dummy, *target); vmballoon_send_lock_page()
598 int locked, hv_status; vmballoon_lock_page() local
604 locked = vmballoon_send_lock_page(b, page_to_pfn(page), &hv_status, vmballoon_lock_page()
609 if (hv_status == VMW_BALLOON_ERROR_RESET || vmballoon_lock_page()
610 hv_status == VMW_BALLOON_ERROR_PPN_NOTNEEDED) { vmballoon_lock_page()
445 vmballoon_send_lock_page(struct vmballoon *b, unsigned long pfn, unsigned int *hv_status, unsigned int *target) vmballoon_send_lock_page() argument

Completed in 165 milliseconds