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:SWP_TYPE_BITS
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
pgtable-3level.h
164
#define
SWP_TYPE_BITS
5
macro
165
#define _SWP_TYPE_MASK ((1U <<
SWP_TYPE_BITS
) - 1)
170
#define SWP_OFFSET_SHIFT (SWP_OFFSET_FIRST_BIT +
SWP_TYPE_BITS
)
172
#define MAX_SWAPFILES_CHECK() BUILD_BUG_ON(MAX_SWAPFILES_SHIFT >
SWP_TYPE_BITS
)
174
#define __swp_offset(x) ((x).val >>
SWP_TYPE_BITS
)
176
| (offset) <<
SWP_TYPE_BITS
})
187
(~(pteval_t)(offset) << SWP_OFFSET_SHIFT >>
SWP_TYPE_BITS
) \
188
| ((pteval_t)(type) << (64 -
SWP_TYPE_BITS
)) })
198
#define __pteval_swp_type(x) ((unsigned long)((x).pte >> (64 -
SWP_TYPE_BITS
)))
199
#define __pteval_swp_offset(x) ((unsigned long)(~((x).pte) <<
SWP_TYPE_BITS
>> SWP_OFFSET_SHIF
[all...]
H
A
D
pgtable_64.h
214
#define
SWP_TYPE_BITS
5
macro
219
#define SWP_OFFSET_SHIFT (SWP_OFFSET_FIRST_BIT+
SWP_TYPE_BITS
)
221
#define MAX_SWAPFILES_CHECK() BUILD_BUG_ON(MAX_SWAPFILES_SHIFT >
SWP_TYPE_BITS
)
224
#define __swp_type(x) ((x).val >> (64 -
SWP_TYPE_BITS
))
227
#define __swp_offset(x) (~(x).val <<
SWP_TYPE_BITS
>> SWP_OFFSET_SHIFT)
235
(~(unsigned long)(offset) << SWP_OFFSET_SHIFT >>
SWP_TYPE_BITS
) \
236
| ((unsigned long)(type) << (64-
SWP_TYPE_BITS
)) })
H
A
D
pgtable-2level.h
95
#define
SWP_TYPE_BITS
5
macro
96
#define _SWP_TYPE_MASK ((1U <<
SWP_TYPE_BITS
) - 1)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pgtable_64.h
212
#define
SWP_TYPE_BITS
5
macro
217
#define SWP_OFFSET_SHIFT (SWP_OFFSET_FIRST_BIT+
SWP_TYPE_BITS
)
219
#define MAX_SWAPFILES_CHECK() BUILD_BUG_ON(MAX_SWAPFILES_SHIFT >
SWP_TYPE_BITS
)
222
#define __swp_type(x) ((x).val >> (64 -
SWP_TYPE_BITS
))
225
#define __swp_offset(x) (~(x).val <<
SWP_TYPE_BITS
>> SWP_OFFSET_SHIFT)
233
(~(unsigned long)(offset) << SWP_OFFSET_SHIFT >>
SWP_TYPE_BITS
) \
234
| ((unsigned long)(type) << (64-
SWP_TYPE_BITS
)) })
H
A
D
pgtable-3level.h
252
#define
SWP_TYPE_BITS
5
macro
257
#define SWP_OFFSET_SHIFT (SWP_OFFSET_FIRST_BIT +
SWP_TYPE_BITS
)
273
(~(pteval_t)(offset) << SWP_OFFSET_SHIFT >>
SWP_TYPE_BITS
) \
274
| ((pteval_t)(type) << (64 -
SWP_TYPE_BITS
)) })
284
#define __pteval_swp_type(x) ((unsigned long)((x).pte >> (64 -
SWP_TYPE_BITS
)))
285
#define __pteval_swp_offset(x) ((unsigned long)(~((x).pte) <<
SWP_TYPE_BITS
>> SWP_OFFSET_SHIFT))
H
A
D
pgtable-2level.h
84
#define
SWP_TYPE_BITS
5
macro
87
#define MAX_SWAPFILES_CHECK() BUILD_BUG_ON(MAX_SWAPFILES_SHIFT >
SWP_TYPE_BITS
)
90
& ((1U <<
SWP_TYPE_BITS
) - 1))
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
303
BUILD_BUG_ON(MAX_SWAPFILES_SHIFT >
SWP_TYPE_BITS
); \
306
#define
SWP_TYPE_BITS
5
macro
308
& ((1UL <<
SWP_TYPE_BITS
) - 1))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H
A
D
pgtable.h
296
BUILD_BUG_ON(MAX_SWAPFILES_SHIFT >
SWP_TYPE_BITS
); \
299
#define
SWP_TYPE_BITS
5
macro
301
& ((1UL <<
SWP_TYPE_BITS
) - 1))
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
pgtable.h
365
#define
SWP_TYPE_BITS
5
macro
366
#define MAX_SWAPFILES_CHECK() BUILD_BUG_ON(MAX_SWAPFILES_SHIFT >
SWP_TYPE_BITS
)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
728
BUILD_BUG_ON(MAX_SWAPFILES_SHIFT >
SWP_TYPE_BITS
); \
737
#define
SWP_TYPE_BITS
5
macro
739
& ((1UL <<
SWP_TYPE_BITS
) - 1))
756
#define _PAGE_SWP_SOFT_DIRTY (1UL << (
SWP_TYPE_BITS
+ _PAGE_BIT_SWAP_TYPE))
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H
A
D
pgtable.h
664
BUILD_BUG_ON(MAX_SWAPFILES_SHIFT >
SWP_TYPE_BITS
); \
674
#define
SWP_TYPE_BITS
5
macro
675
#define SWP_TYPE_MASK ((1UL <<
SWP_TYPE_BITS
) - 1)
Completed in 10 milliseconds