Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dorc_lookup.h22 #define LOOKUP_BLOCK_SIZE (1 << LOOKUP_BLOCK_ORDER) macro
/linux/arch/x86/kernel/
A Dunwind_orc.c155 idx = (ip - LOOKUP_START_IP) / LOOKUP_BLOCK_SIZE; in orc_find()
292 LOOKUP_START_IP + (LOOKUP_BLOCK_SIZE * i)); in unwind_init()
/linux/include/asm-generic/
A Dvmlinux.lds.h876 . += (((text_size + LOOKUP_BLOCK_SIZE - 1) / \
877 LOOKUP_BLOCK_SIZE) + 1) * 4; \

Completed in 6 milliseconds