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
defs:pud_present
(Results
1 - 25
of
39
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
pgtable-3level.h
43
#define
pud_present
(x) (pud_val(x))
macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
pgtable-64.h
31
static inline int
pud_present
(pud_t pud)
in pud_present()
function
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
pgtable-3level.h
49
#define
pud_present
(x) (pud_val(x))
macro
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
pgtable-nopmd.h
32
static inline int
pud_present
(pud_t pud) { return 1; }
in pud_present()
function
/kernel/linux/linux-5.10/arch/um/include/asm/
H
A
D
pgtable-3level.h
58
#define
pud_present
(x) (pud_val(x) & _PAGE_PRESENT)
macro
/kernel/linux/linux-6.6/arch/um/include/asm/
H
A
D
pgtable-3level.h
57
#define
pud_present
(x) (pud_val(x) & _PAGE_PRESENT)
macro
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
pgtable-nopmd.h
32
static inline int
pud_present
(pud_t pud) { return 1; }
in pud_present()
function
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
pgtable-2level.h
184
#define
pud_present
(pud) (1)
macro
H
A
D
pgtable-3level.h
113
#define
pud_present
(pud) (pud_val(pud))
macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
pgtable-levels.h
131
#define
pud_present
(x) (pud_val(x))
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
pgtable-2level.h
195
static inline int
pud_present
(pud_t pud)
in pud_present()
function
H
A
D
pgtable-3level.h
116
#define
pud_present
(pud) (pud_val(pud))
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
pgtable-64.h
170
static inline int
pud_present
(pud_t pud)
in pud_present()
function
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pgtable-64.h
294
static inline int
pud_present
(pud_t pud)
in pud_present()
function
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable-64.h
288
static inline int
pud_present
(pud_t pud)
in pud_present()
function
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
motorola_pgtable.h
136
#define
pud_present
(pud) (pud_val(pud) & _PAGE_TABLE)
macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
motorola_pgtable.h
158
#define
pud_present
(pud) (pud_val(pud) & _PAGE_TABLE)
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
166
#define
pud_present
(pud) (pud_val(pud) != 0)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
147
#define
pud_present
(pud) (pud_val(pud) != 0)
macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
pgtable_32.h
198
static inline int
pud_present
(pud_t pud)
in pud_present()
function
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
pgtable_32.h
215
static inline int
pud_present
(pud_t pud)
in pud_present()
function
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
pgtable.h
263
extern inline int
pud_present
(pud_t pud) { return pud_val(pud) & _PAGE_VALID; }
in pud_present()
function
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
pgtable.h
191
static inline int
pud_present
(pud_t pud)
in pud_present()
function
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
pgtable.h
245
extern inline int
pud_present
(pud_t pud) { return pud_val(pud) & _PAGE_VALID; }
in pud_present()
function
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
pgtable-64.h
173
static inline int
pud_present
(pud_t pud)
in pud_present()
function
Completed in 13 milliseconds
1
2