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:L_PGD_SWAPPER
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
idmap.c
30
if (pud_none_or_clear_bad(pud) || (pud_val(*pud) &
L_PGD_SWAPPER
)) {
in idmap_add_pmd()
H
A
D
pgd.c
191
if (pgd_val(*pgd) &
L_PGD_SWAPPER
)
in pgd_free()
H
A
D
kasan_init.c
232
__pgd(__pa(tmp_pmd_table) | PMD_TYPE_TABLE |
L_PGD_SWAPPER
));
in kasan_init()
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
idmap.c
30
if (pud_none_or_clear_bad(pud) || (pud_val(*pud) &
L_PGD_SWAPPER
)) {
in idmap_add_pmd()
H
A
D
pgd.c
191
if (pgd_val(*pgd) &
L_PGD_SWAPPER
)
in pgd_free()
H
A
D
kasan_init.c
231
__pgd(__pa(tmp_pmd_table) | PMD_TYPE_TABLE |
L_PGD_SWAPPER
));
in kasan_init()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
pgtable-3level.h
107
#define
L_PGD_SWAPPER
(_AT(pgdval_t, 1) << 55) /* swapper_pg_dir entry */
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
pgtable-3level.h
110
#define
L_PGD_SWAPPER
(_AT(pgdval_t, 1) << 55) /* swapper_pg_dir entry */
macro
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
head.S
226
mov r7, #1 << (55 - 32) @
L_PGD_SWAPPER
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
head.S
212
mov r7, #1 << (55 - 32) @
L_PGD_SWAPPER
Completed in 5 milliseconds