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:GICD_ICPENDR
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/aarch64/
H
A
D
gic_v3.h
20
#define
GICD_ICPENDR
0x0280
macro
/kernel/liteos_a/arch/arm/include/
H
A
D
gic_common.h
67
#define
GICD_ICPENDR
(n) (GICD_OFFSET + 0x280 + (n) * 4) /* Interrupt Clear-Pending Registers */
macro
/kernel/linux/linux-5.10/include/linux/irqchip/
H
A
D
arm-gic-v3.h
26
#define
GICD_ICPENDR
0x0280
macro
232
#define GICR_ICPENDR0
GICD_ICPENDR
/kernel/linux/linux-6.6/include/linux/irqchip/
H
A
D
arm-gic-v3.h
26
#define
GICD_ICPENDR
0x0280
macro
234
#define GICR_ICPENDR0
GICD_ICPENDR
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/
H
A
D
gic_v3.c
258
gicv3_write_reg(intid,
GICD_ICPENDR
, 32, 1, 1);
in gicv3_irq_clear_pending()
/kernel/liteos_a/arch/arm/gic/
H
A
D
gic_v3.c
373
GIC_REG_32(
GICD_ICPENDR
(i / 32)) = 0xffffffff; /* 32: Interrupt bit width */
in HalIrqInit()
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
H
A
D
vgic-mmio-v3.c
577
REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(
GICD_ICPENDR
,
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H
A
D
vgic-mmio-v3.c
642
REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(
GICD_ICPENDR
,
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-gic-v3.c
313
case
GICD_ICPENDR
:
in convert_offset_index()
416
reg = val ? GICD_ISPENDR :
GICD_ICPENDR
;
in gic_irq_set_irqchip_state()
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-gic-v3.c
349
case
GICD_ICPENDR
:
in convert_offset_index()
451
reg = val ? GICD_ISPENDR :
GICD_ICPENDR
;
in gic_irq_set_irqchip_state()
Completed in 15 milliseconds