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:NUM_GPRS
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H
A
D
ptrace-gpr.S
12
#define
NUM_GPRS
(32 - FIRST_GPR)
define
13
#define STACK_SIZE (
NUM_GPRS
* GPR_SIZE)
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
compat_signal.c
76
for (i = 0; i <
NUM_GPRS
; i++)
in save_sigregs32()
114
for (i = 0; i <
NUM_GPRS
; i++)
in restore_sigregs32()
127
__u32 gprs_high[
NUM_GPRS
];
in save_sigregs_ext32()
132
for (i = 0; i <
NUM_GPRS
; i++)
in save_sigregs_ext32()
155
__u32 gprs_high[
NUM_GPRS
];
in restore_sigregs_ext32()
163
for (i = 0; i <
NUM_GPRS
; i++)
in restore_sigregs_ext32()
H
A
D
compat_ptrace.h
23
u32 gprs[
NUM_GPRS
];
H
A
D
ptrace.c
1493
for (i = 0; i <
NUM_GPRS
; i++, gprs_high += 2)
in s390_compat_regs_high_get()
1656
static const char *gpr_names[
NUM_GPRS
] = {
1663
if (offset >=
NUM_GPRS
)
in regs_get_register()
1676
if (offset >=
NUM_GPRS
)
in regs_query_register_offset()
1683
if (offset >=
NUM_GPRS
)
in regs_query_register_name()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
compat_signal.c
77
for (i = 0; i <
NUM_GPRS
; i++)
in save_sigregs32()
115
for (i = 0; i <
NUM_GPRS
; i++)
in restore_sigregs32()
128
__u32 gprs_high[
NUM_GPRS
];
in save_sigregs_ext32()
133
for (i = 0; i <
NUM_GPRS
; i++)
in save_sigregs_ext32()
156
__u32 gprs_high[
NUM_GPRS
];
in restore_sigregs_ext32()
164
for (i = 0; i <
NUM_GPRS
; i++)
in restore_sigregs_ext32()
H
A
D
compat_ptrace.h
23
u32 gprs[
NUM_GPRS
];
H
A
D
ptrace.c
1389
for (i = 0; i <
NUM_GPRS
; i++, gprs_high += 2)
in s390_compat_regs_high_get()
1552
static const char *gpr_names[
NUM_GPRS
] = {
1559
if (offset >=
NUM_GPRS
)
in regs_get_register()
1572
if (offset >=
NUM_GPRS
)
in regs_query_register_offset()
1579
if (offset >=
NUM_GPRS
)
in regs_query_register_name()
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
169
#define
NUM_GPRS
16
macro
284
unsigned long gprs[
NUM_GPRS
];
296
unsigned long gprs[
NUM_GPRS
];
442
unsigned long gprs[
NUM_GPRS
];
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
229
#define
NUM_GPRS
16
macro
282
unsigned long gprs[
NUM_GPRS
];
294
unsigned long gprs[
NUM_GPRS
];
440
unsigned long gprs[
NUM_GPRS
];
/kernel/linux/linux-5.10/tools/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
169
#define
NUM_GPRS
16
macro
284
unsigned long gprs[
NUM_GPRS
];
296
unsigned long gprs[
NUM_GPRS
];
442
unsigned long gprs[
NUM_GPRS
];
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
compat.h
56
u32 gprs[
NUM_GPRS
];
62
u32 gprs_high[
NUM_GPRS
];
H
A
D
ptrace.h
118
unsigned long gprs[
NUM_GPRS
];
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
compat.h
74
u32 gprs[
NUM_GPRS
];
80
u32 gprs_high[
NUM_GPRS
];
H
A
D
ptrace.h
82
unsigned long gprs[
NUM_GPRS
];
Completed in 13 milliseconds