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:PMD_BIT4
(Results
1 - 25
of
30
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
pgalloc.h
20
#define _PAGE_USER_TABLE (PMD_TYPE_TABLE |
PMD_BIT4
| PMD_DOMAIN(DOMAIN_USER))
21
#define _PAGE_KERNEL_TABLE (PMD_TYPE_TABLE |
PMD_BIT4
| PMD_DOMAIN(DOMAIN_KERNEL))
H
A
D
pgtable-3level-hwdef.h
22
#define
PMD_BIT4
(_AT(pmdval_t, 0))
macro
H
A
D
pgtable-2level-hwdef.h
21
#define
PMD_BIT4
(_AT(pmdval_t, 1) << 4)
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
pgalloc.h
20
#define _PAGE_USER_TABLE (PMD_TYPE_TABLE |
PMD_BIT4
| PMD_DOMAIN(DOMAIN_USER))
21
#define _PAGE_KERNEL_TABLE (PMD_TYPE_TABLE |
PMD_BIT4
| PMD_DOMAIN(DOMAIN_KERNEL))
H
A
D
pgtable-3level-hwdef.h
22
#define
PMD_BIT4
(_AT(pmdval_t, 0))
macro
H
A
D
pgtable-2level-hwdef.h
21
#define
PMD_BIT4
(_AT(pmdval_t, 1) << 4)
macro
/kernel/linux/linux-5.10/arch/arm/mm/
H
A
D
proc-arm720.S
185
PMD_BIT4
| \
189
PMD_BIT4
| \
H
A
D
proc-fa526.S
197
PMD_BIT4
| \
201
PMD_BIT4
| \
H
A
D
idmap.c
94
prot |=
PMD_BIT4
;
in identity_mapping_add()
H
A
D
proc-arm925.S
489
PMD_BIT4
| \
493
PMD_BIT4
| \
H
A
D
proc-arm926.S
472
PMD_BIT4
| \
476
PMD_BIT4
| \
H
A
D
proc-arm920.S
446
PMD_BIT4
| \
450
PMD_BIT4
| \
H
A
D
proc-arm1026.S
447
PMD_BIT4
| \
451
PMD_BIT4
| \
H
A
D
proc-arm922.S
424
PMD_BIT4
| \
428
PMD_BIT4
| \
H
A
D
proc-arm1020e.S
459
PMD_BIT4
| \
463
PMD_BIT4
| \
H
A
D
proc-arm1022.S
453
PMD_BIT4
| \
457
PMD_BIT4
| \
/kernel/linux/linux-6.6/arch/arm/mm/
H
A
D
proc-arm720.S
185
PMD_BIT4
| \
189
PMD_BIT4
| \
H
A
D
proc-fa526.S
197
PMD_BIT4
| \
201
PMD_BIT4
| \
H
A
D
idmap.c
94
prot |=
PMD_BIT4
;
in identity_mapping_add()
H
A
D
proc-arm920.S
446
PMD_BIT4
| \
450
PMD_BIT4
| \
H
A
D
proc-arm1020e.S
459
PMD_BIT4
| \
463
PMD_BIT4
| \
H
A
D
proc-arm1026.S
447
PMD_BIT4
| \
451
PMD_BIT4
| \
H
A
D
proc-arm1022.S
453
PMD_BIT4
| \
457
PMD_BIT4
| \
H
A
D
proc-arm922.S
424
PMD_BIT4
| \
428
PMD_BIT4
| \
H
A
D
proc-arm925.S
489
PMD_BIT4
| \
493
PMD_BIT4
| \
Completed in 9 milliseconds
1
2