Home
last modified time | relevance | path

Searched refs:PML_LOG_NR_ENTRIES (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dvmx.h266 #define PML_LOG_NR_ENTRIES 512 macro
268 #define PML_HEAD_INDEX (PML_LOG_NR_ENTRIES-1)
H A Dvmx.c6518 pml_tail_index = (pml_idx >= PML_LOG_NR_ENTRIES) ? 0 : pml_idx + 1; in vmx_flush_pml_buffer()
7904 kvm->arch.cpu_dirty_log_size = PML_LOG_NR_ENTRIES; in vmx_vm_init()
H A Dnested.c3554 if (vmcs12->guest_pml_index >= PML_LOG_NR_ENTRIES) { in nested_vmx_write_pml_buffer()