Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Despfix_64.c68 static unsigned int page_random, slot_random; variable
81 slot = (cpu + slot_random) % ESPFIX_STACKS_PER_PAGE; in espfix_base_addr()
99 slot_random = rand % ESPFIX_STACKS_PER_PAGE; in init_espfix_random()