����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* 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 */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| arm-gic-common.h | File | 480 B | 0644 |
|
| arm-gic-v3-prio.h | File | 1.76 KB | 0644 |
|
| arm-gic-v3.h | File | 23.93 KB | 0644 |
|
| arm-gic-v4.h | File | 3.8 KB | 0644 |
|
| arm-gic.h | File | 5.26 KB | 0644 |
|
| arm-vgic-info.h | File | 1001 B | 0644 |
|
| arm-vic.h | File | 353 B | 0644 |
|
| chained_irq.h | File | 931 B | 0644 |
|
| irq-bcm2836.h | File | 1.89 KB | 0644 |
|
| irq-davinci-aintc.h | File | 674 B | 0644 |
|
| irq-davinci-cp-intc.h | File | 616 B | 0644 |
|
| irq-ixp4xx.h | File | 276 B | 0644 |
|
| irq-madera.h | File | 3.66 KB | 0644 |
|
| irq-omap-intc.h | File | 567 B | 0644 |
|
| irq-partition-percpu.h | File | 1.32 KB | 0644 |
|
| irq-sa11x0.h | File | 356 B | 0644 |
|
| mmp.h | File | 155 B | 0644 |
|
| mxs.h | File | 221 B | 0644 |
|
| versatile-fpga.h | File | 353 B | 0644 |
|
| xtensa-mx.h | File | 467 B | 0644 |
|
| xtensa-pic.h | File | 532 B | 0644 |
|