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:is_large_pte
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/amd/
H
A
D
io_pgtable_v2.c
43
static inline bool
is_large_pte
(u64 pte)
in is_large_pte()
function
117
if (
is_large_pte
(pt[i]))
in free_pgtable()
151
if (IOMMU_PTE_PRESENT(__pte) &&
is_large_pte
(__pte)) {
in v2_alloc_pte()
219
if (
is_large_pte
(*pte)) {
in fetch_pte()
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
H
A
D
spte.h
187
static inline int
is_large_pte
(u64 pte)
in is_large_pte()
function
196
if (
is_large_pte
(pte))
in is_last_spte()
H
A
D
mmu.c
1073
if (
is_large_pte
(*sptep)) {
in __drop_large_spte()
1756
if (!is_shadow_present_pte(ent) ||
is_large_pte
(ent)) {
in __mmu_unsync_walk()
2198
if (is_shadow_present_pte(*sptep) && !
is_large_pte
(*sptep)) {
in validate_direct_spte()
2228
if (
is_large_pte
(pte))
in mmu_page_zap_pte()
2606
if (level > PG_LEVEL_4K && !
is_large_pte
(*sptep)) {
in mmu_set_spte()
2648
if (!was_rmapped &&
is_large_pte
(*sptep))
in mmu_set_spte()
2835
!
is_large_pte
(spte)) {
in disallowed_hugepage_adjust()
H
A
D
tdp_mmu.c
614
is_large_pte
(iter.old_spte)) {
in kvm_tdp_mmu_map()
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/
H
A
D
spte.h
313
static inline bool
is_large_pte
(u64 pte)
in is_large_pte()
function
320
return (level == PG_LEVEL_4K) ||
is_large_pte
(pte);
in is_last_spte()
H
A
D
spte.c
282
if (WARN_ON_ONCE(!
is_large_pte
(huge_spte)))
in make_huge_page_split_spte()
H
A
D
tdp_mmu.c
1073
!
is_large_pte
(iter.old_spte))
in kvm_tdp_mmu_map()
1448
if (!is_shadow_present_pte(iter.old_spte) || !
is_large_pte
(iter.old_spte))
in tdp_mmu_split_huge_pages_root()
H
A
D
mmu.c
1835
if (!is_shadow_present_pte(ent) ||
is_large_pte
(ent)) {
in __mmu_unsync_walk()
2353
if (is_shadow_present_pte(*sptep) && !
is_large_pte
(*sptep))
in kvm_mmu_get_child_sp()
2467
if (is_shadow_present_pte(*sptep) && !
is_large_pte
(*sptep)) {
in validate_direct_spte()
2928
if (level > PG_LEVEL_4K && !
is_large_pte
(*sptep)) {
in mmu_set_spte()
3201
!
is_large_pte
(spte) &&
in disallowed_hugepage_adjust()
6471
if (WARN_ON_ONCE(!
is_large_pte
(*huge_sptep)))
in shadow_mmu_try_split_huge_pages()
Completed in 26 milliseconds