/arch/x86/kernel/ |
D | dumpstack_32.c | 40 unsigned long *begin = (unsigned long *)this_cpu_read(hardirq_stack_ptr); in in_hardirq_stack() local 41 unsigned long *end = begin + (THREAD_SIZE / sizeof(long)); in in_hardirq_stack() 47 if (stack < begin || stack > end) in in_hardirq_stack() 51 info->begin = begin; in in_hardirq_stack() 58 info->next_sp = (unsigned long *)*begin; in in_hardirq_stack() 65 unsigned long *begin = (unsigned long *)this_cpu_read(softirq_stack_ptr); in in_softirq_stack() local 66 unsigned long *end = begin + (THREAD_SIZE / sizeof(long)); in in_softirq_stack() 72 if (stack < begin || stack > end) in in_softirq_stack() 76 info->begin = begin; in in_softirq_stack() 83 info->next_sp = (unsigned long *)*begin; in in_softirq_stack() [all …]
|
D | dumpstack_64.c | 90 unsigned long begin, end, stk = (unsigned long)stack; in in_exception_stack() local 97 begin = (unsigned long)__this_cpu_read(cea_exception_stacks); in in_exception_stack() 102 if (!begin) in in_exception_stack() 105 end = begin + sizeof(struct cea_exception_stacks); in in_exception_stack() 107 if (stk < begin || stk >= end) in in_exception_stack() 111 k = (stk - begin) >> PAGE_SHIFT; in in_exception_stack() 118 begin += (unsigned long)ep->offs; in in_exception_stack() 119 end = begin + (unsigned long)ep->size; in in_exception_stack() 123 info->begin = (unsigned long *)begin; in in_exception_stack() 132 unsigned long *begin = end - (IRQ_STACK_SIZE / sizeof(long)); in in_irq_stack() local [all …]
|
D | sys_x86_64.c | 101 unsigned long *begin, unsigned long *end) in find_start_end() argument 111 *begin = 0x40000000; in find_start_end() 114 *begin = randomize_page(*begin, 0x02000000); in find_start_end() 119 *begin = get_mmap_base(1); in find_start_end() 133 unsigned long begin, end; in arch_get_unmapped_area() local 138 find_start_end(addr, flags, &begin, &end); in arch_get_unmapped_area() 153 info.low_limit = begin; in arch_get_unmapped_area()
|
D | dumpstack.c | 35 unsigned long *begin = task_stack_page(task); in in_task_stack() local 38 if (stack < begin || stack >= end) in in_task_stack() 42 info->begin = begin; in in_task_stack() 54 void *begin = ss; in in_entry_stack() local 57 if ((void *)stack < begin || (void *)stack >= end) in in_entry_stack() 61 info->begin = begin; in in_entry_stack()
|
/arch/sh/mm/ |
D | cache-sh2a.c | 53 unsigned long begin, end; in sh2a__flush_wback_region() local 57 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2a__flush_wback_region() 66 if (((end - begin) >> PAGE_SHIFT) >= MAX_OCACHE_PAGES) { in sh2a__flush_wback_region() 67 begin = CACHE_OC_ADDRESS_ARRAY; in sh2a__flush_wback_region() 68 end = begin + (nr_ways * current_cpu_data.dcache.way_size); in sh2a__flush_wback_region() 70 for (v = begin; v < end; v += L1_CACHE_BYTES) { in sh2a__flush_wback_region() 78 for (v = begin; v < end; v += L1_CACHE_BYTES) in sh2a__flush_wback_region() 94 unsigned long begin, end; in sh2a__flush_purge_region() local 97 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2a__flush_purge_region() 104 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh2a__flush_purge_region() [all …]
|
D | cache-sh2.c | 21 unsigned long begin, end; in sh2__flush_wback_region() local 23 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_wback_region() 26 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh2__flush_wback_region() 42 unsigned long begin, end; in sh2__flush_purge_region() local 44 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_purge_region() 48 for (v = begin; v < end; v+=L1_CACHE_BYTES) in sh2__flush_purge_region() 73 unsigned long begin, end; in sh2__flush_invalidate_region() 75 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_invalidate_region() 79 for (v = begin; v < end; v+=L1_CACHE_BYTES) in sh2__flush_invalidate_region()
|
D | cache-sh3.c | 35 unsigned long begin, end; in sh3__flush_wback_region() local 38 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh3__flush_wback_region() 42 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh3__flush_wback_region() 74 unsigned long begin, end; in sh3__flush_purge_region() local 76 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh3__flush_purge_region() 80 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh3__flush_purge_region()
|
/arch/mips/mm/ |
D | sc-rm7k.c | 189 unsigned long flags, addr, begin, end, pow2; in __probe_tcache() local 191 begin = (unsigned long) &_stext; in __probe_tcache() 192 begin &= ~((8 * 1024 * 1024) - 1); in __probe_tcache() 193 end = begin + (8 * 1024 * 1024); in __probe_tcache() 201 for (addr = begin; addr <= end; addr = (begin + pow2)) { in __probe_tcache() 210 cache_op(Index_Store_Tag_T, begin); in __probe_tcache() 214 for (addr = begin + (512 * 1024); addr <= end; addr = begin + pow2) { in __probe_tcache() 221 addr -= begin; in __probe_tcache()
|
D | c-r4k.c | 1543 unsigned long flags, addr, begin, end, pow2; in probe_scache() local 1550 begin = (unsigned long) &_stext; in probe_scache() 1551 begin &= ~((4 * 1024 * 1024) - 1); in probe_scache() 1552 end = begin + (4 * 1024 * 1024); in probe_scache() 1562 for (addr = begin; addr < end; addr = (begin + pow2)) { in probe_scache() 1572 cache_op(Index_Store_Tag_I, begin); in probe_scache() 1573 cache_op(Index_Store_Tag_D, begin); in probe_scache() 1574 cache_op(Index_Store_Tag_SD, begin); in probe_scache() 1578 for (addr = begin + (128 * 1024); addr < end; addr = begin + pow2) { in probe_scache() 1586 addr -= begin; in probe_scache()
|
/arch/x86/include/asm/ |
D | stacktrace.h | 28 unsigned long *begin, *end, *next_sp; member 45 void *begin = info->begin; in on_stack() local 49 addr >= begin && addr < end && in on_stack() 50 addr + len > begin && addr + len <= end); in on_stack()
|
/arch/mips/ath25/ |
D | board.c | 61 const void __iomem *begin = limit - 0x1000; in find_board_config() local 64 for (addr = begin; addr >= end; addr -= 0x1000) in find_board_config() 74 const void __iomem *rcfg, *begin, *end; in find_radio_config() local 81 begin = bcfg + 0x1000; in find_radio_config() 83 for (rcfg = begin; rcfg < end; rcfg += 0x1000) in find_radio_config() 88 begin = bcfg + 0xf8; in find_radio_config() 90 for (rcfg = begin; rcfg < end; rcfg += 0x1000) in find_radio_config()
|
/arch/mips/mti-malta/ |
D | malta-memory.c | 27 static void free_init_pages_eva_malta(void *begin, void *end) in free_init_pages_eva_malta() argument 29 free_init_pages("unused kernel", __pa_symbol((unsigned long *)begin), in free_init_pages_eva_malta()
|
/arch/x86/mm/ |
D | init.c | 886 void free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages() argument 891 begin_aligned = PAGE_ALIGN(begin); in free_init_pages() 894 if (WARN_ON(begin_aligned != begin || end_aligned != end)) { in free_init_pages() 895 begin = begin_aligned; in free_init_pages() 899 if (begin >= end) in free_init_pages() 909 begin, end - 1); in free_init_pages() 914 kmemleak_free_part((void *)begin, end - begin); in free_init_pages() 915 set_memory_np(begin, (end - begin) >> PAGE_SHIFT); in free_init_pages() 922 set_memory_nx(begin, (end - begin) >> PAGE_SHIFT); in free_init_pages() 923 set_memory_rw(begin, (end - begin) >> PAGE_SHIFT); in free_init_pages() [all …]
|
/arch/arm64/kernel/ |
D | alternative.c | 30 struct alt_instr *begin; member 144 for (alt = region->begin; alt < region->end; alt++) { in __apply_alternatives() 203 .begin = (struct alt_instr *)__alt_instructions, in __apply_alternatives_multi_stop() 241 .begin = (struct alt_instr *)__alt_instructions, in apply_boot_alternatives() 255 .begin = start, in apply_alternatives_module()
|
/arch/mips/include/asm/ |
D | bootinfo.h | 100 unsigned long begin, unsigned long end); 102 extern void (*free_init_pages_eva)(void *begin, void *end);
|
/arch/powerpc/kexec/ |
D | core_64.c | 38 unsigned long begin, end; /* limits of segment */ in default_machine_kexec_prepare() local 64 begin = image->segment[i].mem; in default_machine_kexec_prepare() 65 end = begin + image->segment[i].memsz; in default_machine_kexec_prepare() 67 if ((begin < high) && (end > low)) in default_machine_kexec_prepare()
|
/arch/s390/kernel/ |
D | machine_kexec.c | 145 void crash_free_reserved_phys_range(unsigned long begin, unsigned long end) in crash_free_reserved_phys_range() argument 149 for (addr = begin; addr < end; addr += PAGE_SIZE) in crash_free_reserved_phys_range() 151 size = begin - crashk_res.start; in crash_free_reserved_phys_range()
|
/arch/powerpc/kernel/ |
D | crash_dump.c | 125 void crash_free_reserved_phys_range(unsigned long begin, unsigned long end) in crash_free_reserved_phys_range() argument 139 for (addr = begin; addr < end; addr += PAGE_SIZE) { in crash_free_reserved_phys_range()
|
/arch/ia64/kernel/ |
D | palinfo.c | 153 int i, begin, skip = 0; in bitregister_process() local 156 value >>= i = begin = ffs(value) - 1; in bitregister_process() 163 if (begin <= i - 2) in bitregister_process() 164 seq_printf(m, "%d-%d ", begin, i-1); in bitregister_process() 168 begin = -1; in bitregister_process() 171 begin = i; in bitregister_process() 175 if (begin > -1) { in bitregister_process() 176 if (begin < 127) in bitregister_process() 177 seq_printf(m, "%d-127", begin); in bitregister_process()
|
/arch/arm/mach-shmobile/ |
D | suspend.c | 37 .begin = shmobile_suspend_begin,
|
/arch/arm64/kvm/hyp/nvhe/ |
D | gen-hyprel.c | 132 char *begin; member 198 #define elf_ptr(type, off) ((type *)(elf.begin + (off))) 266 elf.begin = mmap(0, stat.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in init_elf() 267 if (elf.begin == MAP_FAILED) { in init_elf()
|
/arch/powerpc/perf/req-gen/ |
D | _begin.h | 15 #define REQUEST_BEGIN CAT2_STR(REQ_GEN_PREFIX, _request-begin.h)
|
/arch/alpha/lib/ |
D | csum_ipv6_magic.S | 47 addq $20,$0,$20 # .. e1 : begin summing the words 94 extwl $0,2,$2 # e0 : begin folding the 64-bit value
|
/arch/xtensa/kernel/ |
D | mxhead.S | 30 .begin no-absolute-literals
|
/arch/xtensa/boot/boot-elf/ |
D | bootstrap.S | 29 .begin no-absolute-literals
|