Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/sysdev/xive/
Dxive-internal.h67 __be32 *xive_queue_page_alloc(unsigned int cpu, u32 queue_shift);
70 static inline u32 xive_alloc_order(u32 queue_shift) in xive_alloc_order() argument
72 return (queue_shift > PAGE_SHIFT) ? (queue_shift - PAGE_SHIFT) : 0; in xive_alloc_order()
Dcommon.c1692 __be32 *xive_queue_page_alloc(unsigned int cpu, u32 queue_shift) in xive_queue_page_alloc() argument
1698 alloc_order = xive_alloc_order(queue_shift); in xive_queue_page_alloc()
1703 memset(qpage, 0, 1 << queue_shift); in xive_queue_page_alloc()