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:PT32E_ROOT_LEVEL
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
mmu.h
45
#define
PT32E_ROOT_LEVEL
3
macro
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
mmu.h
37
#define
PT32E_ROOT_LEVEL
3
macro
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
2128
if (iterator->level ==
PT32E_ROOT_LEVEL
) {
in shadow_walk_init_using_root()
3254
} else if (shadow_root_level ==
PT32E_ROOT_LEVEL
) {
in mmu_alloc_direct_roots()
3327
if (vcpu->arch.mmu->root_level ==
PT32E_ROOT_LEVEL
) {
in mmu_alloc_shadow_roots()
3826
context->shadow_root_level =
PT32E_ROOT_LEVEL
;
in nonpaging_init_context()
4036
case
PT32E_ROOT_LEVEL
:
in __reset_rsvds_bits_mask()
4442
context->shadow_root_level =
PT32E_ROOT_LEVEL
;
in paging32_init_context()
4449
paging64_init_context_common(vcpu, context,
PT32E_ROOT_LEVEL
);
in paging32E_init_context()
4542
context->root_level =
PT32E_ROOT_LEVEL
;
in init_kvm_tdp_mmu()
4581
role.base.level =
PT32E_ROOT_LEVEL
;
in kvm_calc_shadow_mmu_root_page_role()
4743
role.base.level =
PT32E_ROOT_LEVEL
;
in kvm_calc_nested_mmu_role()
[all...]
H
A
D
paging_tmpl.h
338
if (walker->level ==
PT32E_ROOT_LEVEL
) {
in walk_addr_generic()
644
if (top_level ==
PT32E_ROOT_LEVEL
)
in fetch()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
2371
iterator->level =
PT32E_ROOT_LEVEL
;
in shadow_walk_init_using_root()
2373
if (iterator->level ==
PT32E_ROOT_LEVEL
) {
in shadow_walk_init_using_root()
3679
} else if (shadow_root_level ==
PT32E_ROOT_LEVEL
) {
in mmu_alloc_direct_roots()
3788
if (mmu->cpu_role.base.level ==
PT32E_ROOT_LEVEL
) {
in mmu_alloc_shadow_roots()
3851
if (mmu->cpu_role.base.level ==
PT32E_ROOT_LEVEL
) {
in mmu_alloc_shadow_roots()
4707
if (level ==
PT32E_ROOT_LEVEL
)
in __reset_rsvds_bits_mask()
4743
case
PT32E_ROOT_LEVEL
:
in __reset_rsvds_bits_mask()
4860
WARN_ON_ONCE(context->root_role.level <
PT32E_ROOT_LEVEL
);
in reset_shadow_zero_bits_mask()
5135
role.base.level =
PT32E_ROOT_LEVEL
;
in kvm_calc_cpu_role()
5257
root_role.level = max_t(u32, root_role.level,
PT32E_ROOT_LEVEL
);
in kvm_init_shadow_mmu()
[all...]
H
A
D
paging_tmpl.h
332
if (walker->level ==
PT32E_ROOT_LEVEL
) {
in walk_addr_generic()
640
if (top_level ==
PT32E_ROOT_LEVEL
)
in fetch()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H
A
D
svm.c
262
return
PT32E_ROOT_LEVEL
;
in get_max_npt_level()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
291
return
PT32E_ROOT_LEVEL
;
in get_npt_level()
Completed in 36 milliseconds