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:thread_regs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
H
A
D
process.c
451
static unsigned long
thread_regs
[MAX_REG_NR];
variable
456
get_safe_registers(
thread_regs
, thread_fp_regs);
in init_thread_regs()
458
thread_regs
[REGS_IP_INDEX] = STUB_CODE +
in init_thread_regs()
461
thread_regs
[REGS_SP_INDEX] = STUB_DATA + UM_KERN_PAGE_SIZE -
in init_thread_regs()
464
thread_regs
[REGS_SP_INDEX] -= __SIGNAL_FRAMESIZE;
in init_thread_regs()
489
err = ptrace_setregs(pid,
thread_regs
);
in copy_context_skas0()
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/
H
A
D
process.c
508
static unsigned long
thread_regs
[MAX_REG_NR];
variable
513
get_safe_registers(
thread_regs
, thread_fp_regs);
in init_thread_regs()
515
thread_regs
[REGS_IP_INDEX] = STUB_CODE +
in init_thread_regs()
518
thread_regs
[REGS_SP_INDEX] = STUB_DATA + STUB_DATA_PAGES * UM_KERN_PAGE_SIZE -
in init_thread_regs()
521
thread_regs
[REGS_SP_INDEX] -= __SIGNAL_FRAMESIZE;
in init_thread_regs()
552
err = ptrace_setregs(pid,
thread_regs
);
in copy_context_skas0()
/kernel/linux/linux-5.10/arch/sh/kernel/
H
A
D
kgdb.c
225
struct pt_regs *
thread_regs
= task_pt_regs(p);
in sleeping_thread_to_gdb_regs()
local
240
gdb_regs[reg] =
thread_regs
->regs[reg];
in sleeping_thread_to_gdb_regs()
248
gdb_regs[GDB_PR] =
thread_regs
->pr;
in sleeping_thread_to_gdb_regs()
249
gdb_regs[GDB_GBR] =
thread_regs
->gbr;
in sleeping_thread_to_gdb_regs()
/kernel/linux/linux-6.6/arch/sh/kernel/
H
A
D
kgdb.c
225
struct pt_regs *
thread_regs
= task_pt_regs(p);
in sleeping_thread_to_gdb_regs()
local
240
gdb_regs[reg] =
thread_regs
->regs[reg];
in sleeping_thread_to_gdb_regs()
248
gdb_regs[GDB_PR] =
thread_regs
->pr;
in sleeping_thread_to_gdb_regs()
249
gdb_regs[GDB_GBR] =
thread_regs
->gbr;
in sleeping_thread_to_gdb_regs()
/kernel/linux/linux-5.10/arch/hexagon/kernel/
H
A
D
kgdb.c
110
struct pt_regs *
thread_regs
;
in sleeping_thread_to_gdb_regs()
local
119
thread_regs
= task_pt_regs(task);
in sleeping_thread_to_gdb_regs()
120
gdb_regs[0] =
thread_regs
->r00;
in sleeping_thread_to_gdb_regs()
/kernel/linux/linux-6.6/arch/hexagon/kernel/
H
A
D
kgdb.c
110
struct pt_regs *
thread_regs
;
in sleeping_thread_to_gdb_regs()
local
119
thread_regs
= task_pt_regs(task);
in sleeping_thread_to_gdb_regs()
120
gdb_regs[0] =
thread_regs
->r00;
in sleeping_thread_to_gdb_regs()
Completed in 5 milliseconds