Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kernel/
Dalternative.c1263 u8 *text, u8 *text_end) in alternatives_smp_lock() argument
1270 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock()
1279 u8 *text, u8 *text_end) in alternatives_smp_unlock() argument
1286 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock()
1305 u8 *text_end; member
1315 void *text, void *text_end) in alternatives_smp_module_add() argument
1337 smp->text_end = text_end; in alternatives_smp_module_add()
1340 smp->text, smp->text_end, smp->name); in alternatives_smp_module_add()
1344 alternatives_smp_unlock(locks, locks_end, text, text_end); in alternatives_smp_module_add()
1380 mod->text, mod->text_end); in alternatives_enable_smp()
[all …]
Dmodule.c366 void *text_end = text + me->mem[MOD_TEXT].size; in module_finalize() local
369 text, text_end); in module_finalize()
/Linux-v6.6/arch/arm/mm/
Didmap.c82 const char *text_end, unsigned long prot) in identity_mapping_add() argument
88 end = virt_to_idmap(text_end); in identity_mapping_add()
/Linux-v6.6/arch/x86/include/asm/
Dalternative.h136 void *text, void *text_end);
144 void *text, void *text_end) {} in alternatives_smp_module_add() argument
/Linux-v6.6/arch/x86/mm/
Dinit_64.c1376 unsigned long text_end = PFN_ALIGN(_etext); in mark_rodata_ro() local
1399 set_memory_nx(text_end, (all_end - text_end) >> PAGE_SHIFT); in mark_rodata_ro()
1412 (void *)text_end, (void *)rodata_start); in mark_rodata_ro()
/Linux-v6.6/tools/perf/util/
Dmachine.h61 u64 text_end; member
Dmachine.c3429 machine->sched.text_end = map__unmap_ip(kmap, sym->start); in machine__is_lock_function()
3435 machine->lock.text_end = map__unmap_ip(kmap, sym->start); in machine__is_lock_function()
3443 if (machine->sched.text_start <= addr && addr < machine->sched.text_end) in machine__is_lock_function()
3447 if (machine->lock.text_start <= addr && addr < machine->lock.text_end) in machine__is_lock_function()