Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.h268 #define PML_HEAD_INDEX (PML_LOG_NR_ENTRIES-1) macro
H A Dvmx.c5030 vmcs_write16(GUEST_PML_INDEX, PML_HEAD_INDEX); in init_vmcs()
6512 if (pml_idx == PML_HEAD_INDEX) in vmx_flush_pml_buffer()
6529 for (i = PML_HEAD_INDEX; i >= pml_tail_index; i--) { in vmx_flush_pml_buffer()
6538 vmcs_write16(GUEST_PML_INDEX, PML_HEAD_INDEX); in vmx_flush_pml_buffer()