Home
last modified time | relevance | path

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

/qemu/target/i386/hvf/
H A Dx86_task.c44 tss->edx = EDX(env); in save_state_to_tss32()
H A Dhvf.c622 uint64_t data = ((uint64_t)EDX(env) << 32) | EAX(env); in hvf_simulate_wrmsr()
/qemu/target/i386/emulate/
H A Dx86.h221 #define EDX(cpu) ERX(cpu, R_EDX) macro
/qemu/docs/system/i386/
H A Dtdx.rst94 "warning: TDX forcibly sets the feature: CPUID.80000007H:EDX.invtsc [bit 8]"
H A Dhyperv.rst125 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 Dtest-i386.c1718 #define REG_EDX EDX
/qemu/qapi/
H A Dmachine.json618 'data': [ 'EAX', 'EBX', 'ECX', 'EDX', 'ESP', 'EBP', 'ESI', 'EDI' ] }
/qemu/target/i386/tcg/
H A Demit.c.inc1877 * the old value matches the previous value in EDX:EAX. For x86_64,
/qemu/target/i386/
H A Dcpu.c1872 REGISTER(EDX),