Searched refs:hv_status (Results 1 – 2 of 2) sorted by relevance
446 unsigned int *hv_status, unsigned int *target) in vmballoon_send_lock_page() argument457 *hv_status = status = VMWARE_BALLOON_CMD(LOCK, pfn, dummy, *target); in vmballoon_send_lock_page()598 int locked, hv_status; in vmballoon_lock_page() local604 locked = vmballoon_send_lock_page(b, page_to_pfn(page), &hv_status, in vmballoon_lock_page()609 if (hv_status == VMW_BALLOON_ERROR_RESET || in vmballoon_lock_page()610 hv_status == VMW_BALLOON_ERROR_PPN_NOTNEEDED) { in vmballoon_lock_page()
100 u64 hv_status = 0; in do_hypercall() local106 __asm__ __volatile__("call *%3" : "=a" (hv_status) : in do_hypercall()110 return hv_status; in do_hypercall()