Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.h336 #define PML_HEAD_INDEX (PML_LOG_NR_ENTRIES-1) macro
H A Dvmx.c4838 vmcs_write16(GUEST_PML_INDEX, PML_HEAD_INDEX); in init_vmcs()
6273 if (pml_idx == PML_HEAD_INDEX) in vmx_flush_pml_buffer()
6290 for (i = PML_HEAD_INDEX; i >= pml_tail_index; i--) { in vmx_flush_pml_buffer()
6299 vmcs_write16(GUEST_PML_INDEX, PML_HEAD_INDEX); in vmx_flush_pml_buffer()