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:rdists
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v3.c
72
struct
rdists
rdists
;
member
85
#define GIC_ID_NR (1U << GICD_TYPER_ID_BITS(gic_data.
rdists
.gicd_typer))
86
#define GIC_LINE_NR min(GICD_TYPER_SPIS(gic_data.
rdists
.gicd_typer), 1020U)
87
#define GIC_ESPI_NR GICD_TYPER_ESPIS(gic_data.
rdists
.gicd_typer)
152
#define gic_data_rdist() (this_cpu_ptr(gic_data.
rdists
.rdist))
843
if (gic_data.
rdists
.gicd_typer2 & GICD_TYPER2_nASSGIcap) {
in gic_dist_init()
967
gic_data.
rdists
.has_vlpis &= !!(typer & GICR_TYPER_VLPIS);
in __gic_update_rdist_properties()
970
gic_data.
rdists
.has_rvpeid &= !!(typer & GICR_TYPER_RVPEID);
in __gic_update_rdist_properties()
971
gic_data.
rdists
in __gic_update_rdist_properties()
[all...]
H
A
D
irq-gic-v3-its.c
185
static struct
rdists
*gic_rdists;
5411
int __init its_init(struct fwnode_handle *handle, struct
rdists
*
rdists
, struct irq_domain *parent_domain)
in its_init()
argument
5419
gic_rdists =
rdists
;
in its_init()
5446
if (WARN_ON(!has_v4_1 &&
rdists
->has_rvpeid)) {
in its_init()
5447
rdists
->has_rvpeid = false;
in its_init()
5450
if (has_v4 &
rdists
->has_vlpis) {
in its_init()
5460
rdists
->has_vlpis = false;
in its_init()
/device/soc/rockchip/common/sdk_linux/include/linux/irqchip/
H
A
D
arm-gic-v3.h
636
struct
rdists
{
struct
660
int its_init(struct fwnode_handle *handle, struct
rdists
*
rdists
, struct irq_domain *domain);
Completed in 12 milliseconds