Home
last modified time | relevance | path

Searched refs:DISPATCH_LOG_BYTES (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Ddtl.h23 #define DISPATCH_LOG_BYTES 4096 /* bytes per cpu */ macro
24 #define N_DISPATCH_LOG (DISPATCH_LOG_BYTES / sizeof(struct dtl_entry))
/linux/arch/powerpc/platforms/pseries/
H A Dsvm.c68 #define NR_DTL_PAGE (DISPATCH_LOG_BYTES * CONFIG_NR_CPUS / PAGE_SIZE)
H A Ddtl.c141 ((u32 *)dtl->buf)[1] = cpu_to_be32(DISPATCH_LOG_BYTES); in dtl_start()