Searched refs:bottom (Results 1 - 11 of 11) sorted by relevance

/arch/x86/um/os-Linux/
H A Dtask_size.c70 unsigned long bottom = 0; local
82 printf("Locating the bottom of the address space ... ");
97 /* Manually scan the address space, bottom-up, until we find
100 for (bottom = 0; bottom < top; bottom++) {
101 if (page_ok(bottom))
106 if (bottom == top) {
107 fprintf(stderr, "Unable to determine bottom of address "
112 printf("0x%x\n", bottom << UM_KERN_PAGE_SHIF
[all...]
/arch/arm/mach-omap1/
H A Dlcd_dma.c142 unsigned long top, bottom; local
178 bottom = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1);
179 /* 1510 DMA requires the bottom address to be 2 more
183 bottom += 2;
188 bottom = PIXADDR(0, lcd_dma.yres - 1);
198 bottom = PIXADDR(lcd_dma.xres - 1, 0);
203 bottom = PIXADDR(0, 0);
213 bottom = PIXADDR(0, 0);
218 bottom = PIXADDR(lcd_dma.xres - 1, 0);
228 bottom
[all...]
/arch/unicore32/kernel/
H A Dtraps.c64 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, argument
80 lvl, str, bottom, top);
82 for (first = bottom & ~31; first < top; first += 32) {
90 if (p >= bottom && p < top) {
/arch/avr32/kernel/
H A Dprocess.c128 unsigned long bottom, unsigned long top)
133 printk("%s%s(0x%08lx to 0x%08lx)\n", log_lvl, str, bottom, top);
135 for (p = bottom & ~31; p < top; ) {
141 if (p < bottom || p >= top)
127 dump_mem(const char *str, const char *log_lvl, unsigned long bottom, unsigned long top) argument
/arch/arm/kernel/
H A Dtraps.c88 static void dump_mem(const char *lvl, const char *str, unsigned long bottom, argument
103 printk("%s%s(0x%08lx to 0x%08lx)\n", lvl, str, bottom, top);
105 for (first = bottom & ~31; first < top; first += 32) {
113 if (p >= bottom && p < top) {
H A Dhead.S191 1: str r3, [r0], #4 @ set bottom PGD entry bits
/arch/mn10300/kernel/
H A Dtraps.c235 unsigned long bottom, stack, addr, fp, raslot; local
244 bottom = (stack + THREAD_SIZE) & ~(THREAD_SIZE - 1);
245 for (; stack < bottom; stack += sizeof(addr)) {
248 if (addr > stack && addr < bottom) {
/arch/sh/kernel/
H A Dtraps_32.c51 static void dump_mem(const char *str, unsigned long bottom, unsigned long top) argument
56 printk("%s(0x%08lx to 0x%08lx)\n", str, bottom, top);
58 for (p = bottom & ~31; p < top; ) {
64 if (p < bottom || p >= top)
/arch/arm/boot/compressed/
H A Dll_char_wr.S59 add r0, r0, r5, lsl #3 @ Move to bottom of character
/arch/mn10300/lib/
H A Dmemmove.S25 # fall back to memcpy if dst < src to work bottom up
/arch/sh/kernel/cpu/sh5/
H A Dentry.S684 bge SP, r6, tr0 ! ? below 1k from bottom of stack : danger zone

Completed in 215 milliseconds