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_space
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
H
A
D
checkers-common.c
17
asi->
stack_space
= 0;
in checker_stack_use_none()
25
asi->
stack_space
= -1;
in checker_stack_use_unknown()
35
asi->
stack_space
= imm;
in checker_stack_use_imm_0xx()
48
asi->
stack_space
= imm << 2;
in checker_stack_use_t32strd()
57
asi->
stack_space
= imm;
in checker_stack_use_imm_x0x()
67
asi->
stack_space
= imm;
in checker_stack_use_imm_xxx()
77
asi->
stack_space
= (hweight32(reglist) - (!pbit ? 1 : 0)) * 4;
in checker_stack_use_stmdx()
H
A
D
opt-arm.c
127
if (kp->ainsn.
stack_space
< 0)
in can_optimize()
133
if (kp->ainsn.
stack_space
> 255 - sizeof(struct pt_regs))
in can_optimize()
239
BUG_ON(orig->ainsn.
stack_space
< 0);
in NOKPROBE_SYMBOL()
241
stack_protect += orig->ainsn.
stack_space
;
in NOKPROBE_SYMBOL()
H
A
D
checkers-thumb.c
92
asi->
stack_space
= hweight32(reglist) * 4;
in t16_check_stack()
H
A
D
core.c
111
if ((p->ainsn.
stack_space
< 0) ||
in arch_prepare_kprobe()
112
(p->ainsn.
stack_space
> MAX_STACK_SIZE))
in arch_prepare_kprobe()
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/
H
A
D
checkers-common.c
17
asi->
stack_space
= 0;
in checker_stack_use_none()
25
asi->
stack_space
= -1;
in checker_stack_use_unknown()
35
asi->
stack_space
= imm;
in checker_stack_use_imm_0xx()
48
asi->
stack_space
= imm << 2;
in checker_stack_use_t32strd()
57
asi->
stack_space
= imm;
in checker_stack_use_imm_x0x()
67
asi->
stack_space
= imm;
in checker_stack_use_imm_xxx()
77
asi->
stack_space
= (hweight32(reglist) - (!pbit ? 1 : 0)) * 4;
in checker_stack_use_stmdx()
H
A
D
opt-arm.c
127
if (kp->ainsn.
stack_space
< 0)
in can_optimize()
133
if (kp->ainsn.
stack_space
> 255 - sizeof(struct pt_regs))
in can_optimize()
239
BUG_ON(orig->ainsn.
stack_space
< 0);
in NOKPROBE_SYMBOL()
241
stack_protect += orig->ainsn.
stack_space
;
in NOKPROBE_SYMBOL()
H
A
D
checkers-thumb.c
92
asi->
stack_space
= hweight32(reglist) * 4;
in t16_check_stack()
H
A
D
core.c
113
if ((p->ainsn.
stack_space
< 0) ||
in arch_prepare_kprobe()
114
(p->ainsn.
stack_space
> MAX_STACK_SIZE))
in arch_prepare_kprobe()
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
probes.h
35
int
stack_space
;
member
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
probes.h
35
int
stack_space
;
member
/kernel/linux/linux-5.10/arch/arm/probes/
H
A
D
decode.c
426
*
stack_space
is initialized to 0 here. Checker functions
in probes_decode_insn()
433
asi->
stack_space
= 0;
in probes_decode_insn()
436
* Similarly to
stack_space
, register_usage_flags is filled by
in probes_decode_insn()
/kernel/linux/linux-6.6/arch/arm/probes/
H
A
D
decode.c
426
*
stack_space
is initialized to 0 here. Checker functions
in probes_decode_insn()
433
asi->
stack_space
= 0;
in probes_decode_insn()
436
* Similarly to
stack_space
, register_usage_flags is filled by
in probes_decode_insn()
Completed in 6 milliseconds