Home
last modified time | relevance | path

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

123

/arch/um/os-Linux/sys-i386/
Dtask_size.c78 unsigned long top = 0xffffd000 >> UM_KERN_PAGE_SHIFT; in os_get_top_address() local
99 for (bottom = 0; bottom < top; bottom++) { in os_get_top_address()
105 if (bottom == top) { in os_get_top_address()
118 if (page_ok(top)) in os_get_top_address()
122 test = bottom + (top - bottom) / 2; in os_get_top_address()
126 top = test; in os_get_top_address()
127 } while (top - bottom > 1); in os_get_top_address()
135 top <<= UM_KERN_PAGE_SHIFT; in os_get_top_address()
136 printf("0x%x\n", top); in os_get_top_address()
138 return top; in os_get_top_address()
/arch/x86/math-emu/
Dfpu_tags.c19 fpu_tag_word |= 3 << ((top & 7) * 2); in FPU_pop()
20 top++; in FPU_pop()
25 return (fpu_tag_word >> ((top & 7) * 2)) & 3; in FPU_gettag0()
30 return (fpu_tag_word >> (((top + stnr) & 7) * 2)) & 3; in FPU_gettagi()
40 int regnr = top; in FPU_settag0()
48 int regnr = stnr + top; in FPU_settagi()
82 int regnr = (top + stnr) & 7; in FPU_empty_i()
91 return ((fpu_tag_word >> (((top - 1) & 7) * 2)) & 3) != TAG_Empty; in FPU_stackoverflow()
108 int regnr = top; in FPU_copy_to_reg0()
Dload_store.c34 #define pop_0() { FPU_settag0(TAG_Empty); top++; }
99 top--; in FPU_load_store()
121 top++; in FPU_load_store()
140 top++; in FPU_load_store()
Dstatus_w.h50 ((partial_status & ~SW_Top & 0xffff) | ((top << SW_Top_Shift) & SW_Top))
Dfpu_emu.h146 #define st(x) ( * ((FPU_REG *)( register_base + 10 * ((top+x) & 7) )) )
156 #define push() { top--; }
Dfpu_system.h60 #define top (I387->soft.ftop) macro
/arch/x86/kernel/cpu/
Dcentaur.c48 u32 top = 0; in ramtop() local
70 if (end > top) in ramtop()
71 top = end; in ramtop()
85 if (top > clip) in ramtop()
86 top = clip; in ramtop()
88 return top; in ramtop()
99 u32 top = root; in centaur_mcr_compute() local
111 high = power2(mem-top); in centaur_mcr_compute()
144 centaur_mcr_insert(ct, top, high, key); in centaur_mcr_compute()
145 top += high; in centaur_mcr_compute()
/arch/cris/include/arch-v32/arch/hwregs/
DMakefile5 OFFICIAL_INCDIR = /n/asic/projects/guinness/releases/$(RELEASE)/design/top/sw/include/
51 REGDESC += $(DESIGNDIR)/top/rtl/config_regs.r
92 config_defs.h: $(DESIGNDIR)/top/rtl/config_regs.r
94 config_defs_asm.h: $(DESIGNDIR)/top/rtl/config_regs.r
127 reg_map.h: $(DESIGNDIR)/top/rtl/global.rmap $(DESIGNDIR)/top/mod/modreg.rmap
129 reg_map_asm.h: $(DESIGNDIR)/top/rtl/global.rmap $(DESIGNDIR)/top/mod/modreg.rmap
132 reg_rdwr.h: $(DESIGNDIR)/top/sw/include/reg_rdwr.h
/arch/s390/kernel/
Drelocate_kernel64.S54 j .top
57 .top: label
66 j .top # ...next iteration
72 j .top # and read next...
79 je .top # NO, ignore it...
84 j .top
Drelocate_kernel.S55 .top: label
64 j .top # ...next iteration
70 j .top # and read next...
77 je .top # NO, ignore it...
82 j .top
/arch/sparc/kernel/
Dsetup_32.c279 unsigned long top; in setup_arch() local
283 top = sp_banks[i].base_addr + in setup_arch()
285 if (highest_paddr < top) in setup_arch()
286 highest_paddr = top; in setup_arch()
/arch/arm/mm/
Dproc-feroceon.S251 add r1, r0, #PAGE_SZ - CACHE_DLINESIZE @ top addr is inclusive
255 mcr p15, 5, r1, c15, c15, 1 @ D clean/inv range top
297 subne r1, r1, #1 @ top address is inclusive
301 mcr p15, 5, r1, c15, c14, 1 @ D inv range top
329 subne r1, r1, #1 @ top address is inclusive
333 mcr p15, 5, r1, c15, c13, 1 @ D clean range top
360 subne r1, r1, #1 @ top address is inclusive
364 mcr p15, 5, r1, c15, c15, 1 @ D clean/inv range top
/arch/avr32/kernel/
Dprocess.c127 unsigned long bottom, unsigned long top) in dump_mem() argument
132 printk("%s%s(0x%08lx to 0x%08lx)\n", log_lvl, str, bottom, top); in dump_mem()
134 for (p = bottom & ~31; p < top; ) { in dump_mem()
140 if (p < bottom || p >= top) in dump_mem()
/arch/powerpc/include/asm/
Duaccess.h472 extern int __strnlen_user(const char __user *str, long len, unsigned long top);
484 unsigned long top = current->thread.fs.seg; in strnlen_user() local
486 if ((unsigned long)str > top) in strnlen_user()
488 return __strnlen_user(str, len, top); in strnlen_user()
/arch/sh/kernel/cpu/sh2a/
Dentry.S59 mov r15,r2 ! r2 = user stack top
74 mov r2,r8 ! r8 = previus stack top
87 mov r2,r8 ! r8 = previous stack top
217 mov.l r2,@(OFF_SP,r0) ! point exception frame top
/arch/x86/kernel/
Dds.c537 ds_set(ds, qual, ds_index, (unsigned long)cfg->top); in ds_write_config()
548 cfg->top = (void *)ds_get(ds, qual, ds_index); in ds_read_config()
578 trace->top = trace->begin; in ds_init_ds_trace()
861 tracer->trace.ds.top = tracer->trace.ds.begin; in ds_reset_bts()
864 (unsigned long)tracer->trace.ds.top); in ds_reset_bts()
874 tracer->trace.ds.top = tracer->trace.ds.begin; in ds_reset_pebs()
877 (unsigned long)tracer->trace.ds.top); in ds_reset_pebs()
/arch/cris/arch-v32/boot/compressed/
Dhead.S44 ;; the SP at the top for now.
/arch/arm/kernel/
Dtraps.c47 static void dump_mem(const char *str, unsigned long bottom, unsigned long top);
81 static void dump_mem(const char *str, unsigned long bottom, unsigned long top) in dump_mem() argument
95 printk("%s(0x%08lx to 0x%08lx)\n", str, bottom, top); in dump_mem()
97 for (p = bottom & ~31; p < top;) { in dump_mem()
103 if (p < bottom || p >= top) in dump_mem()
/arch/arm/plat-omap/
Ddma.c2022 unsigned long top, bottom; in set_b1_regs() local
2057 top = PIXADDR(0, 0); in set_b1_regs()
2067 top = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs()
2077 top = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs()
2082 top = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs()
2092 top = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1); in set_b1_regs()
2097 top = PIXADDR(0, lcd_dma.yres - 1); in set_b1_regs()
2107 top = PIXADDR(lcd_dma.xres - 1, 0); in set_b1_regs()
2112 top = PIXADDR(0, 0); in set_b1_regs()
2126 omap_writew(top >> 16, OMAP1510_DMA_LCD_TOP_F1_U); in set_b1_regs()
[all …]
/arch/sh/kernel/
Dtraps_32.c46 static void dump_mem(const char *str, unsigned long bottom, unsigned long top) in dump_mem() argument
51 printk("%s(0x%08lx to 0x%08lx)\n", str, bottom, top); in dump_mem()
53 for (p = bottom & ~31; p < top; ) { in dump_mem()
59 if (p < bottom || p >= top) in dump_mem()
/arch/m68k/math-emu/
Dmulti_arith.h186 static inline int bftestlo128(int top, const int128 a)
190 if (top > 31)
192 if (top > 63)
194 if (top > 95)
197 r |= a[3 - (top / 32)] & ((1 << (top % 32 + 1)) - 1);
/arch/m68k/ifpsp060/
Disp.doc62 the installer should add a symbolic label to the top of the file.
72 (top of module)
103 with respect to the top of the package. The currently defined entry-points
116 point is located 0 bytes from the top of the "Entry-point" section.)
DTEST.DOC48 the installer should add symbolic labels to the top of the files.
58 (top of module)
90 with respect to the top of the package. The currently defined entry-points
102 0 bytes from the top of the "Entry-point" section.)
Dfpsp.doc54 the installer should add a symbolic label to the top of the file.
64 (top of module)
95 with respect to the top of the package. The currently defined entry-points
107 48 bytes from the top of the "Entry-point" section.)
/arch/ia64/kernel/
Dunwind.c340 || (unsigned long) addr >= info->regstk.top) in unw_access_gr()
346 info->regstk.top); in unw_access_gr()
349 if ((unsigned long) nat_addr >= info->regstk.top) in unw_access_gr()
374 || (unsigned long) addr >= info->regstk.top) in unw_access_gr()
380 if ((unsigned long) nat_addr >= info->regstk.top) in unw_access_gr()
1863 return (loc >= info->regstk.limit && loc < info->regstk.top) || in unw_valid()
1864 (loc >= info->memstk.top && loc < info->memstk.limit); in unw_valid()
1919 if (info->bsp < info->regstk.limit || info->bsp > info->regstk.top) { in unw_unwind()
1921 __func__, info->bsp, info->regstk.limit, info->regstk.top); in unw_unwind()
1928 if (info->sp < info->memstk.top || info->sp > info->memstk.limit) { in unw_unwind()
[all …]

123