Home
last modified time | relevance | path

Searched refs:queue_shift (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/sysdev/xive/
Dxive-internal.h60 __be32 *xive_queue_page_alloc(unsigned int cpu, u32 queue_shift);
62 static inline u32 xive_alloc_order(u32 queue_shift) in xive_alloc_order() argument
64 return (queue_shift > PAGE_SHIFT) ? (queue_shift - PAGE_SHIFT) : 0; in xive_alloc_order()
Dcommon.c1480 __be32 *xive_queue_page_alloc(unsigned int cpu, u32 queue_shift) in xive_queue_page_alloc() argument
1486 alloc_order = xive_alloc_order(queue_shift); in xive_queue_page_alloc()
1491 memset(qpage, 0, 1 << queue_shift); in xive_queue_page_alloc()