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:sptep_to_sp
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
mmu_audit.c
100
sp =
sptep_to_sp
(sptep);
in audit_mappings()
135
rev_sp =
sptep_to_sp
(sptep);
in inspect_spte_has_rmap()
168
struct kvm_mmu_page *sp =
sptep_to_sp
(sptep);
in audit_spte_after_sync()
H
A
D
mmu_internal.h
71
static inline struct kvm_mmu_page *
sptep_to_sp
(u64 *sptep)
in sptep_to_sp()
function
H
A
D
mmu.c
321
struct kvm_mmu_page *sp =
sptep_to_sp
(sptep);
in count_spte_clear()
405
struct kvm_mmu_page *sp =
sptep_to_sp
(sptep);
in __get_spte_lockless()
970
sp =
sptep_to_sp
(spte);
in rmap_add()
982
sp =
sptep_to_sp
(spte);
in rmap_remove()
1074
WARN_ON(
sptep_to_sp
(sptep)->role.level == PG_LEVEL_4K);
in __drop_large_spte()
1086
struct kvm_mmu_page *sp =
sptep_to_sp
(sptep);
in drop_large_spte()
1565
sp =
sptep_to_sp
(spte);
in rmap_recycle()
1699
sp =
sptep_to_sp
(spte);
in mark_unsync()
2017
__clear_sp_write_flooding_count(
sptep_to_sp
(spte));
in clear_sp_write_flooding_count()
2572
sp =
sptep_to_sp
(spte
in set_spte()
[all...]
H
A
D
tdp_mmu.c
320
sp =
sptep_to_sp
(pt);
in __handle_changed_spte()
357
struct kvm_mmu_page *root =
sptep_to_sp
(root_pt);
in __tdp_mmu_set_spte()
H
A
D
paging_tmpl.h
598
sp =
sptep_to_sp
(sptep);
in pte_prefetch()
927
sp =
sptep_to_sp
(sptep);
in invlpg()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
mmu.c
290
struct kvm_mmu_page *sp =
sptep_to_sp
(sptep);
in kvm_flush_remote_tlbs_sptep()
371
struct kvm_mmu_page *sp =
sptep_to_sp
(sptep);
in count_spte_clear()
455
struct kvm_mmu_page *sp =
sptep_to_sp
(sptep);
in __get_spte_lockless()
569
int level =
sptep_to_sp
(sptep)->role.level;
in mmu_spte_clear_track_bits()
1097
sp =
sptep_to_sp
(spte);
in rmap_remove()
1201
sp =
sptep_to_sp
(sptep);
in drop_large_spte()
1644
sp =
sptep_to_sp
(spte);
in __rmap_add()
1785
sp =
sptep_to_sp
(spte);
in mark_unsync()
2136
__clear_sp_write_flooding_count(
sptep_to_sp
(spte));
in clear_sp_write_flooding_count()
2304
struct kvm_mmu_page *parent_sp =
sptep_to_sp
(spte
in kvm_mmu_child_role()
[all...]
H
A
D
spte.h
235
static inline struct kvm_mmu_page *
sptep_to_sp
(u64 *sptep)
in sptep_to_sp()
function
H
A
D
tdp_mmu.c
212
parent_sp =
sptep_to_sp
(rcu_dereference(iter->sptep));
in tdp_mmu_init_child_sp()
322
struct kvm_mmu_page *sp =
sptep_to_sp
(rcu_dereference(pt));
in handle_removed_pt()
956
struct kvm_mmu_page *sp =
sptep_to_sp
(rcu_dereference(iter->sptep));
in tdp_mmu_map_handle_target_level()
H
A
D
paging_tmpl.h
592
sp =
sptep_to_sp
(sptep);
in pte_prefetch()
Completed in 46 milliseconds