Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/
Dvmw_balloon.c163 #define VMWARE_BALLOON_CMD(cmd, arg1, arg2, result) \ macro
286 status = VMWARE_BALLOON_CMD(START, req_caps, dummy, capabilities); in vmballoon_send_start()
344 status = VMWARE_BALLOON_CMD(GUEST_ID, VMW_BALLOON_GUEST_ID, dummy, in vmballoon_send_guest_id()
392 status = VMWARE_BALLOON_CMD(GET_TARGET, limit, dummy, target); in vmballoon_send_get_target()
420 *hv_status = status = VMWARE_BALLOON_CMD(LOCK, pfn, dummy, *target); in vmballoon_send_lock_page()
438 status = VMWARE_BALLOON_CMD(BATCHED_2M_LOCK, pfn, num_pages, in vmballoon_send_batched_lock()
441 status = VMWARE_BALLOON_CMD(BATCHED_LOCK, pfn, num_pages, in vmballoon_send_batched_lock()
468 status = VMWARE_BALLOON_CMD(UNLOCK, pfn, dummy, *target); in vmballoon_send_unlock_page()
486 status = VMWARE_BALLOON_CMD(BATCHED_2M_UNLOCK, pfn, num_pages, in vmballoon_send_batched_unlock()
489 status = VMWARE_BALLOON_CMD(BATCHED_UNLOCK, pfn, num_pages, in vmballoon_send_batched_unlock()
[all …]