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:PxD_FLAG_PRESENT
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H
A
D
pgalloc.h
43
set_pud(pud, __pud((
PxD_FLAG_PRESENT
| PxD_FLAG_VALID) +
in pud_populate()
66
set_pmd(pmd, __pmd((
PxD_FLAG_PRESENT
| PxD_FLAG_VALID)
in pmd_populate_kernel()
H
A
D
pgtable.h
240
#define
PxD_FLAG_PRESENT
(1 << xlate_pabit(_PxD_PRESENT_BIT))
macro
325
#define pmd_present(x) (pmd_flag(x) &
PxD_FLAG_PRESENT
)
340
#define pud_present(x) (pud_flag(x) &
PxD_FLAG_PRESENT
)
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H
A
D
pgalloc.h
43
set_pud(pud, __pud((
PxD_FLAG_PRESENT
| PxD_FLAG_VALID) +
in pud_populate()
66
set_pmd(pmd, __pmd((
PxD_FLAG_PRESENT
| PxD_FLAG_VALID)
in pmd_populate_kernel()
H
A
D
pgtable.h
223
#define
PxD_FLAG_PRESENT
(1 << xlate_pabit(_PxD_PRESENT_BIT))
macro
290
#define pmd_present(x) (pmd_flag(x) &
PxD_FLAG_PRESENT
)
305
#define pud_present(x) (pud_flag(x) &
PxD_FLAG_PRESENT
)
/kernel/linux/linux-5.10/arch/parisc/kernel/
H
A
D
head.S
121
ldo (
PxD_FLAG_PRESENT
+PxD_FLAG_VALID)(%r3),%r3
132
ldo (
PxD_FLAG_PRESENT
+PxD_FLAG_VALID)(%r3),%r3
/kernel/linux/linux-6.6/arch/parisc/kernel/
H
A
D
head.S
122
ldo (
PxD_FLAG_PRESENT
+PxD_FLAG_VALID)(%r3),%r3
133
ldo (
PxD_FLAG_PRESENT
+PxD_FLAG_VALID)(%r3),%r3
Completed in 4 milliseconds