Home
last modified time | relevance | path

Searched refs:vpid02 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.h73 return vmx->nested.vpid02 ? vmx->nested.vpid02 : vmx->vpid; in nested_get_vpid02()
H A Dnested.c293 free_vpid(vmx->nested.vpid02); in free_nested()
1186 (nested_cpu_has_vpid(vmcs12) && to_vmx(vcpu)->nested.vpid02); in nested_has_guest_tlb_tag()
2228 if (nested_cpu_has_vpid(vmcs12) && vmx->nested.vpid02) in prepare_vmcs02_early_rare()
2229 vmcs_write16(VIRTUAL_PROCESSOR_ID, vmx->nested.vpid02); in prepare_vmcs02_early_rare()
4861 vmx->nested.vpid02 = allocate_vpid(); in enter_vmx_operation()
5455 u16 vpid02; in handle_invvpid() local
5492 vpid02 = nested_get_vpid02(vcpu); in handle_invvpid()
5499 vpid_sync_vcpu_addr(vpid02, operand.gla); in handle_invvpid()
5506 vpid_sync_context(vpid02); in handle_invvpid()
5509 vpid_sync_context(vpid02); in handle_invvpid()
H A Dvmx.h186 u16 vpid02; member
H A Dvmx.c2995 vpid_sync_vcpu_single(vmx->nested.vpid02); in vmx_flush_tlb_all()