Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dorc_lookup.h34 #define LOOKUP_BLOCK_SIZE (1 << LOOKUP_BLOCK_ORDER) macro
/Linux-v4.19/arch/x86/kernel/
Dunwind_orc.c127 idx = (ip - LOOKUP_START_IP) / LOOKUP_BLOCK_SIZE; in orc_find()
257 LOOKUP_START_IP + (LOOKUP_BLOCK_SIZE * i)); in unwind_init()
/Linux-v4.19/include/asm-generic/
Dvmlinux.lds.h739 . += (((SIZEOF(.text) + LOOKUP_BLOCK_SIZE - 1) / \
740 LOOKUP_BLOCK_SIZE) + 1) * 4; \