Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dorc_lookup.h22 #define LOOKUP_BLOCK_SIZE (1 << LOOKUP_BLOCK_ORDER) macro
/linux-6.3-rc2/arch/x86/kernel/
A Dunwind_orc.c175 idx = (ip - LOOKUP_START_IP) / LOOKUP_BLOCK_SIZE; in orc_find()
316 LOOKUP_START_IP + (LOOKUP_BLOCK_SIZE * i)); in unwind_init()
/linux-6.3-rc2/include/asm-generic/
A Dvmlinux.lds.h854 . += (((text_size + LOOKUP_BLOCK_SIZE - 1) / \
855 LOOKUP_BLOCK_SIZE) + 1) * 4; \

Completed in 5 milliseconds