Home
last modified time | relevance | path

Searched refs:begin (Results 1 – 25 of 57) sorted by relevance

123

/arch/x86/kernel/
Ddumpstack_32.c37 unsigned long *begin = (unsigned long *)this_cpu_read(hardirq_stack); in in_hardirq_stack() local
38 unsigned long *end = begin + (THREAD_SIZE / sizeof(long)); in in_hardirq_stack()
44 if (stack <= begin || stack > end) in in_hardirq_stack()
48 info->begin = begin; in in_hardirq_stack()
55 info->next_sp = (unsigned long *)*begin; in in_hardirq_stack()
62 unsigned long *begin = (unsigned long *)this_cpu_read(softirq_stack); in in_softirq_stack() local
63 unsigned long *end = begin + (THREAD_SIZE / sizeof(long)); in in_softirq_stack()
69 if (stack <= begin || stack > end) in in_softirq_stack()
73 info->begin = begin; in in_softirq_stack()
80 info->next_sp = (unsigned long *)*begin; in in_softirq_stack()
Ddumpstack_64.c57 unsigned long *begin, *end; in in_exception_stack() local
65 begin = end - (exception_stack_sizes[k] / sizeof(long)); in in_exception_stack()
68 if (stack <= begin || stack >= end) in in_exception_stack()
72 info->begin = begin; in in_exception_stack()
85 unsigned long *begin = end - (IRQ_STACK_SIZE / sizeof(long)); in in_irq_stack() local
91 if (stack <= begin || stack > end) in in_irq_stack()
95 info->begin = begin; in in_irq_stack()
Dsys_x86_64.c106 unsigned long *begin, unsigned long *end) in find_start_end() argument
116 *begin = 0x40000000; in find_start_end()
119 *begin = randomize_page(*begin, 0x02000000); in find_start_end()
124 *begin = get_mmap_base(1); in find_start_end()
138 unsigned long begin, end; in arch_get_unmapped_area() local
147 find_start_end(addr, flags, &begin, &end); in arch_get_unmapped_area()
162 info.low_limit = begin; in arch_get_unmapped_area()
Ddumpstack.c34 unsigned long *begin = task_stack_page(task); in in_task_stack() local
37 if (stack < begin || stack >= end) in in_task_stack()
41 info->begin = begin; in in_task_stack()
52 void *begin = ss; in in_entry_stack() local
55 if ((void *)stack < begin || (void *)stack >= end) in in_entry_stack()
59 info->begin = begin; in in_entry_stack()
/arch/sh/mm/
Dcache-sh2a.c54 unsigned long begin, end; in sh2a__flush_wback_region() local
58 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2a__flush_wback_region()
67 if (((end - begin) >> PAGE_SHIFT) >= MAX_OCACHE_PAGES) { in sh2a__flush_wback_region()
68 begin = CACHE_OC_ADDRESS_ARRAY; in sh2a__flush_wback_region()
69 end = begin + (nr_ways * current_cpu_data.dcache.way_size); in sh2a__flush_wback_region()
71 for (v = begin; v < end; v += L1_CACHE_BYTES) { in sh2a__flush_wback_region()
79 for (v = begin; v < end; v += L1_CACHE_BYTES) in sh2a__flush_wback_region()
95 unsigned long begin, end; in sh2a__flush_purge_region() local
98 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2a__flush_purge_region()
105 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh2a__flush_purge_region()
[all …]
Dcache-sh2.c22 unsigned long begin, end; in sh2__flush_wback_region() local
24 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_wback_region()
27 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh2__flush_wback_region()
43 unsigned long begin, end; in sh2__flush_purge_region() local
45 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_purge_region()
49 for (v = begin; v < end; v+=L1_CACHE_BYTES) in sh2__flush_purge_region()
74 unsigned long begin, end; in sh2__flush_invalidate_region()
76 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh2__flush_invalidate_region()
80 for (v = begin; v < end; v+=L1_CACHE_BYTES) in sh2__flush_invalidate_region()
Dcache-sh3.c38 unsigned long begin, end; in sh3__flush_wback_region() local
41 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh3__flush_wback_region()
45 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh3__flush_wback_region()
77 unsigned long begin, end; in sh3__flush_purge_region() local
79 begin = (unsigned long)start & ~(L1_CACHE_BYTES-1); in sh3__flush_purge_region()
83 for (v = begin; v < end; v+=L1_CACHE_BYTES) { in sh3__flush_purge_region()
/arch/mips/mm/
Dsc-rm7k.c189 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()
/arch/x86/include/asm/
Dstacktrace.h26 unsigned long *begin, *end, *next_sp; member
41 void *begin = info->begin; in on_stack() local
45 addr >= begin && addr < end && in on_stack()
46 addr + len > begin && addr + len <= end); in on_stack()
/arch/mips/ath25/
Dboard.c61 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/cris/mm/
Dinit.c39 void free_init_pages(const char *what, unsigned long begin, unsigned long end) in free_init_pages() argument
43 for (addr = begin; addr < end; addr += PAGE_SIZE) { in free_init_pages()
50 printk(KERN_INFO "Freeing %s: %ldk freed\n", what, (end - begin) >> 10); in free_init_pages()
/arch/mips/mti-malta/
Dmalta-memory.c27 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/
Dinit.c739 void free_init_pages(char *what, unsigned long begin, unsigned long end) in free_init_pages() argument
744 begin_aligned = PAGE_ALIGN(begin); in free_init_pages()
747 if (WARN_ON(begin_aligned != begin || end_aligned != end)) { in free_init_pages()
748 begin = begin_aligned; in free_init_pages()
752 if (begin >= end) in free_init_pages()
762 begin, end - 1); in free_init_pages()
763 set_memory_np(begin, (end - begin) >> PAGE_SHIFT); in free_init_pages()
770 set_memory_nx(begin, (end - begin) >> PAGE_SHIFT); in free_init_pages()
771 set_memory_rw(begin, (end - begin) >> PAGE_SHIFT); in free_init_pages()
773 free_reserved_area((void *)begin, (void *)end, in free_init_pages()
/arch/arm64/kernel/
Dalternative.c38 struct alt_instr *begin; member
132 for (alt = region->begin; alt < region->end; alt++) { in __apply_alternatives()
170 .begin = (struct alt_instr *)__alt_instructions, in __apply_alternatives_multi_stop()
198 .begin = start, in apply_alternatives()
/arch/mips/include/asm/
Dbootinfo.h116 unsigned long begin, unsigned long end);
118 extern void (*free_init_pages_eva)(void *begin, void *end);
/arch/powerpc/kernel/
Dmachine_kexec_64.c38 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()
Dcrash_dump.c126 void crash_free_reserved_phys_range(unsigned long begin, unsigned long end) in crash_free_reserved_phys_range() argument
140 for (addr = begin; addr < end; addr += PAGE_SIZE) { in crash_free_reserved_phys_range()
/arch/s390/kernel/
Dmachine_kexec.c165 void crash_free_reserved_phys_range(unsigned long begin, unsigned long end) in crash_free_reserved_phys_range() argument
169 for (addr = begin; addr < end; addr += PAGE_SIZE) in crash_free_reserved_phys_range()
171 size = begin - crashk_res.start; in crash_free_reserved_phys_range()
/arch/arm/mach-shmobile/
Dsuspend.c40 .begin = shmobile_suspend_begin,
/arch/ia64/kernel/
Dpalinfo.c152 int i, begin, skip = 0; in bitregister_process() local
155 value >>= i = begin = ffs(value) - 1; in bitregister_process()
162 if (begin <= i - 2) in bitregister_process()
163 seq_printf(m, "%d-%d ", begin, i-1); in bitregister_process()
167 begin = -1; in bitregister_process()
170 begin = i; in bitregister_process()
174 if (begin > -1) { in bitregister_process()
175 if (begin < 127) in bitregister_process()
176 seq_printf(m, "%d-127", begin); in bitregister_process()
/arch/powerpc/perf/req-gen/
D_begin.h13 #define REQUEST_BEGIN CAT2_STR(REQ_GEN_PREFIX, _request-begin.h)
/arch/xtensa/kernel/
Dmxhead.S30 .begin no-absolute-literals
/arch/alpha/lib/
Dcsum_ipv6_magic.S47 addq $20,$0,$20 # .. e1 : begin summing the words
94 extwl $0,2,$2 # e0 : begin folding the 64-bit value
/arch/xtensa/boot/boot-elf/
Dbootstrap.S33 .begin no-absolute-literals
/arch/tile/mm/
Dinit.c886 static void free_init_pages(char *what, unsigned long begin, unsigned long end) in free_init_pages() argument
888 unsigned long addr = (unsigned long) begin; in free_init_pages()
900 local_flush_tlb_pages(NULL, begin, PAGE_SIZE, end - begin); in free_init_pages()
901 for (addr = begin; addr < end; addr += PAGE_SIZE) { in free_init_pages()
929 pr_info("Freeing %s: %ldk freed\n", what, (end - begin) >> 10); in free_init_pages()

123