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:pte_frag
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/
H
A
D
pgtable-frag.c
18
void pte_frag_destroy(void *
pte_frag
)
in pte_frag_destroy()
argument
23
page = virt_to_page(
pte_frag
);
in pte_frag_destroy()
25
count = ((unsigned long)
pte_frag
& ~PAGE_MASK) >> PTE_FRAG_SIZE_SHIFT;
in pte_frag_destroy()
35
void *
pte_frag
, *ret;
in get_pte_from_cache()
local
43
pte_frag
= ret + PTE_FRAG_SIZE;
in get_pte_from_cache()
47
if (((unsigned long)
pte_frag
& ~PAGE_MASK) == 0)
in get_pte_from_cache()
48
pte_frag
= NULL;
in get_pte_from_cache()
49
pte_frag_set(&mm->context,
pte_frag
);
in get_pte_from_cache()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H
A
D
pgtable-frag.c
18
void pte_frag_destroy(void *
pte_frag
)
in pte_frag_destroy()
argument
23
ptdesc = virt_to_ptdesc(
pte_frag
);
in pte_frag_destroy()
25
count = ((unsigned long)
pte_frag
& ~PAGE_MASK) >> PTE_FRAG_SIZE_SHIFT;
in pte_frag_destroy()
35
void *
pte_frag
, *ret;
in get_pte_from_cache()
local
43
pte_frag
= ret + PTE_FRAG_SIZE;
in get_pte_from_cache()
47
if (((unsigned long)
pte_frag
& ~PAGE_MASK) == 0)
in get_pte_from_cache()
48
pte_frag
= NULL;
in get_pte_from_cache()
49
pte_frag_set(&mm->context,
pte_frag
);
in get_pte_from_cache()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
pgtable.h
111
return ctx->
pte_frag
;
in pte_frag_get()
116
ctx->
pte_frag
= p;
in pte_frag_set()
H
A
D
pgalloc.h
35
void pte_frag_destroy(void *
pte_frag
);
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
pgtable.h
120
return ctx->
pte_frag
;
in pte_frag_get()
125
ctx->
pte_frag
= p;
in pte_frag_set()
H
A
D
pgalloc.h
35
void pte_frag_destroy(void *
pte_frag
);
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
mmu_context.c
197
mm->context.
pte_frag
= NULL;
in init_new_context()
245
frag = mm->context.
pte_frag
;
in destroy_pagetable_cache()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
mmu_context.c
209
mm->context.
pte_frag
= NULL;
in init_new_context()
265
frag = mm->context.
pte_frag
;
in destroy_pagetable_cache()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
mmu-8xx.h
185
void *
pte_frag
;
member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgalloc.h
23
void pte_frag_destroy(void *
pte_frag
);
H
A
D
mmu.h
118
void *
pte_frag
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgalloc.h
23
void pte_frag_destroy(void *
pte_frag
);
H
A
D
mmu.h
121
void *
pte_frag
;
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
mmu-8xx.h
187
void *
pte_frag
;
member
Completed in 6 milliseconds