Searched refs:GUEST_PML_INDEX (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h36 SHADOW_FIELD_RW(GUEST_PML_INDEX, guest_pml_index)
H A Dvmcs12.c24 FIELD(GUEST_PML_INDEX, guest_pml_index),
H A Dvmx.c4792 vmcs_write16(GUEST_PML_INDEX, PML_ENTITY_NUM - 1);
6195 pml_idx = vmcs_read16(GUEST_PML_INDEX);
6217 vmcs_write16(GUEST_PML_INDEX, PML_ENTITY_NUM - 1);
H A Dnested.c117 case GUEST_PML_INDEX:
2240 vmcs_write16(GUEST_PML_INDEX, -1);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h118 GUEST_PML_INDEX = 0x00000812, enumerator in enum:vmcs_field
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c302 vmwrite(GUEST_PML_INDEX, 0);
/linux-master/arch/x86/include/asm/
H A Dvmx.h181 GUEST_PML_INDEX = 0x00000812, enumerator in enum:vmcs_field

Completed in 153 milliseconds