Home
last modified time | relevance | path

Searched refs:text_end (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/arch/arm/mm/
H A Didmap.c82 const char *text_end, unsigned long prot) in identity_mapping_add() argument
90 end = (phys_addr_t)(text_end) - XIP_VIRT_ADDR(CONFIG_XIP_PHYS_ADDR) in identity_mapping_add()
94 end = virt_to_idmap(text_end); in identity_mapping_add()
/linux-6.15/arch/x86/kernel/
H A Dalternative.c2064 u8 *text, u8 *text_end) in alternatives_smp_lock() argument
2071 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
2080 u8 *text, u8 *text_end) in alternatives_smp_unlock() argument
2106 u8 *text_end; member
2116 void *text, void *text_end) in alternatives_smp_module_add() argument
2138 smp->text_end = text_end; in alternatives_smp_module_add()
2141 smp->text, smp->text_end, smp->name); in alternatives_smp_module_add()
2181 mod->text, mod->text_end); in alternatives_enable_smp()
2196 u8 *text_end = end; in alternatives_text_reserved() local
2201 if (mod->text > text_end || mod->text_end < text_start) in alternatives_text_reserved()
[all …]
H A Dmodule.c318 void *text_end = text + me->mem[MOD_TEXT].size; in module_finalize() local
321 text, text_end); in module_finalize()
/linux-6.15/arch/x86/include/asm/
H A Dalternative.h162 void *text, void *text_end);
170 void *text, void *text_end) {} in alternatives_smp_module_add() argument
/linux-6.15/tools/perf/util/
H A Ddso.h248 u64 text_end; in DECLARE_RC_STRUCT() local
684 return RC_CHK_ACCESS(dso)->text_end; in dso__text_end()
689 RC_CHK_ACCESS(dso)->text_end = val; in dso__set_text_end()
H A Dmachine.c3222 machine->sched.text_end = map__unmap_ip(kmap, sym->start); in machine__is_lock_function()
3228 machine->lock.text_end = map__unmap_ip(kmap, sym->start); in machine__is_lock_function()
3233 machine->traceiter.text_end = map__unmap_ip(kmap, sym->end); in machine__is_lock_function()
3238 machine->trace.text_end = map__unmap_ip(kmap, sym->end); in machine__is_lock_function()
3247 if (machine->sched.text_start <= addr && addr < machine->sched.text_end) in machine__is_lock_function()
3251 if (machine->lock.text_start <= addr && addr < machine->lock.text_end) in machine__is_lock_function()
3258 if (machine->traceiter.text_start <= addr && addr < machine->traceiter.text_end) in machine__is_lock_function()
3263 if (machine->trace.text_start <= addr && addr < machine->trace.text_end) in machine__is_lock_function()
H A Dmachine.h51 u64 text_end; member
/linux-6.15/arch/x86/mm/
H A Dinit_64.c1387 unsigned long text_end = PFN_ALIGN(_etext); in mark_rodata_ro() local
1412 set_memory_nx(text_end, (all_end - text_end) >> PAGE_SHIFT); in mark_rodata_ro()
1425 (void *)text_end, (void *)rodata_start); in mark_rodata_ro()