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:root_to_sp
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
spte.h
240
static inline struct kvm_mmu_page *
root_to_sp
(hpa_t root)
in root_to_sp()
function
H
A
D
mmu.c
3546
sp =
root_to_sp
(*root_hpa);
in mmu_free_root_page()
3594
} else if (
root_to_sp
(mmu->root.hpa)) {
in kvm_mmu_free_roots()
3633
sp =
root_to_sp
(root_hpa);
in kvm_mmu_free_guest_mode_roots()
3978
sp =
root_to_sp
(root);
in is_unsync_root()
4012
sp =
root_to_sp
(root);
in kvm_mmu_sync_roots()
4343
struct kvm_mmu_page *sp =
root_to_sp
(vcpu->arch.mmu->root.hpa);
in is_page_fault_stale()
4533
sp =
root_to_sp
(root->hpa);
in is_root_usable()
4610
if (VALID_PAGE(mmu->root.hpa) && !
root_to_sp
(mmu->root.hpa))
in fast_pgd_switch()
4657
struct kvm_mmu_page *sp =
root_to_sp
(vcpu->arch.mmu->root.hpa);
in kvm_mmu_new_pgd()
5521
sp =
root_to_sp
(root_hp
in is_obsolete_root()
[all...]
H
A
D
tdp_mmu.c
643
for_each_tdp_pte(_iter,
root_to_sp
(_mmu->root.hpa), _start, _end)
Completed in 11 milliseconds