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:STACK_INIT_OFFSET
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
dumpstack.c
64
unsigned long stack = S390_lowcore.async_stack -
STACK_INIT_OFFSET
;
in in_irq_stack()
71
unsigned long stack = S390_lowcore.nodat_stack -
STACK_INIT_OFFSET
;
in in_nodat_stack()
78
unsigned long stack = S390_lowcore.mcck_stack -
STACK_INIT_OFFSET
;
in in_mcck_stack()
85
unsigned long stack = S390_lowcore.restart_stack -
STACK_INIT_OFFSET
;
in in_restart_stack()
H
A
D
smp.c
206
lc->async_stack = async_stack +
STACK_INIT_OFFSET
;
in pcpu_alloc_lowcore()
207
lc->nodat_stack = nodat_stack +
STACK_INIT_OFFSET
;
in pcpu_alloc_lowcore()
208
lc->mcck_stack = mcck_stack +
STACK_INIT_OFFSET
;
in pcpu_alloc_lowcore()
241
nodat_stack = lc->nodat_stack -
STACK_INIT_OFFSET
;
in pcpu_free_lowcore()
242
async_stack = lc->async_stack -
STACK_INIT_OFFSET
;
in pcpu_free_lowcore()
243
mcck_stack = lc->mcck_stack -
STACK_INIT_OFFSET
;
in pcpu_free_lowcore()
287
lc->kernel_stack = (unsigned long)task_stack_page(tsk) +
STACK_INIT_OFFSET
;
in pcpu_attach_task()
1299
S390_lowcore.nodat_stack = nodat_stack +
STACK_INIT_OFFSET
;
in smp_reinit_ipl_cpu()
1300
S390_lowcore.async_stack = async_stack +
STACK_INIT_OFFSET
;
in smp_reinit_ipl_cpu()
1301
S390_lowcore.mcck_stack = mcck_stack +
STACK_INIT_OFFSET
;
in smp_reinit_ipl_cpu()
[all...]
H
A
D
head64.S
27
larl %r15,init_thread_union+
STACK_INIT_OFFSET
H
A
D
setup.c
444
restart_stack = (void *)(stack_alloc_early() +
STACK_INIT_OFFSET
);
in setup_lowcore()
445
lc->mcck_stack = stack_alloc_early() +
STACK_INIT_OFFSET
;
in setup_lowcore()
446
lc->async_stack = stack_alloc_early() +
STACK_INIT_OFFSET
;
in setup_lowcore()
447
lc->nodat_stack = stack_alloc_early() +
STACK_INIT_OFFSET
;
in setup_lowcore()
H
A
D
entry.S
62
oill %r14,
STACK_INIT_OFFSET
184
llill %r5,
STACK_INIT_OFFSET
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
thread_info.h
28
#define
STACK_INIT_OFFSET
\
macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
thread_info.h
27
#define
STACK_INIT_OFFSET
(THREAD_SIZE - STACK_FRAME_OVERHEAD - __PT_SIZE)
macro
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
setup.c
338
S390_lowcore.async_stack = stack +
STACK_INIT_OFFSET
;
in arch_early_irq_init()
346
old = S390_lowcore.async_stack -
STACK_INIT_OFFSET
;
in async_stack_realloc()
350
S390_lowcore.async_stack = new +
STACK_INIT_OFFSET
;
in async_stack_realloc()
368
stack +=
STACK_INIT_OFFSET
;
in arch_call_rest_init()
432
restart_stack +=
STACK_INIT_OFFSET
;
in setup_lowcore_dat_off()
H
A
D
smp.c
202
nodat_stack = pcpu->lowcore->nodat_stack -
STACK_INIT_OFFSET
;
in pcpu_alloc_lowcore()
210
lc->async_stack = async_stack +
STACK_INIT_OFFSET
;
in pcpu_alloc_lowcore()
211
lc->nodat_stack = nodat_stack +
STACK_INIT_OFFSET
;
in pcpu_alloc_lowcore()
243
nodat_stack = pcpu->lowcore->nodat_stack -
STACK_INIT_OFFSET
;
in pcpu_free_lowcore()
244
async_stack = pcpu->lowcore->async_stack -
STACK_INIT_OFFSET
;
in pcpu_free_lowcore()
Completed in 9 milliseconds