Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dorc_lookup.h22 #define LOOKUP_BLOCK_SIZE (1 << LOOKUP_BLOCK_ORDER) macro
/linux-5.19.10/arch/x86/kernel/
Dunwind_orc.c160 idx = (ip - LOOKUP_START_IP) / LOOKUP_BLOCK_SIZE; in orc_find()
297 LOOKUP_START_IP + (LOOKUP_BLOCK_SIZE * i)); in unwind_init()
/linux-5.19.10/include/asm-generic/
Dvmlinux.lds.h869 . += (((text_size + LOOKUP_BLOCK_SIZE - 1) / \
870 LOOKUP_BLOCK_SIZE) + 1) * 4; \