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:PT64_ROOT_5LEVEL
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/
H
A
D
mmu.h
42
#define
PT64_ROOT_5LEVEL
5
macro
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
mmu.h
34
#define
PT64_ROOT_5LEVEL
5
macro
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu.c
4050
case
PT64_ROOT_5LEVEL
:
in __reset_rsvds_bits_mask()
4422
PT64_ROOT_5LEVEL
: PT64_ROOT_4LEVEL;
in paging64_init_context()
4537
PT64_ROOT_5LEVEL
: PT64_ROOT_4LEVEL;
in init_kvm_tdp_mmu()
4583
role.base.level =
PT64_ROOT_5LEVEL
;
in kvm_calc_shadow_mmu_root_page_role()
4740
role.base.level = is_la57_mode(vcpu) ?
PT64_ROOT_5LEVEL
:
in kvm_calc_nested_mmu_role()
4784
PT64_ROOT_5LEVEL
: PT64_ROOT_4LEVEL;
in init_kvm_nested_mmu()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
3839
if (mmu->root_role.level ==
PT64_ROOT_5LEVEL
) {
in mmu_alloc_shadow_roots()
3871
if (mmu->root_role.level ==
PT64_ROOT_5LEVEL
)
in mmu_alloc_shadow_roots()
4755
case
PT64_ROOT_5LEVEL
:
in __reset_rsvds_bits_mask()
5132
role.base.level = ____is_cr4_la57(regs) ?
PT64_ROOT_5LEVEL
in kvm_calc_cpu_role()
5290
if (root_role.level ==
PT64_ROOT_5LEVEL
&&
in kvm_init_shadow_npt_mmu()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
svm.c
289
return pgtable_l5_enabled() ?
PT64_ROOT_5LEVEL
: PT64_ROOT_4LEVEL;
in get_npt_level()
Completed in 27 milliseconds