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:UREG_I6
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
signal_64.c
99
err |= __get_user(regs->u_regs[
UREG_I6
], (&(*grp)[MC_O6]));
in sparc64_set_context()
105
(&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[
UREG_I6
]))->ins[6])));
in sparc64_set_context()
107
(&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[
UREG_I6
]))->ins[7])));
in sparc64_set_context()
197
err |= __put_user(regs->u_regs[
UREG_I6
], &((*grp)[MC_O6]));
in sparc64_get_context()
201
(&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[
UREG_I6
]))->ins[6])));
in sparc64_get_context()
203
(&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[
UREG_I6
]))->ins[7])));
in sparc64_get_context()
H
A
D
stacktrace.c
49
fp = regs->u_regs[
UREG_I6
] + STACK_BIAS;
in __save_stack_trace()
H
A
D
ptrace_64.c
195
unsigned long rw_addr = regs->u_regs[
UREG_I6
];
in regwindow64_get()
220
unsigned long rw_addr = regs->u_regs[
UREG_I6
];
in regwindow64_set()
550
if (get_from_target(target, regs->u_regs[
UREG_I6
],
in genregs32_get()
582
reg_window = (compat_ulong_t __user *) regs->u_regs[
UREG_I6
];
in genregs32_set()
610
reg_window = (compat_ulong_t __user *) regs->u_regs[
UREG_I6
];
in genregs32_set()
H
A
D
ptrace_32.c
52
unsigned long reg_window = regs->u_regs[
UREG_I6
];
in regwindow32_get()
70
unsigned long reg_window = regs->u_regs[
UREG_I6
];
in regwindow32_set()
H
A
D
perf_event.c
1749
ksp = regs->u_regs[
UREG_I6
];
in perf_callchain_kernel()
1766
fp = regs->u_regs[
UREG_I6
] + STACK_BIAS;
in perf_callchain_kernel()
H
A
D
traps_64.c
2493
fp = regs->u_regs[
UREG_I6
] + STACK_BIAS;
in show_stack()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
signal_64.c
99
err |= __get_user(regs->u_regs[
UREG_I6
], (&(*grp)[MC_O6]));
in sparc64_set_context()
105
(&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[
UREG_I6
]))->ins[6])));
in sparc64_set_context()
107
(&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[
UREG_I6
]))->ins[7])));
in sparc64_set_context()
197
err |= __put_user(regs->u_regs[
UREG_I6
], &((*grp)[MC_O6]));
in sparc64_get_context()
201
(&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[
UREG_I6
]))->ins[6])));
in sparc64_get_context()
203
(&(((struct reg_window __user *)(STACK_BIAS+regs->u_regs[
UREG_I6
]))->ins[7])));
in sparc64_get_context()
H
A
D
stacktrace.c
49
fp = regs->u_regs[
UREG_I6
] + STACK_BIAS;
in __save_stack_trace()
H
A
D
ptrace_64.c
194
unsigned long rw_addr = regs->u_regs[
UREG_I6
];
in regwindow64_get()
219
unsigned long rw_addr = regs->u_regs[
UREG_I6
];
in regwindow64_set()
547
if (get_from_target(target, regs->u_regs[
UREG_I6
],
in genregs32_get()
579
reg_window = (compat_ulong_t __user *) regs->u_regs[
UREG_I6
];
in genregs32_set()
607
reg_window = (compat_ulong_t __user *) regs->u_regs[
UREG_I6
];
in genregs32_set()
H
A
D
ptrace_32.c
51
unsigned long reg_window = regs->u_regs[
UREG_I6
];
in regwindow32_get()
69
unsigned long reg_window = regs->u_regs[
UREG_I6
];
in regwindow32_set()
H
A
D
perf_event.c
1749
ksp = regs->u_regs[
UREG_I6
];
in perf_callchain_kernel()
1766
fp = regs->u_regs[
UREG_I6
] + STACK_BIAS;
in perf_callchain_kernel()
H
A
D
traps_64.c
2488
fp = regs->u_regs[
UREG_I6
] + STACK_BIAS;
in show_stack()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
perf_event.h
25
(regs)->u_regs[
UREG_I6
] = _fp; \
H
A
D
compat.h
131
unsigned long usp = regs->u_regs[
UREG_I6
];
in arch_compat_alloc_user_space()
H
A
D
ptrace.h
114
return regs->u_regs[
UREG_I6
];
in kernel_stack_pointer()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
perf_event.h
25
(regs)->u_regs[
UREG_I6
] = _fp; \
H
A
D
ptrace.h
114
return regs->u_regs[
UREG_I6
];
in kernel_stack_pointer()
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H
A
D
ptrace.h
156
#define
UREG_I6
14
macro
158
#define UREG_FP
UREG_I6
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H
A
D
ptrace.h
156
#define
UREG_I6
14
macro
158
#define UREG_FP
UREG_I6
Completed in 22 milliseconds