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_ICENABLER
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/aarch64/
H
A
D
gic_v3.h
18
#define
GICD_ICENABLER
0x0180
macro
55
#define GICR_ICENABLER0
GICD_ICENABLER
59
#define GICR_ICENABLER
GICD_ICENABLER
/kernel/liteos_a/arch/arm/gic/
H
A
D
gic_v2.c
83
GIC_REG_32(
GICD_ICENABLER
(vector / 32)) = 1U << (vector % 32); /* 32: Interrupt bit width */
in HalIrqMask()
139
GIC_REG_32(
GICD_ICENABLER
(i / 32)) = ~0; /* 32: Interrupt bit width */
in HalIrqInit()
H
A
D
gic_v3.c
263
GIC_REG_32(
GICD_ICENABLER
(vector >> 5)) = mask;
in HalIrqMask()
372
GIC_REG_32(
GICD_ICENABLER
(i / 32)) = 0xffffffff; /* 32: Interrupt bit width */
in HalIrqInit()
388
GIC_REG_32(
GICD_ICENABLER
(i / 32)) = 0xffffffff; /* 32: Interrupt bit width */
in HalIrqInit()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/
H
A
D
gic_v3.c
232
gicv3_write_reg(intid,
GICD_ICENABLER
, 32, 1, 1);
in gicv3_irq_disable()
344
writel(~0, dist_base +
GICD_ICENABLER
+ i / 8);
in gicv3_dist_init()
/kernel/liteos_a/arch/arm/include/
H
A
D
gic_common.h
65
#define
GICD_ICENABLER
(n) (GICD_OFFSET + 0x180 + (n) * 4) /* Interrupt Clear-Enable Registers */
macro
/kernel/linux/linux-5.10/include/linux/irqchip/
H
A
D
arm-gic-v3.h
24
#define
GICD_ICENABLER
0x0180
macro
230
#define GICR_ICENABLER0
GICD_ICENABLER
/kernel/linux/linux-6.6/include/linux/irqchip/
H
A
D
arm-gic-v3.h
24
#define
GICD_ICENABLER
0x0180
macro
232
#define GICR_ICENABLER0
GICD_ICENABLER
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-gic-v3.c
309
case
GICD_ICENABLER
:
in convert_offset_index()
377
gic_poke_irq(d,
GICD_ICENABLER
);
in gic_mask_irq()
424
reg = val ?
GICD_ICENABLER
: GICD_ISENABLER;
in gic_irq_set_irqchip_state()
/kernel/linux/linux-5.10/arch/arm64/kvm/vgic/
H
A
D
vgic-mmio-v3.c
569
REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(
GICD_ICENABLER
,
/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/
H
A
D
vgic-mmio-v3.c
634
REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(
GICD_ICENABLER
,
/kernel/linux/linux-6.6/drivers/irqchip/
H
A
D
irq-gic-v3.c
345
case
GICD_ICENABLER
:
in convert_offset_index()
408
gic_poke_irq(d,
GICD_ICENABLER
);
in gic_mask_irq()
Completed in 17 milliseconds