Lines Matching defs:word

206 	uint32_t word;
389 (frame->eax).word = VM_MAGIC;
390 (frame->ebx).word = ~VM_MAGIC;
405 if (frame.eax.word == 0xffffffff ||
406 frame.ebx.word != VM_MAGIC)
410 if (frame.eax.word == VM_MAGIC)
583 frame.eax.word = VM_MAGIC;
589 enqueue_randomness(frame.eax.word);
590 enqueue_randomness(frame.esi.word);
591 enqueue_randomness(frame.edx.word);
592 enqueue_randomness(frame.ebx.word);
695 frame.eax.word = VM_MAGIC;
700 if (frame.eax.word != 0xffffffff) {
701 host.tv_sec = ((uint64_t)frame.esi.word << 32) | frame.edx.word;
702 host.tv_usec = frame.ebx.word;
1478 frame.eax.word = VM_MAGIC;
1479 frame.ebx.word = proto | VM_RPC_FLAG_COOKIE;
1490 frame.eax.word, frame.ecx.word, frame.edx.word);
1495 rpc->cookie1 = frame.esi.word;
1496 rpc->cookie2 = frame.edi.word;
1507 frame.eax.word = VM_MAGIC;
1508 frame.ebx.word = 0;
1513 frame.edi.word = rpc->cookie2;
1514 frame.esi.word = rpc->cookie1;
1520 frame.eax.word, frame.ecx.word);
1538 frame.eax.word = VM_MAGIC;
1539 frame.ebx.word = length;
1544 frame.esi.word = rpc->cookie1;
1545 frame.edi.word = rpc->cookie2;
1551 frame.eax.word, frame.ecx.word);
1560 frame.eax.word = VM_MAGIC;
1561 frame.ebx.word = VM_RPC_ENH_DATA;
1562 frame.ecx.word = length;
1565 frame.ebp.word = rpc->cookie1;
1566 frame.edi.word = rpc->cookie2;
1570 frame.esi.word = (uint32_t)buf;
1575 if (frame.ebx.word != VM_RPC_ENH_DATA) {
1577 DPRINTF("vmware: send failed, ebx=%08x\n", frame.ebx.word);
1598 frame.eax.word = VM_MAGIC;
1599 frame.ebx.word = VM_RPC_ENH_DATA;
1600 frame.ecx.word = length;
1603 frame.esi.word = rpc->cookie1;
1607 frame.edi.word = (uint32_t)data;
1609 frame.ebp.word = rpc->cookie2;
1616 if (frame.ebx.word != VM_RPC_ENH_DATA) {
1618 frame.ebx.word);
1624 frame.eax.word = VM_MAGIC;
1625 frame.ebx.word = dataid;
1630 frame.esi.word = rpc->cookie1;
1631 frame.edi.word = rpc->cookie2;
1637 frame.eax.word, frame.ecx.word);
1650 frame.eax.word = VM_MAGIC;
1651 frame.ebx.word = 0;
1656 frame.esi.word = rpc->cookie1;
1657 frame.edi.word = rpc->cookie2;
1663 frame.eax.word, frame.ecx.word);
1670 *length = frame.ebx.word;
1754 frame.eax.word = VM_MAGIC;
1759 printf("eax 0x%08x\n", frame.eax.word);
1760 printf("ebx 0x%08x\n", frame.ebx.word);
1761 printf("ecx 0x%08x\n", frame.ecx.word);
1762 printf("edx 0x%08x\n", frame.edx.word);
1763 printf("ebp 0x%08x\n", frame.ebp.word);
1764 printf("edi 0x%08x\n", frame.edi.word);
1765 printf("esi 0x%08x\n", frame.esi.word);
1770 printf("eax 0x%08x\n", frame.eax.word);
1771 printf("ebx 0x%08x\n", frame.ebx.word);
1772 printf("ecx 0x%08x\n", frame.ecx.word);
1773 printf("edx 0x%08x\n", frame.edx.word);
1774 printf("ebp 0x%08x\n", frame.ebp.word);
1775 printf("edi 0x%08x\n", frame.edi.word);
1776 printf("esi 0x%08x\n", frame.esi.word);