Searched refs:text_end (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm/mm/ |
| H A D | idmap.c | 82 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/arch/x86/kernel/ |
| H A D | alternative.c | 2099 u8 *text, u8 *text_end) in alternatives_smp_lock() argument 2106 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock() 2115 u8 *text, u8 *text_end) in alternatives_smp_unlock() argument 2122 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock() 2141 u8 *text_end; member 2151 void *text, void *text_end) in alternatives_smp_module_add() argument 2173 smp->text_end = text_end; in alternatives_smp_module_add() 2176 smp->text, smp->text_end, smp->name); in alternatives_smp_module_add() 2180 alternatives_smp_unlock(locks, locks_end, text, text_end); in alternatives_smp_module_add() 2216 mod->text, mod->text_end); in alternatives_enable_smp() [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | alternative.h | 168 void *text, void *text_end); 176 void *text, void *text_end) {} in alternatives_smp_module_add() argument
|
| /linux/tools/perf/util/ |
| H A D | dso.h | 268 u64 text_end; in DECLARE_RC_STRUCT() local 725 return RC_CHK_ACCESS(dso)->text_end; in dso__text_end() 730 RC_CHK_ACCESS(dso)->text_end = val; in dso__set_text_end()
|
| H A D | machine.c | 3289 machine->sched.text_end = map__unmap_ip(kmap, sym->start); in machine__is_lock_function() 3295 machine->lock.text_end = map__unmap_ip(kmap, sym->start); in machine__is_lock_function() 3300 machine->traceiter.text_end = map__unmap_ip(kmap, sym->end); in machine__is_lock_function() 3305 machine->trace.text_end = map__unmap_ip(kmap, sym->end); in machine__is_lock_function() 3314 if (machine->sched.text_start <= addr && addr < machine->sched.text_end) in machine__is_lock_function() 3318 if (machine->lock.text_start <= addr && addr < machine->lock.text_end) in machine__is_lock_function() 3325 if (machine->traceiter.text_start <= addr && addr < machine->traceiter.text_end) in machine__is_lock_function() 3330 if (machine->trace.text_start <= addr && addr < machine->trace.text_end) in machine__is_lock_function()
|
| H A D | machine.h | 51 u64 text_end; member
|
| /linux/arch/um/kernel/ |
| H A D | um_arch.c | 458 void *text, void *text_end) in alternatives_smp_module_add() argument
|