Searched refs:core_text (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dcallthunks.c53 struct core_text { struct
61 static const struct core_text builtin_coretext = {
87 static inline bool within_coretext(const struct core_text *ct, void *addr)
110 static bool is_coretext(const struct core_text *ct, void *addr)
208 static __init_or_module void patch_call(void *addr, const struct core_text *ct)
234 patch_call_sites(s32 *start, s32 *end, const struct core_text *ct)
244 const struct core_text *ct)
253 callthunks_setup(struct callthunk_sites *cs, const struct core_text *ct)
343 struct core_text ct = {
/linux-master/arch/arc/kernel/
H A Dunwind.c372 struct module_memory *core_text; local
382 core_text = &module->mem[MOD_TEXT];
385 init_unwind_table(table, module->name, core_text->base, core_text->size,

Completed in 88 milliseconds