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:gic_data_rdist
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v3-its.c
194
#define
gic_data_rdist
() (raw_cpu_ptr(gic_rdists->rdist))
macro
196
#define gic_data_rdist_rd_base() (
gic_data_rdist
()->rd_base)
2671
gic_data_rdist
()->vpe_l1_base = its->tables[0x2].base;
in inherit_vpe_l1_table_from_its()
2729
gic_data_rdist
()->vpe_l1_base = gic_data_rdist_cpu(cpu)->vpe_l1_base;
in inherit_vpe_l1_table_from_rd()
2841
val = inherit_vpe_l1_table_from_rd(&
gic_data_rdist
()->vpe_table_mask);
in allocate_vpe_l1_table()
2846
gic_data_rdist
()->vpe_table_mask = kzalloc(sizeof(cpumask_t), GFP_ATOMIC);
in allocate_vpe_l1_table()
2847
if (!
gic_data_rdist
()->vpe_table_mask) {
in allocate_vpe_l1_table()
2919
gic_data_rdist
()->vpe_l1_base = page_address(page);
in allocate_vpe_l1_table()
2931
cpumask_set_cpu(smp_processor_id(),
gic_data_rdist
()->vpe_table_mask);
in allocate_vpe_l1_table()
2934
cpumask_pr_args(
gic_data_rdist
()
in allocate_vpe_l1_table()
[all...]
H
A
D
irq-gic-v3.c
152
#define
gic_data_rdist
() (this_cpu_ptr(gic_data.rdists.rdist))
macro
153
#define gic_data_rdist_rd_base() (
gic_data_rdist
()->rd_base)
922
raw_spin_lock_init(&
gic_data_rdist
()->rd_lock);
in __gic_populate_rdist()
924
gic_data_rdist
()->phys_base = region->phys_base + offset;
in __gic_populate_rdist()
927
(int)(region - gic_data.redist_regions), &
gic_data_rdist
()->phys_base);
in __gic_populate_rdist()
Completed in 10 milliseconds