Searched refs:EDX (Results 1 – 9 of 9) sorted by relevance
/qemu/target/i386/hvf/ |
H A D | x86_task.c | 44 tss->edx = EDX(env); in save_state_to_tss32()
|
H A D | hvf.c | 622 uint64_t data = ((uint64_t)EDX(env) << 32) | EAX(env); in hvf_simulate_wrmsr()
|
/qemu/target/i386/emulate/ |
H A D | x86.h | 221 #define EDX(cpu) ERX(cpu, R_EDX) macro
|
/qemu/docs/system/i386/ |
H A D | tdx.rst | 94 "warning: TDX forcibly sets the feature: CPUID.80000007H:EDX.invtsc [bit 8]"
|
H A D | hyperv.rst | 125 This changes Hyper-V identification in CPUID 0x40000000.EBX-EDX from the default 202 This changes Hyper-V version identification in CPUID 0x40000002.EAX-EDX from the
|
/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 1718 #define REG_EDX EDX
|
/qemu/qapi/ |
H A D | machine.json | 618 'data': [ 'EAX', 'EBX', 'ECX', 'EDX', 'ESP', 'EBP', 'ESI', 'EDI' ] }
|
/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 1877 * the old value matches the previous value in EDX:EAX. For x86_64,
|
/qemu/target/i386/ |
H A D | cpu.c | 1872 REGISTER(EDX),
|