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:sw_cpu
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/rockchip/
H
A
D
rk_fiq_debugger.c
393
u32
sw_cpu
;
member
429
affinity = cpu_logical_map(rk_fiq_sdei.
sw_cpu
) & MPIDR_HWID_BITMASK;
in rk_fiq_sdei_event_sw_cpu()
432
rk_fiq_sdei.cur_cpu = rk_fiq_sdei.
sw_cpu
;
in rk_fiq_sdei_event_sw_cpu()
443
if (cpu_id == rk_fiq_sdei.
sw_cpu
) {
in fiq_sdei_sw_cpu_event_callback()
469
rk_fiq_sdei.
sw_cpu
= cpu;
in _rk_fiq_dbg_sdei_switch_cpu()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H
A
D
rk_fiq_debugger.c
390
u32
sw_cpu
;
member
426
affinity = cpu_logical_map(rk_fiq_sdei.
sw_cpu
) & MPIDR_HWID_BITMASK;
in rk_fiq_sdei_event_sw_cpu()
431
rk_fiq_sdei.cur_cpu = rk_fiq_sdei.
sw_cpu
;
in rk_fiq_sdei_event_sw_cpu()
443
if (cpu_id == rk_fiq_sdei.
sw_cpu
) {
in fiq_sdei_sw_cpu_event_callback()
468
rk_fiq_sdei.
sw_cpu
= cpu;
in _rk_fiq_dbg_sdei_switch_cpu()
/device/soc/rockchip/common/vendor/drivers/firmware/
H
A
D
rockchip_sip.c
455
int sip_fiq_debugger_sdei_get_event_id(u32 *fiq, u32 *
sw_cpu
, u32 *flag)
in sip_fiq_debugger_sdei_get_event_id()
argument
461
*
sw_cpu
= res.a2;
in sip_fiq_debugger_sdei_get_event_id()
/device/soc/rockchip/rk3588/kernel/drivers/firmware/
H
A
D
rockchip_sip.c
464
int sip_fiq_debugger_sdei_get_event_id(u32 *fiq, u32 *
sw_cpu
, u32 *flag)
in sip_fiq_debugger_sdei_get_event_id()
argument
471
*
sw_cpu
= res.a2;
in sip_fiq_debugger_sdei_get_event_id()
/device/soc/rockchip/common/sdk_linux/include/linux/rockchip/
H
A
D
rockchip_sip.h
178
int sip_fiq_debugger_sdei_get_event_id(u32 *fiq, u32 *
sw_cpu
, u32 *flag);
/device/soc/rockchip/rk3588/kernel/include/linux/rockchip/
H
A
D
rockchip_sip.h
179
int sip_fiq_debugger_sdei_get_event_id(u32 *fiq, u32 *
sw_cpu
, u32 *flag);
Completed in 8 milliseconds