Home
last modified time | relevance | path

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

/linux-4.19.296/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()