Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dvmw_balloon.c200 #define VMWARE_BALLOON_CMD(cmd, arg1, arg2, result) \ macro
329 status = VMWARE_BALLOON_CMD(START, req_caps, dummy, capabilities); in vmballoon_send_start()
381 status = VMWARE_BALLOON_CMD(GUEST_ID, VMW_BALLOON_GUEST_ID, dummy, in vmballoon_send_guest_id()
429 status = VMWARE_BALLOON_CMD(GET_TARGET, limit, dummy, target); in vmballoon_send_get_target()
457 *hv_status = status = VMWARE_BALLOON_CMD(LOCK, pfn, dummy, *target); in vmballoon_send_lock_page()
475 status = VMWARE_BALLOON_CMD(BATCHED_2M_LOCK, pfn, num_pages, in vmballoon_send_batched_lock()
478 status = VMWARE_BALLOON_CMD(BATCHED_LOCK, pfn, num_pages, in vmballoon_send_batched_lock()
505 status = VMWARE_BALLOON_CMD(UNLOCK, pfn, dummy, *target); in vmballoon_send_unlock_page()
523 status = VMWARE_BALLOON_CMD(BATCHED_2M_UNLOCK, pfn, num_pages, in vmballoon_send_batched_unlock()
526 status = VMWARE_BALLOON_CMD(BATCHED_UNLOCK, pfn, num_pages, in vmballoon_send_batched_unlock()
[all …]