Home
last modified time | relevance | path

Searched refs:pml_pg (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.h287 struct page *pml_pg; member
H A Dvmx.c4494 vmcs_write64(PML_ADDRESS, page_to_phys(vmx->pml_pg)); in init_vmcs()
5857 if (vmx->pml_pg) { in vmx_destroy_pml_buffer()
5858 __free_page(vmx->pml_pg); in vmx_destroy_pml_buffer()
5859 vmx->pml_pg = NULL; in vmx_destroy_pml_buffer()
5881 pml_buf = page_address(vmx->pml_pg); in vmx_flush_pml_buffer()
7016 vmx->pml_pg = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO); in vmx_create_vcpu()
7017 if (!vmx->pml_pg) in vmx_create_vcpu()
H A Dnested.c2201 vmcs_write64(PML_ADDRESS, page_to_phys(vmx->pml_pg)); in prepare_vmcs02_constant_state()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.h337 struct page *pml_pg; member
H A Dvmx.c4802 vmcs_write64(PML_ADDRESS, page_to_phys(vmx->pml_pg)); in init_vmcs()
6170 if (vmx->pml_pg) { in vmx_destroy_pml_buffer()
6171 __free_page(vmx->pml_pg); in vmx_destroy_pml_buffer()
6172 vmx->pml_pg = NULL; in vmx_destroy_pml_buffer()
6194 pml_buf = page_address(vmx->pml_pg); in vmx_flush_pml_buffer()
7474 vmx->pml_pg = alloc_page(GFP_KERNEL_ACCOUNT | __GFP_ZERO); in vmx_vcpu_create()
7475 if (!vmx->pml_pg) in vmx_vcpu_create()

Completed in 27 milliseconds