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:task_size_32bit
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
mmap.c
31
unsigned long
task_size_32bit
(void)
in task_size_32bit()
function
45
max = (-1UL) & __STACK_RND_MASK(task_size ==
task_size_32bit
());
in stack_maxrandom_size()
148
arch_rnd(mmap32_rnd_bits),
task_size_32bit
(),
in arch_pick_mmap_layout()
H
A
D
hugetlbpage.c
94
task_size_32bit
() : task_size_64bit(addr > DEFAULT_MAP_WINDOW);
in hugetlb_get_unmapped_area_bottomup()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
mmap.c
31
unsigned long
task_size_32bit
(void)
in task_size_32bit()
function
45
max = (-1UL) & __STACK_RND_MASK(task_size ==
task_size_32bit
());
in stack_maxrandom_size()
148
arch_rnd(mmap32_rnd_bits),
task_size_32bit
(),
in arch_pick_mmap_layout()
H
A
D
hugetlbpage.c
65
task_size_32bit
() : task_size_64bit(addr > DEFAULT_MAP_WINDOW);
in hugetlb_get_unmapped_area_bottomup()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
sys_x86_64.c
121
*end =
task_size_32bit
();
in find_start_end()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
sys_x86_64.c
117
*end =
task_size_32bit
();
in find_start_end()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
elf.h
326
extern unsigned long
task_size_32bit
(void);
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
elf.h
312
extern unsigned long
task_size_32bit
(void);
Completed in 4 milliseconds