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:TASK_SIZE
(Results
1 - 25
of
55
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
task_size_32.h
9
#define
TASK_SIZE
(CONFIG_TASK_SIZE)
macro
H
A
D
task_size_64.h
51
#define
TASK_SIZE
TASK_SIZE_OF(current)
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
task_size_32.h
9
#define
TASK_SIZE
(CONFIG_TASK_SIZE)
macro
H
A
D
task_size_64.h
47
#define
TASK_SIZE
(is_32bit_task() ? TASK_SIZE_USER32 : TASK_SIZE_USER64)
macro
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H
A
D
processor.h
35
#define
TASK_SIZE
(0x80000000UL)
macro
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
processor.h
16
#define
TASK_SIZE
(0x40000000000UL)
macro
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H
A
D
processor.h
35
#define
TASK_SIZE
(0x80000000UL)
macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
processor.h
31
#define
TASK_SIZE
0x7fff8000UL
macro
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
memory.h
22
#define
TASK_SIZE
((CONFIG_PAGE_OFFSET) - (SZ_32M))
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
page_32_types.h
48
#define
TASK_SIZE
__PAGE_OFFSET
macro
H
A
D
page_64_types.h
92
#define
TASK_SIZE
(test_thread_flag(TIF_ADDR32) ? \
macro
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
processor.h
16
#define
TASK_SIZE
(0x40000000000UL)
macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
processor.h
29
#define
TASK_SIZE
(PAGE_OFFSET - (PAGE_SIZE * 8))
macro
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H
A
D
processor.h
41
# define
TASK_SIZE
0x7FFF0000UL
macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
page_32_types.h
48
#define
TASK_SIZE
__PAGE_OFFSET
macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H
A
D
processor.h
32
#define
TASK_SIZE
0xFFFFF000
macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H
A
D
processor.h
43
# define
TASK_SIZE
(0x81000000 - 0x80000000)
macro
74
# define
TASK_SIZE
(CONFIG_KERNEL_START)
macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H
A
D
mem-layout.h
41
#define
TASK_SIZE
(PAGE_OFFSET)
macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
processor.h
91
#define
TASK_SIZE
0x60000000
macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
H
A
D
processor.h
38
#define
TASK_SIZE
(0xFFFFFFFFUL)
macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H
A
D
processor.h
41
# define
TASK_SIZE
0x7FFF0000UL
macro
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H
A
D
processor.h
38
# define
TASK_SIZE
(CONFIG_KERNEL_START)
macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H
A
D
mem-layout.h
41
#define
TASK_SIZE
(PAGE_OFFSET)
macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
processor.h
85
#define
TASK_SIZE
0x60000000
macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
processor_64.h
33
#define
TASK_SIZE
\
macro
Completed in 8 milliseconds
1
2
3