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:child_pt
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
tdp_iter.c
69
u64 *
child_pt
;
in try_step_down()
local
80
child_pt
= spte_to_child_pt(iter->old_spte, iter->level);
in try_step_down()
81
if (!
child_pt
)
in try_step_down()
85
iter->pt_path[iter->level - 1] =
child_pt
;
in try_step_down()
H
A
D
spte.c
168
u64 make_nonleaf_spte(u64 *
child_pt
, bool ad_disabled)
in make_nonleaf_spte()
argument
172
spte = __pa(
child_pt
) | shadow_present_mask | PT_WRITABLE_MASK |
in make_nonleaf_spte()
H
A
D
tdp_mmu.c
584
u64 *
child_pt
;
in kvm_tdp_mmu_map()
local
631
child_pt
= sp->spt;
in kvm_tdp_mmu_map()
632
clear_page(
child_pt
);
in kvm_tdp_mmu_map()
633
new_spte = make_nonleaf_spte(
child_pt
,
in kvm_tdp_mmu_map()
H
A
D
spte.h
250
u64 make_nonleaf_spte(u64 *
child_pt
, bool ad_disabled);
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
tdp_iter.c
80
tdp_ptep_t
child_pt
;
in try_step_down()
local
91
child_pt
= spte_to_child_pt(iter->old_spte, iter->level);
in try_step_down()
92
if (!
child_pt
)
in try_step_down()
96
iter->pt_path[iter->level - 1] =
child_pt
;
in try_step_down()
H
A
D
spte.c
310
u64 make_nonleaf_spte(u64 *
child_pt
, bool ad_disabled)
in make_nonleaf_spte()
argument
314
spte |= __pa(
child_pt
) | shadow_present_mask | PT_WRITABLE_MASK |
in make_nonleaf_spte()
H
A
D
spte.h
481
u64 make_nonleaf_spte(u64 *
child_pt
, bool ad_disabled);
Completed in 5 milliseconds