Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:vpid02
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H
A
D
nested.h
73
return vmx->nested.
vpid02
? vmx->nested.
vpid02
: vmx->vpid;
in nested_get_vpid02()
H
A
D
nested.c
293
free_vpid(vmx->nested.
vpid02
);
in free_nested()
1177
* If L1 uses VPID and we allocated a
vpid02
, TLB entries are tagged
1179
* while L2 entries are tagged with vmx->nested.
vpid02
).
1186
(nested_cpu_has_vpid(vmcs12) && to_vmx(vcpu)->nested.
vpid02
);
in nested_has_guest_tlb_tag()
1218
* "real" VPID (
vpid02
), and so needs to be sync'd. There is no direct
in nested_vmx_transition_tlb_flush()
1219
* mapping between
vpid02
and vpid12,
vpid02
is per-vCPU and reused for
in nested_vmx_transition_tlb_flush()
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()
4878
vmx->nested.
vpid02
in enter_vmx_operation()
5494
u16
vpid02
;
handle_invvpid()
local
[all...]
H
A
D
vmx.h
186
u16
vpid02
;
member
H
A
D
vmx.c
2992
vpid_sync_vcpu_single(vmx->nested.
vpid02
);
in vmx_flush_tlb_all()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H
A
D
nested.h
67
return vmx->nested.
vpid02
? vmx->nested.
vpid02
: vmx->vpid;
in nested_get_vpid02()
H
A
D
nested.c
309
free_vpid(vmx->nested.
vpid02
);
in free_nested()
1124
* If L1 uses VPID and we allocated a
vpid02
, TLB entries are tagged
1126
* while L2 entries are tagged with vmx->nested.
vpid02
).
1133
(nested_cpu_has_vpid(vmcs12) && to_vmx(vcpu)->nested.
vpid02
);
in nested_has_guest_tlb_tag()
2232
if (nested_cpu_has_vpid(vmcs12) && vmx->nested.
vpid02
)
in prepare_vmcs02_early_rare()
2233
vmcs_write16(VIRTUAL_PROCESSOR_ID, vmx->nested.
vpid02
);
in prepare_vmcs02_early_rare()
5117
vmx->nested.
vpid02
= allocate_vpid();
in enter_vmx_operation()
5759
u16
vpid02
;
in handle_invvpid()
local
5797
vpid02
= nested_get_vpid02(vcpu);
in handle_invvpid()
5804
vpid_sync_vcpu_addr(
vpid02
, operan
in handle_invvpid()
[all...]
H
A
D
vmx.h
231
u16
vpid02
;
member
H
A
D
vmx.c
3187
vpid_sync_vcpu_single(vmx->nested.
vpid02
);
in vmx_flush_tlb_all()
Completed in 41 milliseconds