Home
last modified time | relevance | path

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

/linux/arch/powerpc/sysdev/xive/
H A Dxive-internal.h45 int (*setup_queue)(unsigned int cpu, struct xive_cpu *xc, u8 prio); member
H A Dspapr.c688 .setup_queue = xive_spapr_setup_queue,
H A Dnative.c476 .setup_queue = xive_native_setup_queue,
H A Dcommon.c1485 rc = xive_ops->setup_queue(cpu, xc, xive_irq_priority); in xive_setup_cpu_queues()