Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/virtual/kvm/
Dnested-vmx.txt196 u32 guest_gdtr_limit;
/linux-4.1.27/arch/x86/kvm/
Dvmx.c325 u32 guest_gdtr_limit; member
712 FIELD(GUEST_GDTR_LIMIT, guest_gdtr_limit),
9089 vmcs_write32(GUEST_GDTR_LIMIT, vmcs12->guest_gdtr_limit); in prepare_vmcs02()
9749 vmcs12->guest_gdtr_limit = vmcs_read32(GUEST_GDTR_LIMIT); in prepare_vmcs12()