Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dcallthunks.c56 struct core_text { struct
64 static const struct core_text builtin_coretext = { argument
90 static inline bool within_coretext(const struct core_text *ct, void *addr) in within_coretext()
113 static bool is_coretext(const struct core_text *ct, void *addr) in is_coretext()
201 static __init_or_module void patch_call(void *addr, const struct core_text *ct) in patch_call()
227 patch_call_sites(s32 *start, s32 *end, const struct core_text *ct) in patch_call_sites()
238 const struct core_text *ct) in patch_paravirt_call_sites()
247 callthunks_setup(struct callthunk_sites *cs, const struct core_text *ct) in callthunks_setup()
326 struct core_text ct = { in callthunks_patch_module_calls()
/openbmc/linux/arch/arc/kernel/
H A 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()