Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dmodule.h13 #define PLT_ENT_COUNT (PLT_ENT_STRIDE / sizeof(u32)) macro
14 #define PLT_ENT_SIZE (sizeof(struct plt_entries) / PLT_ENT_COUNT)
17 u32 ldr[PLT_ENT_COUNT];
18 u32 lit[PLT_ENT_COUNT];
/openbmc/linux/arch/arm/kernel/
H A Dmodule-plts.c71 plt += (pltsec->plt_count - 1) / PLT_ENT_COUNT; in get_module_plt()
72 idx = (pltsec->plt_count - 1) % PLT_ENT_COUNT; in get_module_plt()
77 idx = (idx + 1) % PLT_ENT_COUNT; in get_module_plt()
88 { [0 ... PLT_ENT_COUNT - 1] = PLT_ENT_LDR, }, in get_module_plt()