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:stkadj
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/kernel/
H
A
D
ptrace.c
84
/* Need to take
stkadj
into account. */
in get_reg()
86
long
stkadj
= *(long *)(task->thread.esp0 + PT_REG(
stkadj
));
in get_reg()
local
87
addr = (unsigned long *) ((unsigned long)addr +
stkadj
);
in get_reg()
109
/* Need to take
stkadj
into account. */
in put_reg()
111
long
stkadj
= *(long *)(task->thread.esp0 + PT_REG(
stkadj
));
in put_reg()
local
112
addr = (unsigned long *) ((unsigned long)addr +
stkadj
);
in put_reg()
H
A
D
signal.c
101
regs->
stkadj
= frame_extra_sizes(regs->format);
in fixup_exception()
102
tregs = (struct pt_regs *)((long)regs + regs->
stkadj
);
in fixup_exception()
450
if (CPU_IS_020_OR_030 && !regs->
stkadj
&&
in save_fpu_state()
513
if (CPU_IS_020_OR_030 && !regs->
stkadj
&&
in rt_save_fpu_state()
833
return (void *)regs + regs->
stkadj
;
in rte_regs()
949
* screw
stkadj
.
in setup_frame()
952
regs->
stkadj
= fsize;
in setup_frame()
954
pr_debug("Performing stackadjust=%04lx\n", regs->
stkadj
);
in setup_frame()
1029
* screw
stkadj
.
in setup_rt_frame()
1032
regs->
stkadj
in setup_rt_frame()
[all...]
/kernel/linux/linux-6.6/arch/m68k/kernel/
H
A
D
ptrace.c
85
/* Need to take
stkadj
into account. */
in get_reg()
87
long
stkadj
= *(long *)(task->thread.esp0 + PT_REG(
stkadj
));
in get_reg()
local
88
addr = (unsigned long *) ((unsigned long)addr +
stkadj
);
in get_reg()
110
/* Need to take
stkadj
into account. */
in put_reg()
112
long
stkadj
= *(long *)(task->thread.esp0 + PT_REG(
stkadj
));
in put_reg()
local
113
addr = (unsigned long *) ((unsigned long)addr +
stkadj
);
in put_reg()
H
A
D
signal.c
101
regs->
stkadj
= frame_extra_sizes(regs->format);
in fixup_exception()
102
tregs = (struct pt_regs *)((long)regs + regs->
stkadj
);
in fixup_exception()
450
if (CPU_IS_020_OR_030 && !regs->
stkadj
&&
in save_fpu_state()
513
if (CPU_IS_020_OR_030 && !regs->
stkadj
&&
in rt_save_fpu_state()
809
return (void *)regs + regs->
stkadj
;
in rte_regs()
925
* screw
stkadj
.
in setup_frame()
928
regs->
stkadj
= fsize;
in setup_frame()
930
pr_debug("Performing stackadjust=%04lx\n", regs->
stkadj
);
in setup_frame()
1005
* screw
stkadj
.
in setup_rt_frame()
1008
regs->
stkadj
in setup_rt_frame()
[all...]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H
A
D
user.h
46
short
stkadj
;
member
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
H
A
D
ptrace.h
41
long
stkadj
;
member
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H
A
D
user.h
46
short
stkadj
;
member
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/
H
A
D
ptrace.h
41
long
stkadj
;
member
Completed in 5 milliseconds