Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/sysdev/xive/
Dxive-internal.h40 int (*setup_queue)(unsigned int cpu, struct xive_cpu *xc, u8 prio); member
Dnative.c452 .setup_queue = xive_native_setup_queue,
Dspapr.c592 .setup_queue = xive_spapr_setup_queue,
Dcommon.c1240 rc = xive_ops->setup_queue(cpu, xc, xive_irq_priority); in xive_setup_cpu_queues()