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:PT32_ROOT_LEVEL
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
mmu.h
44
#define
PT32_ROOT_LEVEL
2
macro
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
mmu.h
36
#define
PT32_ROOT_LEVEL
2
macro
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
paging_tmpl.h
288
gpte &= level - (
PT32_ROOT_LEVEL
+ mmu->cpu_role.ext.cr4_pse);
in is_last_gpte()
641
top_level =
PT32_ROOT_LEVEL
;
in fetch()
H
A
D
mmu.c
3689
PT32_ROOT_LEVEL
);
in mmu_alloc_direct_roots()
3865
quadrant = (mmu->cpu_role.base.level ==
PT32_ROOT_LEVEL
) ? i : 0;
in mmu_alloc_shadow_roots()
3867
root = mmu_alloc_root(vcpu, root_gfn, quadrant,
PT32_ROOT_LEVEL
);
in mmu_alloc_shadow_roots()
4724
case
PT32_ROOT_LEVEL
:
in __reset_rsvds_bits_mask()
5137
role.base.level =
PT32_ROOT_LEVEL
;
in kvm_calc_cpu_role()
5632
if (level ==
PT32_ROOT_LEVEL
) {
in get_written_sptes()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
2043
if (!direct_mmu && vcpu->arch.mmu->root_level <=
PT32_ROOT_LEVEL
) {
in kvm_mmu_get_page()
3259
i << 30,
PT32_ROOT_LEVEL
, true);
in mmu_alloc_direct_roots()
3339
PT32_ROOT_LEVEL
, false);
in mmu_alloc_shadow_roots()
4017
case
PT32_ROOT_LEVEL
:
in __reset_rsvds_bits_mask()
4393
if (root_level ==
PT32_ROOT_LEVEL
&& is_pse(vcpu))
in update_last_nonleaf_level()
4431
context->root_level =
PT32_ROOT_LEVEL
;
in paging32_init_context()
4547
context->root_level =
PT32_ROOT_LEVEL
;
in init_kvm_tdp_mmu()
4745
role.base.level =
PT32_ROOT_LEVEL
;
in kvm_calc_nested_mmu_role()
4794
g_context->root_level =
PT32_ROOT_LEVEL
;
in init_kvm_nested_mmu()
4971
if (level ==
PT32_ROOT_LEVEL
) {
in get_written_sptes()
[all...]
H
A
D
paging_tmpl.h
645
top_level =
PT32_ROOT_LEVEL
;
in fetch()
Completed in 20 milliseconds