Searched refs:GUEST_IDTR_BASE (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dvmcs12.c134 FIELD(GUEST_IDTR_BASE, guest_idtr_base),
H A Dhyperv_evmcs.c63 EVMCS1_FIELD(GUEST_IDTR_BASE, guest_idtr_base,
H A Dnested.c2482 vmcs_writel(GUEST_IDTR_BASE, vmcs12->guest_idtr_base);
4287 case GUEST_IDTR_BASE:
4336 vmcs12->guest_idtr_base = vmcs_readl(GUEST_IDTR_BASE);
4556 vmcs_writel(GUEST_IDTR_BASE, vmcs12->host_idtr_base);
H A Dvmx.c3621 dt->address = vmcs_readl(GUEST_IDTR_BASE);
3627 vmcs_writel(GUEST_IDTR_BASE, dt->address);
4891 vmcs_writel(GUEST_IDTR_BASE, 0);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h267 GUEST_IDTR_BASE = 0x00006818, enumerator in enum:vmcs_field
H A Devmcs.h351 case GUEST_IDTR_BASE:
773 case GUEST_IDTR_BASE:
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c350 vmwrite(GUEST_IDTR_BASE, vmreadz(HOST_IDTR_BASE));
/linux-master/arch/x86/include/asm/
H A Dvmx.h341 GUEST_IDTR_BASE = 0x00006818, enumerator in enum:vmcs_field

Completed in 182 milliseconds