Home
last modified time | relevance | path

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

/seL4-master/include/
A Dutil.h297 CONST popcountl(unsigned long mask) in popcountl() function
311 #define POPCOUNTL(x) popcountl(x)
/seL4-master/src/arch/arm/smp/
A Dipi.c26 totalCoreBarrier = popcountl(mask); in init_ipi_args()
/seL4-master/src/arch/riscv/smp/
A Dipi.c28 totalCoreBarrier = popcountl(mask); in init_ipi_args()
/seL4-master/src/arch/x86/smp/
A Dipi.c26 totalCoreBarrier = popcountl(mask); in init_ipi_args()

Completed in 4 milliseconds