Home
last modified time | relevance | path

Searched refs:VMCS_GUEST_LDTR_BASE (Results 1 – 2 of 2) sorted by relevance

/qemu/target/i386/hvf/
H A Dx86.c67 base = rvmcs(cpu->accel->fd, VMCS_GUEST_LDTR_BASE); in x86_read_segment_descriptor()
90 base = rvmcs(cpu->accel->fd, VMCS_GUEST_LDTR_BASE); in x86_write_segment_descriptor()
H A Dvmcs.h191 #define VMCS_GUEST_LDTR_BASE 0x00006812 macro