Searched refs:hv_status (Results 1 – 2 of 2) sorted by relevance
319 unsigned int *hv_status) in vmballoon_send_lock_page() argument330 *hv_status = status = VMWARE_BALLOON_CMD(LOCK, pfn, dummy); in vmballoon_send_lock_page()414 unsigned int hv_status; in vmballoon_reserve_page() local434 locked = vmballoon_send_lock_page(b, page_to_pfn(page), &hv_status); in vmballoon_reserve_page()438 if (hv_status == VMW_BALLOON_ERROR_RESET || in vmballoon_reserve_page()439 hv_status == VMW_BALLOON_ERROR_PPN_NOTNEEDED) { in vmballoon_reserve_page()
135 u64 hv_status = 0; in do_hypercall() local146 __asm__ __volatile__("call *%3" : "=a" (hv_status) : in do_hypercall()150 DPRINT_DBG(VMBUS, "Hypercall <return %llx>", hv_status); in do_hypercall()152 return hv_status; in do_hypercall()