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:childksp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/arc/kernel/
H
A
D
process.c
170
unsigned long *
childksp
; /* to unwind out of __switch_to() */
in copy_thread()
local
177
childksp
= (unsigned long *)c_regs - 2; /* 2 words for FP/BLINK */
in copy_thread()
178
c_callee = ((struct callee_regs *)
childksp
) - 1;
in copy_thread()
191
childksp
[0] = 0; /* fp */
in copy_thread()
192
childksp
[1] = (unsigned long)ret_from_fork; /* blink */
in copy_thread()
206
childksp
[0] = 0; /* for POP fp */
in copy_thread()
207
childksp
[1] = (unsigned long)ret_from_fork; /* for POP blink */
in copy_thread()
/kernel/linux/linux-6.6/arch/arc/kernel/
H
A
D
process.c
173
unsigned long *
childksp
; /* to unwind out of __switch_to() */
in copy_thread()
local
180
childksp
= (unsigned long *)c_regs - 2; /* 2 words for FP/BLINK */
in copy_thread()
181
c_callee = ((struct callee_regs *)
childksp
) - 1;
in copy_thread()
194
childksp
[0] = 0; /* fp */
in copy_thread()
195
childksp
[1] = (unsigned long)ret_from_fork; /* blink */
in copy_thread()
209
childksp
[0] = 0; /* for POP fp */
in copy_thread()
210
childksp
[1] = (unsigned long)ret_from_fork; /* for POP blink */
in copy_thread()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H
A
D
process.c
126
unsigned long
childksp
;
in copy_thread()
local
129
childksp
= (unsigned long)task_stack_page(p) + THREAD_SIZE;
in copy_thread()
132
childregs = (struct pt_regs *)
childksp
- 1;
in copy_thread()
134
childksp
= (unsigned long) childregs;
in copy_thread()
144
p->thread.reg03 =
childksp
;
in copy_thread()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
process.c
146
unsigned long
childksp
;
in copy_thread()
local
152
childksp
= (unsigned long)task_stack_page(p) + THREAD_SIZE;
in copy_thread()
155
childregs = (struct pt_regs *)
childksp
- 1;
in copy_thread()
157
childksp
= (unsigned long) childregs;
in copy_thread()
165
p->thread.reg03 =
childksp
;
in copy_thread()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
process.c
129
unsigned long
childksp
;
in copy_thread()
local
131
childksp
= (unsigned long)task_stack_page(p) + THREAD_SIZE - 32;
in copy_thread()
134
childregs = (struct pt_regs *)
childksp
- 1;
in copy_thread()
136
childksp
= (unsigned long) childregs;
in copy_thread()
145
p->thread.reg29 =
childksp
;
in copy_thread()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
process.c
115
unsigned long
childksp
;
in copy_thread()
local
117
childksp
= (unsigned long)task_stack_page(p) + THREAD_SIZE - 32;
in copy_thread()
120
childregs = (struct pt_regs *)
childksp
- 1;
in copy_thread()
122
childksp
= (unsigned long) childregs;
in copy_thread()
143
p->thread.reg29 =
childksp
;
in copy_thread()
Completed in 5 milliseconds