Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dgenpool.c22 #define MCE_POOLSZ (2 * PAGE_SIZE) macro
26 static char gen_pool_buf[MCE_POOLSZ];
128 ret = gen_pool_add(tmpp, (unsigned long)gen_pool_buf, MCE_POOLSZ, -1); in mce_gen_pool_create()