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:raw_cpu_base
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-gic.c
73
void __iomem *
raw_cpu_base
;
member
1189
gic->
raw_cpu_base
+ offset;
in gic_init_bases()
1199
gic->cpu_base.common_base = gic->
raw_cpu_base
;
in gic_init_bases()
1313
gic->
raw_cpu_base
= cpu_base;
in gic_init()
1325
if (gic->
raw_cpu_base
)
in gic_teardown()
1326
iounmap(gic->
raw_cpu_base
);
in gic_teardown()
1450
gic->
raw_cpu_base
= of_iomap(node, 1);
in gic_of_setup()
1451
if (WARN(!gic->
raw_cpu_base
, "unable to map gic cpu registers\n"))
in gic_of_setup()
1541
if (gic_cnt == 0 && !gic_check_eoimode(node, &gic->
raw_cpu_base
))
in gic_of_init()
1702
gic->
raw_cpu_base
in gic_v2_acpi_init()
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-gic.c
74
void __iomem *
raw_cpu_base
;
member
1190
gic->
raw_cpu_base
+ offset;
in gic_init_bases()
1200
gic->cpu_base.common_base = gic->
raw_cpu_base
;
in gic_init_bases()
1277
if (gic->
raw_cpu_base
)
in gic_teardown()
1278
iounmap(gic->
raw_cpu_base
);
in gic_teardown()
1401
gic->
raw_cpu_base
= of_iomap(node, 1);
in gic_of_setup()
1402
if (WARN(!gic->
raw_cpu_base
, "unable to map gic cpu registers\n"))
in gic_of_setup()
1491
if (gic_cnt == 0 && !gic_check_eoimode(node, &gic->
raw_cpu_base
))
in gic_of_init()
1652
gic->
raw_cpu_base
= ioremap(acpi_data.cpu_phys_base, ACPI_GIC_CPU_IF_MEM_SIZE);
in gic_v2_acpi_init()
1653
if (!gic->
raw_cpu_base
) {
in gic_v2_acpi_init()
[all...]
Completed in 5 milliseconds