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:nextpc
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/
H
A
D
fpu.c
178
unsigned long
nextpc
;
in ieee_fpe_handler()
local
191
nextpc
= regs->pc + 4 + ((short)((insn & 0xfff) << 4) >> 3);
in ieee_fpe_handler()
196
nextpc
= regs->pc + 4 + ((char)(insn & 0xff) << 1);
in ieee_fpe_handler()
198
nextpc
= regs->pc + 4;
in ieee_fpe_handler()
203
nextpc
= regs->pc + 4;
in ieee_fpe_handler()
205
nextpc
= regs->pc + 4 + ((char)(insn & 0xff) << 1);
in ieee_fpe_handler()
210
nextpc
= regs->regs[nib[1]];
in ieee_fpe_handler()
215
nextpc
= regs->pc + 4 + regs->regs[nib[1]];
in ieee_fpe_handler()
219
nextpc
= regs->pr;
in ieee_fpe_handler()
222
nextpc
in ieee_fpe_handler()
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/
H
A
D
fpu.c
178
unsigned long
nextpc
;
in ieee_fpe_handler()
local
191
nextpc
= regs->pc + 4 + ((short)((insn & 0xfff) << 4) >> 3);
in ieee_fpe_handler()
196
nextpc
= regs->pc + 4 + ((char)(insn & 0xff) << 1);
in ieee_fpe_handler()
198
nextpc
= regs->pc + 4;
in ieee_fpe_handler()
203
nextpc
= regs->pc + 4;
in ieee_fpe_handler()
205
nextpc
= regs->pc + 4 + ((char)(insn & 0xff) << 1);
in ieee_fpe_handler()
210
nextpc
= regs->regs[nib[1]];
in ieee_fpe_handler()
215
nextpc
= regs->pc + 4 + regs->regs[nib[1]];
in ieee_fpe_handler()
219
nextpc
= regs->pr;
in ieee_fpe_handler()
222
nextpc
in ieee_fpe_handler()
[all...]
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/
H
A
D
fpu.c
410
unsigned long
nextpc
;
in ieee_fpe_handler()
local
421
nextpc
= regs->pc + 4 + ((short) ((insn & 0xfff) << 4) >> 3);
in ieee_fpe_handler()
425
nextpc
= regs->pc + 4 + ((char) (insn & 0xff) << 1);
in ieee_fpe_handler()
427
nextpc
= regs->pc + 4;
in ieee_fpe_handler()
431
nextpc
= regs->pc + 4;
in ieee_fpe_handler()
433
nextpc
= regs->pc + 4 + ((char) (insn & 0xff) << 1);
in ieee_fpe_handler()
437
nextpc
= regs->regs[nib[1]];
in ieee_fpe_handler()
441
nextpc
= regs->pc + 4 + regs->regs[nib[1]];
in ieee_fpe_handler()
444
nextpc
= regs->pr;
in ieee_fpe_handler()
447
nextpc
in ieee_fpe_handler()
[all...]
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/
H
A
D
fpu.c
410
unsigned long
nextpc
;
in ieee_fpe_handler()
local
421
nextpc
= regs->pc + 4 + ((short) ((insn & 0xfff) << 4) >> 3);
in ieee_fpe_handler()
425
nextpc
= regs->pc + 4 + ((char) (insn & 0xff) << 1);
in ieee_fpe_handler()
427
nextpc
= regs->pc + 4;
in ieee_fpe_handler()
431
nextpc
= regs->pc + 4;
in ieee_fpe_handler()
433
nextpc
= regs->pc + 4 + ((char) (insn & 0xff) << 1);
in ieee_fpe_handler()
437
nextpc
= regs->regs[nib[1]];
in ieee_fpe_handler()
441
nextpc
= regs->pc + 4 + regs->regs[nib[1]];
in ieee_fpe_handler()
444
nextpc
= regs->pr;
in ieee_fpe_handler()
447
nextpc
in ieee_fpe_handler()
[all...]
/kernel/linux/linux-5.10/arch/nios2/kernel/
H
A
D
head.S
86
nextpc
et
104
nextpc
et
126
nextpc
r1 /* Find out where we are */
/kernel/linux/linux-6.6/arch/nios2/kernel/
H
A
D
head.S
86
nextpc
et
104
nextpc
et
126
nextpc
r1 /* Find out where we are */
/kernel/linux/linux-6.6/arch/mips/kvm/
H
A
D
emulate.c
47
long
nextpc
;
in kvm_compute_return_epc()
local
68
nextpc
= arch->gprs[insn.r_format.rs];
in kvm_compute_return_epc()
88
nextpc
= epc;
in kvm_compute_return_epc()
97
nextpc
= epc;
in kvm_compute_return_epc()
107
nextpc
= epc;
in kvm_compute_return_epc()
117
nextpc
= epc;
in kvm_compute_return_epc()
132
nextpc
= epc;
in kvm_compute_return_epc()
148
nextpc
= epc;
in kvm_compute_return_epc()
159
nextpc
= epc;
in kvm_compute_return_epc()
169
nextpc
in kvm_compute_return_epc()
[all...]
/kernel/linux/linux-5.10/arch/h8300/kernel/
H
A
D
ptrace_h.c
212
static unsigned short *
nextpc
(struct task_struct *child, unsigned short *pc)
in nextpc()
function
243
next =
nextpc
(child, (unsigned short *)h8300_get_reg(child, PT_PC));
in user_enable_single_step()
/kernel/linux/linux-5.10/arch/mips/kvm/
H
A
D
emulate.c
48
long
nextpc
;
in kvm_compute_return_epc()
local
69
nextpc
= arch->gprs[insn.r_format.rs];
in kvm_compute_return_epc()
89
nextpc
= epc;
in kvm_compute_return_epc()
98
nextpc
= epc;
in kvm_compute_return_epc()
108
nextpc
= epc;
in kvm_compute_return_epc()
118
nextpc
= epc;
in kvm_compute_return_epc()
133
nextpc
= epc;
in kvm_compute_return_epc()
149
nextpc
= epc;
in kvm_compute_return_epc()
160
nextpc
= epc;
in kvm_compute_return_epc()
170
nextpc
in kvm_compute_return_epc()
[all...]
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
H
A
D
head.S
37
nextpc
r1 /* Find out where we are */
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/
H
A
D
head.S
37
nextpc
r1 /* Find out where we are */
Completed in 7 milliseconds