Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 143) sorted by relevance

123456

/arch/x86/um/os-Linux/
Dtask_size.c80 unsigned long top = 0xffffd000 >> UM_KERN_PAGE_SHIFT; in os_get_top_address() local
101 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address()
107 if (bottom == top) { in os_get_top_address()
120 if (page_ok(top)) in os_get_top_address()
124 test = bottom + (top - bottom) / 2; in os_get_top_address()
128 top = test; in os_get_top_address()
129 } while (top - bottom > 1); in os_get_top_address()
137 top <<= UM_KERN_PAGE_SHIFT; in os_get_top_address()
138 printf("0x%lx\n", top); in os_get_top_address()
140 return top; in os_get_top_address()
/arch/x86/math-emu/
Dfpu_tags.c20 fpu_tag_word |= 3 << ((top & 7) * 2); in FPU_pop()
21 top++; in FPU_pop()
26 return (fpu_tag_word >> ((top & 7) * 2)) & 3; in FPU_gettag0()
31 return (fpu_tag_word >> (((top + stnr) & 7) * 2)) & 3; in FPU_gettagi()
41 int regnr = top; in FPU_settag0()
49 int regnr = stnr + top; in FPU_settagi()
83 int regnr = (top + stnr) & 7; in FPU_empty_i()
92 return ((fpu_tag_word >> (((top - 1) & 7) * 2)) & 3) != TAG_Empty; in FPU_stackoverflow()
109 int regnr = top; in FPU_copy_to_reg0()
Dload_store.c35 #define pop_0() { FPU_settag0(TAG_Empty); top++; }
106 top--; in FPU_load_store()
129 top++; in FPU_load_store()
148 top++; in FPU_load_store()
Dfpu_aux.c137 int regnr = top & 7, regnri = ((regnr + i) & 7); in fxch_i()
180 int regnr = top & 7; in fcmovCC()
181 int regnri = (top + i) & 7; in fcmovCC()
/arch/powerpc/mm/
Dpgtable_32.c246 static void __init __mapin_ram_chunk(unsigned long offset, unsigned long top) in __mapin_ram_chunk() argument
255 for (; s < top; s += PAGE_SIZE) { in __mapin_ram_chunk()
271 unsigned long s, top; in mapin_ram() local
274 top = total_lowmem; in mapin_ram()
275 s = mmu_mapin_ram(top); in mapin_ram()
276 __mapin_ram_chunk(s, top); in mapin_ram()
282 top = wii_hole_start; in mapin_ram()
283 s = mmu_mapin_ram(top); in mapin_ram()
284 __mapin_ram_chunk(s, top); in mapin_ram()
286 top = memblock_end_of_DRAM(); in mapin_ram()
[all …]
Dmmu_decl.h122 extern unsigned long wii_mmu_mapin_mem2(unsigned long top);
131 extern unsigned long mmu_mapin_ram(unsigned long top);
D8xx_mmu.c119 unsigned long __init mmu_mapin_ram(unsigned long top) in mmu_mapin_ram() argument
133 mapped = top & ~(LARGE_PAGE_SIZE_8M - 1); in mmu_mapin_ram()
/arch/arm/mach-omap1/
Dlcd_dma.c136 unsigned long top, bottom; in set_b1_regs() local
171 top = PIXADDR(0, 0); in set_b1_regs()
181 top = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs()
191 top = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs()
196 top = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs()
206 top = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs()
211 top = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs()
221 top = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs()
226 top = PIXADDR(0, 0); in set_b1_regs()
240 omap_writew(top >> 16, OMAP1510_DMA_LCD_TOP_F1_U); in set_b1_regs()
[all …]
/arch/powerpc/xmon/
Dppc-dis.c55 unsigned long top = operand->bitm; in operand_value_powerpc() local
58 top |= (top & -top) - 1; in operand_value_powerpc()
59 top &= ~(top >> 1); in operand_value_powerpc()
60 value = (value ^ top) - top; in operand_value_powerpc()
/arch/s390/numa/
Dmode_emu.c352 struct cpu_topology_s390 *top; in toptree_from_topology() local
358 top = &cpu_topology[cpu]; in toptree_from_topology()
360 drawer = toptree_get_child(node, top->drawer_id); in toptree_from_topology()
361 book = toptree_get_child(drawer, top->book_id); in toptree_from_topology()
362 mc = toptree_get_child(book, top->socket_id); in toptree_from_topology()
377 struct cpu_topology_s390 *top; in topology_add_core() local
381 top = &cpu_topology[cpu]; in topology_add_core()
382 cpumask_copy(&top->thread_mask, &core->mask); in topology_add_core()
383 cpumask_copy(&top->core_mask, &core_mc(core)->mask); in topology_add_core()
384 cpumask_copy(&top->book_mask, &core_book(core)->mask); in topology_add_core()
[all …]
/arch/s390/kernel/
Drelocate_kernel.S55 j .top
58 .top: label
67 j .top # ...next iteration
73 j .top # and read next...
80 je .top # NO, ignore it...
85 j .top
/arch/cris/include/arch-v32/arch/hwregs/
DMakefile6 OFFICIAL_INCDIR = /n/asic/projects/guinness/releases/$(RELEASE)/design/top/sw/include/
52 REGDESC += $(DESIGNDIR)/top/rtl/config_regs.r
93 config_defs.h: $(DESIGNDIR)/top/rtl/config_regs.r
95 config_defs_asm.h: $(DESIGNDIR)/top/rtl/config_regs.r
128 reg_map.h: $(DESIGNDIR)/top/rtl/global.rmap $(DESIGNDIR)/top/mod/modreg.rmap
130 reg_map_asm.h: $(DESIGNDIR)/top/rtl/global.rmap $(DESIGNDIR)/top/mod/modreg.rmap
133 reg_rdwr.h: $(DESIGNDIR)/top/sw/include/reg_rdwr.h
/arch/sh/kernel/
Ddumpstack.c22 void dump_mem(const char *str, unsigned long bottom, unsigned long top) in dump_mem() argument
27 printk("%s(0x%08lx to 0x%08lx)\n", str, bottom, top); in dump_mem()
29 for (p = bottom & ~31; p < top; ) { in dump_mem()
35 if (p < bottom || p >= top) in dump_mem()
/arch/blackfin/kernel/
Ddebug-mmrs.c582 struct dentry *top, *parent; in bfin_debug_mmrs_init() local
586 top = debugfs_create_dir("blackfin", NULL); in bfin_debug_mmrs_init()
587 if (top == NULL) in bfin_debug_mmrs_init()
590 parent = debugfs_create_dir("core_regs", top); in bfin_debug_mmrs_init()
601 parent = debugfs_create_dir("ctimer", top); in bfin_debug_mmrs_init()
607 parent = debugfs_create_dir("cec", top); in bfin_debug_mmrs_init()
630 parent = debugfs_create_dir("debug", top); in bfin_debug_mmrs_init()
634 parent = debugfs_create_dir("mmu", top); in bfin_debug_mmrs_init()
716 parent = debugfs_create_dir("perf", top); in bfin_debug_mmrs_init()
721 parent = debugfs_create_dir("trace", top); in bfin_debug_mmrs_init()
[all …]
/arch/unicore32/kernel/
Dtraps.c68 unsigned long top) in dump_mem() argument
83 lvl, str, bottom, top); in dump_mem()
85 for (first = bottom & ~31; first < top; first += 32) { in dump_mem()
92 for (p = first, i = 0; i < 8 && p < top; i++, p += 4) { in dump_mem()
93 if (p >= bottom && p < top) { in dump_mem()
/arch/arm/mach-sti/
DKconfig33 Electronics family StiH415 parts, primarily targeted at set-top-box
42 Electronics family StiH416 parts, primarily targeted at set-top-box
52 Electronics family StiH407 parts, targetted at set-top-box
/arch/sparc/kernel/
Dsetup_32.c345 unsigned long top; in setup_arch() local
349 top = sp_banks[i].base_addr + in setup_arch()
351 if (highest_paddr < top) in setup_arch()
352 highest_paddr = top; in setup_arch()
/arch/x86/events/intel/
Dds.c587 struct bts_record *at, *base, *top; in intel_pmu_drain_bts_buffer() local
601 top = (struct bts_record *)(unsigned long)ds->bts_index; in intel_pmu_drain_bts_buffer()
603 if (top <= base) in intel_pmu_drain_bts_buffer()
622 for (at = base; at < top; at++) { in intel_pmu_drain_bts_buffer()
642 (top - base - skip))) in intel_pmu_drain_bts_buffer()
645 for (at = base; at < top; at++) { in intel_pmu_drain_bts_buffer()
1280 get_next_pebs_record_by_bit(void *base, void *top, int bit) in get_next_pebs_record_by_bit() argument
1296 for (at = base; at < top; at += x86_pmu.pebs_record_size) { in get_next_pebs_record_by_bit()
1380 void *base, void *top, in __intel_pmu_pebs_event() argument
1386 void *at = get_next_pebs_record_by_bit(base, top, bit); in __intel_pmu_pebs_event()
[all …]
/arch/sh/include/asm/
Dkdebug.h16 extern void dump_mem(const char *str, unsigned long bottom, unsigned long top);
/arch/mips/kernel/
Dprocess.c650 unsigned long top = TASK_SIZE & PAGE_MASK; in mips_stack_top() local
653 top -= PAGE_SIZE; in mips_stack_top()
656 top -= PAGE_ALIGN(current->thread.abi->vdso->size); in mips_stack_top()
657 top -= PAGE_SIZE; in mips_stack_top()
658 top -= mips_gic_present() ? PAGE_SIZE : 0; in mips_stack_top()
662 top -= shm_align_mask + 1; in mips_stack_top()
666 top -= VDSO_RANDOMIZE_SIZE; in mips_stack_top()
668 return top; in mips_stack_top()
/arch/x86/kernel/
Dprocess.c798 unsigned long start, bottom, top, sp, fp, ip, ret = 0; in get_wchan() local
827 top = start + THREAD_SIZE - TOP_OF_KERNEL_STACK_PADDING; in get_wchan()
828 top -= 2 * sizeof(unsigned long); in get_wchan()
832 if (sp < bottom || sp > top) in get_wchan()
837 if (fp < bottom || fp > top) in get_wchan()
/arch/arm/mm/
Dproc-feroceon.S262 add r1, r0, #PAGE_SZ - CACHE_DLINESIZE @ top addr is inclusive
266 mcr p15, 5, r1, c15, c15, 1 @ D clean/inv range top
308 subne r1, r1, #1 @ top address is inclusive
312 mcr p15, 5, r1, c15, c14, 1 @ D inv range top
340 subne r1, r1, #1 @ top address is inclusive
344 mcr p15, 5, r1, c15, c13, 1 @ D clean range top
371 subne r1, r1, #1 @ top address is inclusive
375 mcr p15, 5, r1, c15, c15, 1 @ D clean/inv range top
/arch/powerpc/platforms/embedded6xx/
Dwii.c99 unsigned long __init wii_mmu_mapin_mem2(unsigned long top) in wii_mmu_mapin_mem2() argument
106 size = top - delta; in wii_mmu_mapin_mem2()
/arch/arm/mach-zx/
DKconfig7 set-top-box processor is supported. More will be
/arch/microblaze/mm/
Dinit.c204 unsigned long top = reg->base + reg->size - 1; in setup_memory() local
207 (u32) reg->base, (u32) reg->size, top, in setup_memory()
210 if (top <= (memory_start + lowmem_size - 1)) { in setup_memory()

123456