Lines Matching refs:part
205 } part; member
391 (frame->ecx).part.low = cmd; in vmt_probe_cmd()
392 (frame->ecx).part.high = 0xffff; in vmt_probe_cmd()
393 (frame->edx).part.low = VM_PORT_CMD; in vmt_probe_cmd()
394 (frame->edx).part.high = 0; in vmt_probe_cmd()
584 frame.ecx.part.low = VM_CMD_GET_TIME_FULL; in vmt_resume()
585 frame.edx.part.low = VM_PORT_CMD; in vmt_resume()
696 frame.ecx.part.low = VM_CMD_GET_TIME_FULL; in vmt_tick()
697 frame.edx.part.low = VM_PORT_CMD; in vmt_tick()
1480 frame.ecx.part.low = VM_CMD_RPC; in vm_rpc_open()
1481 frame.ecx.part.high = VM_RPC_OPEN; in vm_rpc_open()
1482 frame.edx.part.low = VM_PORT_CMD; in vm_rpc_open()
1483 frame.edx.part.high = 0; in vm_rpc_open()
1487 if (frame.ecx.part.high != 1 || frame.edx.part.low != 0) { in vm_rpc_open()
1494 rpc->channel = frame.edx.part.high; in vm_rpc_open()
1509 frame.ecx.part.low = VM_CMD_RPC; in vm_rpc_close()
1510 frame.ecx.part.high = VM_RPC_CLOSE; in vm_rpc_close()
1511 frame.edx.part.low = VM_PORT_CMD; in vm_rpc_close()
1512 frame.edx.part.high = rpc->channel; in vm_rpc_close()
1518 if (frame.ecx.part.high == 0 || frame.ecx.part.low != 0) { in vm_rpc_close()
1540 frame.ecx.part.low = VM_CMD_RPC; in vm_rpc_send()
1541 frame.ecx.part.high = VM_RPC_SET_LENGTH; in vm_rpc_send()
1542 frame.edx.part.low = VM_PORT_CMD; in vm_rpc_send()
1543 frame.edx.part.high = rpc->channel; in vm_rpc_send()
1549 if ((frame.ecx.part.high & VM_RPC_REPLY_SUCCESS) == 0) { in vm_rpc_send()
1563 frame.edx.part.low = VM_PORT_RPC; in vm_rpc_send()
1564 frame.edx.part.high = rpc->channel; in vm_rpc_send()
1601 frame.edx.part.low = VM_PORT_RPC; in vm_rpc_get_data()
1602 frame.edx.part.high = rpc->channel; in vm_rpc_get_data()
1626 frame.ecx.part.low = VM_CMD_RPC; in vm_rpc_get_data()
1627 frame.ecx.part.high = VM_RPC_GET_END; in vm_rpc_get_data()
1628 frame.edx.part.low = VM_PORT_CMD; in vm_rpc_get_data()
1629 frame.edx.part.high = rpc->channel; in vm_rpc_get_data()
1635 if (frame.ecx.part.high == 0) { in vm_rpc_get_data()
1652 frame.ecx.part.low = VM_CMD_RPC; in vm_rpc_get_length()
1653 frame.ecx.part.high = VM_RPC_GET_LENGTH; in vm_rpc_get_length()
1654 frame.edx.part.low = VM_PORT_CMD; in vm_rpc_get_length()
1655 frame.edx.part.high = rpc->channel; in vm_rpc_get_length()
1661 if ((frame.ecx.part.high & VM_RPC_REPLY_SUCCESS) == 0) { in vm_rpc_get_length()
1666 if ((frame.ecx.part.high & VM_RPC_REPLY_DORECV) == 0) { in vm_rpc_get_length()
1671 *dataid = frame.edx.part.high; in vm_rpc_get_length()
1755 frame.ecx.part.low = VM_CMD_GET_VERSION;
1756 frame.edx.part.low = VM_PORT_CMD;