Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/sysdev/xive/
Dxive-internal.h38 int (*setup_queue)(unsigned int cpu, struct xive_cpu *xc, u8 prio); member
Dspapr.c644 .setup_queue = xive_spapr_setup_queue,
Dnative.c471 .setup_queue = xive_native_setup_queue,
Dcommon.c1307 rc = xive_ops->setup_queue(cpu, xc, xive_irq_priority); in xive_setup_cpu_queues()