Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c109 VMW_PORT(VMW_PORT_CMD_OPEN_CHANNEL, in vmw_open_channel()
142 VMW_PORT(VMW_PORT_CMD_CLOSE_CHANNEL, in vmw_close_channel()
200 VMW_PORT(VMW_PORT_CMD_MSG | (MSG_TYPE_SENDPAYLOAD << 16), in vmw_port_hb_out()
251 VMW_PORT(VMW_PORT_CMD_MSG | (MSG_TYPE_RECVPAYLOAD << 16), in vmw_port_hb_in()
290 VMW_PORT(VMW_PORT_CMD_SENDSIZE, in vmw_send_msg()
348 VMW_PORT(VMW_PORT_CMD_RECVSIZE, in vmw_recv_msg()
392 VMW_PORT(VMW_PORT_CMD_RECVSTATUS, in vmw_recv_msg()
657 VMW_PORT(VMW_PORT_CMD_MKSGS_RESET, in hypervisor_ppn_reset_all()
674 VMW_PORT(VMW_PORT_CMD_MKSGS_ADD_PPN, in hypervisor_ppn_add()
691 VMW_PORT(VMW_PORT_CMD_MKSGS_REMOVE_PPN, in hypervisor_ppn_remove()
H A Dvmwgfx_msg_x86.h60 #define VMW_PORT(cmd, in_ebx, in_si, in_di, \ macro
H A Dvmwgfx_msg_arm64.h113 #define VMW_PORT(cmd, in_ebx, in_si, in_di, flags, magic, eax, ebx, ecx, edx, \ macro