Home
last modified time | relevance | path

Searched refs:IRQD_AFFINITY_MANAGED (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/irq/
H A Ddebugfs.c120 BIT_MASK_DESCR(IRQD_AFFINITY_MANAGED),
H A Dirqdesc.c517 flags = IRQD_AFFINITY_MANAGED | in alloc_descs()
H A Dmanage.c440 irqd_set(&desc->irq_data, IRQD_AFFINITY_MANAGED); in irq_update_affinity_desc()
/openbmc/linux/include/linux/
H A Dirq.h242 IRQD_AFFINITY_MANAGED = BIT(21), enumerator
383 return __irqd_to_state(d) & IRQD_AFFINITY_MANAGED; in irqd_affinity_is_managed()