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:pte_none
(Results
1 - 25
of
55
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H
A
D
pgtable.h
33
static inline int
pte_none
(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; }
in pte_none()
function
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
pgtable-levels.h
173
#define
pte_none
(x) (!pte_val(x))
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
pgtable.h
27
#define
pte_none
(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL))
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H
A
D
pgtable.h
53
static inline int
pte_none
(pte_t pte) { return (pte_val(pte) & ~_PTE_NONE_MASK) == 0; }
in pte_none()
function
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
sun3_pgtable.h
121
static inline int
pte_none
(pte_t pte) { return !pte_val (pte); }
in pte_none()
function
H
A
D
motorola_pgtable.h
135
#define
pte_none
(pte) (!pte_val(pte))
macro
H
A
D
mcf_pgtable.h
175
static inline int
pte_none
(pte_t pte)
in pte_none()
function
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
sun3_pgtable.h
101
static inline int
pte_none
(pte_t pte) { return !pte_val (pte); }
in pte_none()
function
H
A
D
motorola_pgtable.h
111
#define
pte_none
(pte) (!pte_val(pte))
macro
H
A
D
mcf_pgtable.h
121
static inline int
pte_none
(pte_t pte)
in pte_none()
function
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
pgtable.h
36
#define
pte_none
(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL))
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
pgtable.h
228
static inline int
pte_none
(pte_t pte)
in pte_none()
function
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H
A
D
pgtable.h
102
static inline int
pte_none
(pte_t pte)
in pte_none()
function
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
pgtable.h
38
#define
pte_none
(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL))
macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
pgtable.h
262
#define
pte_none
(x) (!pte_val(x))
macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H
A
D
pgtable.h
123
static inline int
pte_none
(pte_t pte)
in pte_none()
function
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
pgtable_32.h
323
#define
pte_none
(x) (!pte_val(x))
macro
/kernel/linux/linux-5.10/arch/um/include/asm/
H
A
D
pgtable.h
124
static inline int
pte_none
(pte_t pte)
in pte_none()
function
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
pgtable.h
193
#define
pte_none
(pte) (!pte_val(pte))
macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
pgtable.h
251
static inline int
pte_none
(pte_t pte)
in pte_none()
function
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable.h
111
# define
pte_none
(pte) (!(((pte).pte_high) & ~_PAGE_GLOBAL))
macro
113
# define
pte_none
(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL))
macro
162
#define
pte_none
(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL))
macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
pgtable.h
178
#define
pte_none
(pte) (!pte_val(pte))
macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
pgtable_32.h
322
#define
pte_none
(x) (!pte_val(x))
macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
pgtable_32.h
153
static inline int
pte_none
(pte_t pte)
in pte_none()
function
/kernel/linux/linux-6.6/arch/um/include/asm/
H
A
D
pgtable.h
111
static inline int
pte_none
(pte_t pte)
in pte_none()
function
Completed in 18 milliseconds
1
2
3