Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/
Dcallthunks.c53 struct core_text { struct
61 static const struct core_text builtin_coretext = { argument
87 static inline bool within_coretext(const struct core_text *ct, void *addr) in within_coretext()
110 static bool is_coretext(const struct core_text *ct, void *addr) in is_coretext()
207 static __init_or_module void patch_call(void *addr, const struct core_text *ct) in patch_call()
233 patch_call_sites(s32 *start, s32 *end, const struct core_text *ct) in patch_call_sites()
243 const struct core_text *ct) in patch_alt_call_sites()
252 callthunks_setup(struct callthunk_sites *cs, const struct core_text *ct) in callthunks_setup()
340 struct core_text ct = { in callthunks_patch_module_calls()
/linux-6.12.1/arch/arc/kernel/
Dunwind.c372 struct module_memory *core_text; in unwind_add_table() local
382 core_text = &module->mem[MOD_TEXT]; in unwind_add_table()
385 init_unwind_table(table, module->name, core_text->base, core_text->size, in unwind_add_table()