Searched refs:core_text (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | callthunks.c | 52 struct core_text { struct 60 static const struct core_text builtin_coretext = { argument 86 static inline bool within_coretext(const struct core_text *ct, void *addr) in within_coretext() 108 static bool is_coretext(const struct core_text *ct, void *addr) in is_coretext() 206 static __init_or_module void patch_call(void *addr, const struct core_text *ct) in patch_call() 232 patch_call_sites(s32 *start, s32 *end, const struct core_text *ct) in patch_call_sites() 241 callthunks_setup(struct callthunk_sites *cs, const struct core_text *ct) in callthunks_setup() 326 struct core_text ct = { in callthunks_patch_module_calls()
|
| /linux/arch/arc/kernel/ |
| H A D | unwind.c | 363 struct module_memory *core_text; in unwind_add_table() local 373 core_text = &module->mem[MOD_TEXT]; in unwind_add_table() 376 init_unwind_table(table, module->name, core_text->base, core_text->size, in unwind_add_table()
|