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:__swp_type
(Results
1 - 25
of
67
) sorted by relevance
1
2
3
/kernel/linux/linux-6.6/arch/csky/abiv2/inc/abi/
H
A
D
pgtable-bits.h
45
#define
__swp_type
(x) (((x).val >> 2) & 0x1f)
macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H
A
D
pgtable.h
43
#define
__swp_type
(x) (0)
macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H
A
D
pgtable.h
11
#define
__swp_type
(x) (0)
macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
pgtable_no.h
35
#define
__swp_type
(x) (0)
macro
H
A
D
sun3_pgtable.h
178
#define
__swp_type
(x) ((x).val & 0x7F)
macro
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/
H
A
D
pgtable-bits.h
45
#define
__swp_type
(x) ((((x).val >> 2) & 0xf) | \
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
pgtable-32.h
204
#define
__swp_type
(x) (((x).val >> 10) & 0x1f)
macro
215
#define
__swp_type
(x) (((x).val >> 4) & 0x1f)
macro
224
#define
__swp_type
(x) (((x).val >> 2) & 0x1f)
macro
238
#define
__swp_type
(x) (((x).val >> 8) & 0x1f)
macro
H
A
D
pgtable-64.h
340
#define
__swp_type
(x) (((x).val >> 16) & 0xff)
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable-2level.h
89
#define
__swp_type
(x) (((x).val >> (_PAGE_BIT_PRESENT + 1)) \
macro
H
A
D
pgtable-3level.h
260
#define
__swp_type
(x) (((x).val) & 0x1f)
macro
H
A
D
pgtable_64.h
222
#define
__swp_type
(x) ((x).val >> (64 - SWP_TYPE_BITS))
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
pgtable-32.h
211
#define
__swp_type
(x) (((x).val >> 10) & 0x1f)
macro
239
#define
__swp_type
(x) (((x).val >> 4) & 0x1f)
macro
268
#define
__swp_type
(x) (((x).val >> 2) & 0x1f)
macro
292
#define
__swp_type
(x) (((x).val >> 8) & 0x1f)
macro
H
A
D
pgtable-64.h
341
#define
__swp_type
(x) (((x).val >> 16) & 0x7f)
macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
pgtable-bits-arcv2.h
127
#define
__swp_type
(pte_lookalike) (((pte_lookalike).val) & 0x1f)
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pgtable-3level.h
173
#define
__swp_type
(x) (((x).val) & _SWP_TYPE_MASK)
macro
H
A
D
pgtable-2level.h
102
#define
__swp_type
(x) (((x).val >> _SWP_TYPE_SHIFT) \
macro
H
A
D
pgtable_64.h
224
#define
__swp_type
(x) ((x).val >> (64 - SWP_TYPE_BITS))
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
pgtable-64.h
250
#define
__swp_type
(x) (((x).val >> 16) & 0xff)
macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
367
#define
__swp_type
(entry) ((entry).val & 0x1f)
macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
sun3_pgtable.h
171
#define
__swp_type
(x) ((x).val & 0x3f)
macro
H
A
D
motorola_pgtable.h
188
#define
__swp_type
(x) (((x).val >> 4) & 0x7f)
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
pgtable.h
383
#define
__swp_type
(swp_pte) (((swp_pte).val >> 1) & 0x1f)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H
A
D
pgtable.h
378
#define
__swp_type
(entry) ((entry).val & 0x1f)
macro
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H
A
D
pgtable.h
256
#define
__swp_type
(swp) (((swp).val >> 26) & 0x1f)
macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
pgtable.h
50
#define
__swp_type
(x) (((x).val >> 4) & 0xff)
macro
Completed in 11 milliseconds
1
2
3