ACIL FM
Dark
Refresh
Current DIR:
/usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/linux/irqchip
/
usr
src
kernels
5.14.0-427.31.1.el9_4.x86_64
include
linux
irqchip
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
arm-gic-common.h
626 B
chmod
View
DL
Edit
Rename
Delete
arm-gic-v3.h
23.92 MB
chmod
View
DL
Edit
Rename
Delete
arm-gic-v4.h
3.52 MB
chmod
View
DL
Edit
Rename
Delete
arm-gic.h
5.26 MB
chmod
View
DL
Edit
Rename
Delete
arm-vgic-info.h
1001 B
chmod
View
DL
Edit
Rename
Delete
arm-vic.h
353 B
chmod
View
DL
Edit
Rename
Delete
chained_irq.h
931 B
chmod
View
DL
Edit
Rename
Delete
irq-bcm2836.h
1.89 MB
chmod
View
DL
Edit
Rename
Delete
irq-davinci-aintc.h
674 B
chmod
View
DL
Edit
Rename
Delete
irq-davinci-cp-intc.h
616 B
chmod
View
DL
Edit
Rename
Delete
irq-ixp4xx.h
276 B
chmod
View
DL
Edit
Rename
Delete
irq-madera.h
3.66 MB
chmod
View
DL
Edit
Rename
Delete
irq-omap-intc.h
567 B
chmod
View
DL
Edit
Rename
Delete
irq-partition-percpu.h
1.32 MB
chmod
View
DL
Edit
Rename
Delete
irq-sa11x0.h
356 B
chmod
View
DL
Edit
Rename
Delete
mmp.h
155 B
chmod
View
DL
Edit
Rename
Delete
mxs.h
221 B
chmod
View
DL
Edit
Rename
Delete
versatile-fpga.h
353 B
chmod
View
DL
Edit
Rename
Delete
xtensa-mx.h
467 B
chmod
View
DL
Edit
Rename
Delete
xtensa-pic.h
532 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/src/kernels/5.14.0-427.31.1.el9_4.x86_64/include/linux/irqchip/irq-partition-percpu.h
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2016 ARM Limited, All Rights Reserved. * Author: Marc Zyngier <marc.zyngier@arm.com> */ #ifndef __LINUX_IRQCHIP_IRQ_PARTITION_PERCPU_H #define __LINUX_IRQCHIP_IRQ_PARTITION_PERCPU_H #include <linux/fwnode.h> #include <linux/cpumask.h> #include <linux/irqdomain.h> struct partition_affinity { cpumask_t mask; void *partition_id; }; struct partition_desc; #ifdef CONFIG_PARTITION_PERCPU int partition_translate_id(struct partition_desc *desc, void *partition_id); struct partition_desc *partition_create_desc(struct fwnode_handle *fwnode, struct partition_affinity *parts, int nr_parts, int chained_irq, const struct irq_domain_ops *ops); struct irq_domain *partition_get_domain(struct partition_desc *dsc); #else static inline int partition_translate_id(struct partition_desc *desc, void *partition_id) { return -EINVAL; } static inline struct partition_desc *partition_create_desc(struct fwnode_handle *fwnode, struct partition_affinity *parts, int nr_parts, int chained_irq, const struct irq_domain_ops *ops) { return NULL; } static inline struct irq_domain *partition_get_domain(struct partition_desc *dsc) { return NULL; } #endif #endif /* __LINUX_IRQCHIP_IRQ_PARTITION_PERCPU_H */
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply