Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/virtual/kvm/
Dnested-vmx.txt196 u32 guest_gdtr_limit;
/linux-4.4.14/arch/x86/kvm/
Dvmx.c329 u32 guest_gdtr_limit; member
767 FIELD(GUEST_GDTR_LIMIT, guest_gdtr_limit),
9489 vmcs_write32(GUEST_GDTR_LIMIT, vmcs12->guest_gdtr_limit); in prepare_vmcs02()
10161 vmcs12->guest_gdtr_limit = vmcs_read32(GUEST_GDTR_LIMIT); in prepare_vmcs12()