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_cpu_base
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-gic.c
145
#define
gic_data_cpu_base
(d) __get_base(&(d)->cpu_base)
macro
148
#define
gic_data_cpu_base
(d) ((d)->cpu_base.common_base)
macro
161
return
gic_data_cpu_base
(gic_data);
in gic_cpu_base()
340
void __iomem *cpu_base =
gic_data_cpu_base
(gic);
in gic_handle_irq()
385
status = readl_relaxed(
gic_data_cpu_base
(chip_data) + GIC_CPU_INTACK);
in gic_handle_cascade_irq()
450
void __iomem *cpu_base =
gic_data_cpu_base
(gic);
in gic_cpu_if_up()
498
void __iomem *base =
gic_data_cpu_base
(gic);
in gic_cpu_init()
543
cpu_base =
gic_data_cpu_base
(&gic_data[gic_nr]);
in gic_cpu_if_down()
654
cpu_base =
gic_data_cpu_base
(gic);
in gic_cpu_save()
684
cpu_base =
gic_data_cpu_base
(gi
in gic_cpu_restore()
[all...]
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-gic.c
146
#define
gic_data_cpu_base
(d) __get_base(&(d)->cpu_base)
macro
149
#define
gic_data_cpu_base
(d) ((d)->cpu_base.common_base)
macro
162
return
gic_data_cpu_base
(gic_data);
in gic_cpu_base()
341
void __iomem *cpu_base =
gic_data_cpu_base
(gic);
in gic_handle_irq()
387
status = readl_relaxed(
gic_data_cpu_base
(chip_data) + GIC_CPU_INTACK);
in gic_handle_cascade_irq()
445
void __iomem *cpu_base =
gic_data_cpu_base
(gic);
in gic_cpu_if_up()
493
void __iomem *base =
gic_data_cpu_base
(gic);
in gic_cpu_init()
538
cpu_base =
gic_data_cpu_base
(&gic_data[gic_nr]);
in gic_cpu_if_down()
649
cpu_base =
gic_data_cpu_base
(gic);
in gic_cpu_save()
679
cpu_base =
gic_data_cpu_base
(gi
in gic_cpu_restore()
[all...]
Completed in 6 milliseconds