Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvmx.h186 GUEST_IDTR_LIMIT = 0x00004812, enumerator
/arch/x86/kvm/
Dvmx.c513 FIELD(GUEST_IDTR_LIMIT, guest_idtr_limit),
3216 dt->size = vmcs_read32(GUEST_IDTR_LIMIT); in vmx_get_idt()
3222 vmcs_write32(GUEST_IDTR_LIMIT, dt->size); in vmx_set_idt()
3883 vmcs_write32(GUEST_IDTR_LIMIT, 0xffff); in vmx_vcpu_reset()
6478 vmcs_write32(GUEST_IDTR_LIMIT, vmcs12->guest_idtr_limit);
6888 vmcs12->guest_idtr_limit = vmcs_read32(GUEST_IDTR_LIMIT);