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:gp_regs
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/firmware/
H
A
D
rockchip_sip.c
296
__maybe_unused struct gp_regs_ctx *
gp_regs
= reg_base;
in sip_fiq_debugger_get_pt_regs()
local
316
fiq_pt_regs.ARM_r0 =
gp_regs
->x0;
in sip_fiq_debugger_get_pt_regs()
317
fiq_pt_regs.ARM_r1 =
gp_regs
->x1;
in sip_fiq_debugger_get_pt_regs()
318
fiq_pt_regs.ARM_r2 =
gp_regs
->x2;
in sip_fiq_debugger_get_pt_regs()
319
fiq_pt_regs.ARM_r3 =
gp_regs
->x3;
in sip_fiq_debugger_get_pt_regs()
320
fiq_pt_regs.ARM_r4 =
gp_regs
->x4;
in sip_fiq_debugger_get_pt_regs()
321
fiq_pt_regs.ARM_r5 =
gp_regs
->x5;
in sip_fiq_debugger_get_pt_regs()
322
fiq_pt_regs.ARM_r6 =
gp_regs
->x6;
in sip_fiq_debugger_get_pt_regs()
323
fiq_pt_regs.ARM_r7 =
gp_regs
->x7;
in sip_fiq_debugger_get_pt_regs()
324
fiq_pt_regs.ARM_r8 =
gp_regs
in sip_fiq_debugger_get_pt_regs()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/firmware/
H
A
D
rockchip_sip.c
299
__maybe_unused struct gp_regs_ctx *
gp_regs
= reg_base;
in sip_fiq_debugger_get_pt_regs()
local
319
fiq_pt_regs.ARM_r0 =
gp_regs
->x0;
in sip_fiq_debugger_get_pt_regs()
320
fiq_pt_regs.ARM_r1 =
gp_regs
->x1;
in sip_fiq_debugger_get_pt_regs()
321
fiq_pt_regs.ARM_r2 =
gp_regs
->x2;
in sip_fiq_debugger_get_pt_regs()
322
fiq_pt_regs.ARM_r3 =
gp_regs
->x3;
in sip_fiq_debugger_get_pt_regs()
323
fiq_pt_regs.ARM_r4 =
gp_regs
->x4;
in sip_fiq_debugger_get_pt_regs()
324
fiq_pt_regs.ARM_r5 =
gp_regs
->x5;
in sip_fiq_debugger_get_pt_regs()
325
fiq_pt_regs.ARM_r6 =
gp_regs
->x6;
in sip_fiq_debugger_get_pt_regs()
326
fiq_pt_regs.ARM_r7 =
gp_regs
->x7;
in sip_fiq_debugger_get_pt_regs()
327
fiq_pt_regs.ARM_r8 =
gp_regs
in sip_fiq_debugger_get_pt_regs()
[all...]
Completed in 2 milliseconds