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:end_of_stack
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/sched/
H
A
D
task_stack.h
26
static __always_inline unsigned long *
end_of_stack
(const struct task_struct *task)
in end_of_stack()
function
54
static inline unsigned long *
end_of_stack
(struct task_struct *p)
in end_of_stack()
function
83
(*(
end_of_stack
(task)) != STACK_END_MAGIC)
97
unsigned long *n =
end_of_stack
(p);
in stack_not_used()
108
return (unsigned long)
end_of_stack
(p) - (unsigned long)n;
in stack_not_used()
110
return (unsigned long)n - (unsigned long)
end_of_stack
(p);
in stack_not_used()
/kernel/linux/linux-6.6/include/linux/sched/
H
A
D
task_stack.h
26
static __always_inline unsigned long *
end_of_stack
(const struct task_struct *task)
in end_of_stack()
function
54
static inline unsigned long *
end_of_stack
(struct task_struct *p)
in end_of_stack()
function
85
(*(
end_of_stack
(task)) != STACK_END_MAGIC)
99
unsigned long *n =
end_of_stack
(p);
in stack_not_used()
110
return (unsigned long)
end_of_stack
(p) - (unsigned long)n;
in stack_not_used()
112
return (unsigned long)n - (unsigned long)
end_of_stack
(p);
in stack_not_used()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
livepatch.h
17
task_thread_info(p)->livepatch_sp =
end_of_stack
(p) + 1;
in klp_init_thread_info()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
livepatch.h
33
task_thread_info(p)->livepatch_sp =
end_of_stack
(p) + 1;
in klp_init_thread_info()
/kernel/linux/linux-5.10/include/linux/
H
A
D
stackleak.h
20
t->lowest_stack = (unsigned long)
end_of_stack
(t) + sizeof(unsigned long);
in stackleak_task_init()
/kernel/linux/linux-6.6/include/linux/
H
A
D
stackleak.h
28
return (unsigned long)
end_of_stack
(tsk) + sizeof(unsigned long);
in stackleak_task_low_bound()
/kernel/linux/linux-5.10/kernel/
H
A
D
stackleak.c
55
unsigned long boundary = (unsigned long)
end_of_stack
(current);
in stackleak_erase()
H
A
D
fork.c
868
stackend =
end_of_stack
(tsk);
in set_task_stack_end_magic()
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H
A
D
thread_info.h
81
#define
end_of_stack
(p) (unsigned long *)((void *)(p) + IA64_RBS_OFFSET)
macro
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H
A
D
thread_info.h
79
#define
end_of_stack
(p) (unsigned long *)((void *)(p) + IA64_RBS_OFFSET)
macro
/kernel/linux/linux-5.10/arch/nds32/kernel/
H
A
D
process.c
246
stack_start = (unsigned long)
end_of_stack
(p);
in get_wchan()
H
A
D
traps.c
178
tsk->comm, tsk->pid,
end_of_stack
(tsk));
in die()
/kernel/linux/linux-5.10/arch/arm/kernel/
H
A
D
traps.c
242
} else if (fp < (unsigned long)
end_of_stack
(tsk))
in dump_backtrace()
292
TASK_COMM_LEN, tsk->comm, task_pid_nr(tsk),
end_of_stack
(tsk));
in __die()
/kernel/linux/linux-6.6/arch/arm/kernel/
H
A
D
traps.c
245
} else if (fp < (unsigned long)
end_of_stack
(tsk))
in dump_backtrace()
296
TASK_COMM_LEN, tsk->comm, task_pid_nr(tsk),
end_of_stack
(tsk));
in __die()
/kernel/linux/linux-6.6/mm/kasan/
H
A
D
report_generic.c
309
shadow_bottom = kasan_mem_to_shadow(
end_of_stack
(current));
in get_address_stack_frame_info()
/kernel/linux/linux-5.10/mm/kasan/
H
A
D
report.c
316
shadow_bottom = kasan_mem_to_shadow(
end_of_stack
(current));
in get_address_stack_frame_info()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
process.c
1742
p->thread.ksp_limit = (unsigned long)
end_of_stack
(p);
in copy_thread()
/kernel/linux/linux-6.6/kernel/
H
A
D
fork.c
1108
stackend =
end_of_stack
(tsk);
in set_task_stack_end_magic()
Completed in 18 milliseconds