Searched defs:top (Results 1 - 25 of 26) sorted by relevance

12

/arch/powerpc/mm/
H A D40x_mmu.c96 unsigned long __init mmu_mapin_ram(unsigned long top) argument
139 * pages. Consequently, restrict the top end of RAM currently
H A D44x_mmu.c181 unsigned long __init mmu_mapin_ram(unsigned long top) argument
H A Dfsl_booke_mmu.c204 unsigned long __init mmu_mapin_ram(unsigned long top) argument
H A Dppc_mmu_32.c75 unsigned long __init mmu_mapin_ram(unsigned long top) argument
89 tot = top;
H A Dmem.c214 unsigned long top = reg->base + reg->size - 1; local
215 if (top < lowmem_end_addr)
H A Dpgtable_32.c226 * We make the assumption here that if the bottom and top
305 void __init __mapin_ram_chunk(unsigned long offset, unsigned long top) argument
314 for (; s < top; s += PAGE_SIZE) {
329 unsigned long s, top; local
332 top = total_lowmem;
333 s = mmu_mapin_ram(top);
334 __mapin_ram_chunk(s, top);
340 top = wii_hole_start;
341 s = mmu_mapin_ram(top);
342 __mapin_ram_chunk(s, top);
[all...]
/arch/x86/platform/efi/
H A Defi_64.c94 unsigned long top = last_map_pfn << PAGE_SHIFT; local
95 efi_ioremap(top, size - (top - phys_addr), type);
/arch/x86/um/os-Linux/
H A Dtask_size.c79 unsigned long top = 0xffffd000 >> UM_KERN_PAGE_SHIFT; local
100 for (bottom = 0; bottom < top; bottom++) {
106 if (bottom == top) {
113 printf("Locating the top of the address space ... ");
119 if (page_ok(top))
123 test = bottom + (top - bottom) / 2;
127 top = test;
128 } while (top - bottom > 1);
136 top <<= UM_KERN_PAGE_SHIFT;
137 printf("0x%x\n", top);
[all...]
/arch/sparc/kernel/
H A Dsetup_32.c285 unsigned long top; local
289 top = sp_banks[i].base_addr +
291 if (highest_paddr < top)
292 highest_paddr = top;
/arch/x86/math-emu/
H A Dfpu_system.h60 #define top (I387->soft.ftop) macro
/arch/arm/mach-omap1/
H A Dlcd_dma.c142 unsigned long top, bottom; local
177 top = PIXADDR(0, 0);
187 top = PIXADDR(lcd_dma.xres - 1, 0);
197 top = PIXADDR(0, lcd_dma.yres - 1);
202 top = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1);
212 top = PIXADDR(lcd_dma.xres - 1, lcd_dma.yres - 1);
217 top = PIXADDR(0, lcd_dma.yres - 1);
227 top = PIXADDR(lcd_dma.xres - 1, 0);
232 top = PIXADDR(0, 0);
246 omap_writew(top >> 1
[all...]
/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/microblaze/mm/
H A Dinit.c215 unsigned long top = reg->base + reg->size - 1; local
218 (u32) reg->base, (u32) reg->size, top,
221 if (top <= (memory_start + lowmem_size - 1)) {
/arch/openrisc/include/asm/
H A Duaccess.h331 extern int __strnlen_user(const char *str, long len, unsigned long top);
338 * The `top' parameter to __strnlen_user is to make sure that
343 unsigned long top = (unsigned long)get_fs(); local
347 res = __strnlen_user(str, len, top);
/arch/powerpc/include/asm/
H A Duaccess.h472 extern int __strnlen_user(const char __user *str, long len, unsigned long top);
479 * The `top' parameter to __strnlen_user is to make sure that
484 unsigned long top = current->thread.fs.seg; local
486 if ((unsigned long)str > top)
488 return __strnlen_user(str, len, top);
/arch/powerpc/platforms/embedded6xx/
H A Dwii.c99 unsigned long __init wii_mmu_mapin_mem2(unsigned long top) argument
106 size = top - delta;
/arch/unicore32/kernel/
H A Dtraps.c65 unsigned long top)
80 lvl, str, bottom, top);
82 for (first = bottom & ~31; first < top; first += 32) {
89 for (p = first, i = 0; i < 8 && p < top; i++, p += 4) {
90 if (p >= bottom && p < top) {
64 dump_mem(const char *lvl, const char *str, unsigned long bottom, unsigned long top) argument
/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/x86/kernel/cpu/
H A Dcentaur.c48 u32 top = 0; local
70 if (end > top)
71 top = end;
74 * Everything below 'top' should be RAM except for the ISA hole.
85 if (top > clip)
86 top = clip;
88 return top;
99 u32 top = root; local
111 high = power2(mem-top);
144 centaur_mcr_insert(ct, top, hig
[all...]
H A Dperf_event_intel_ds.c299 struct bts_record *at, *top; local
312 top = (struct bts_record *)(unsigned long)ds->bts_index;
314 if (top <= at)
330 if (perf_output_begin(&handle, event, header.size * (top - at)))
333 for (; at < top; at++) {
602 struct pebs_record_core *at, *top; local
609 top = (struct pebs_record_core *)(unsigned long)ds->pebs_index;
624 n = top - at;
642 struct pebs_record_nhm *at, *top; local
651 top
[all...]
/arch/arm/kernel/
H A Dtraps.c89 unsigned long top)
103 printk("%s%s(0x%08lx to 0x%08lx)\n", lvl, str, bottom, top);
105 for (first = bottom & ~31; first < top; first += 32) {
112 for (p = first, i = 0; i < 8 && p < top; i++, p += 4) {
113 if (p >= bottom && p < top) {
88 dump_mem(const char *lvl, const char *str, unsigned long bottom, unsigned long top) argument
/arch/ia64/include/asm/
H A Dunwind.h12 * it would of course be possible to implement the kernel API on top
41 unsigned long top; member in struct:unw_stack
/arch/x86/xen/
H A Dp2m.c30 * leaf entries, or for the top root, or middle one, for which there is a void
78 * is to reserve_brk a top leaf page if the p2m[1] is missing. The top leaf page
81 * to end pfn. We reserve_brk top leaf pages if they are missing (means they
213 static void p2m_top_init(unsigned long ***top) argument
218 top[i] = p2m_mid_missing;
221 static void p2m_top_mfn_init(unsigned long *top) argument
226 top[i] = virt_to_mfn(p2m_mid_missing_mfn);
229 static void p2m_top_mfn_p_init(unsigned long **top) argument
234 top[
[all...]
H A Dmmu.c764 /* Do the top level last, so that the callbacks can use it as
1582 unsigned long top = HYPERVISOR_VIRT_START; local
1586 top = pp.virt_start;
1588 reserve_top_address(-top);
/arch/blackfin/kernel/
H A Ddebug-mmrs.c579 struct dentry *top, *parent; local
583 top = debugfs_create_dir("blackfin", NULL);
584 if (top == NULL)
587 parent = debugfs_create_dir("core_regs", top);
598 parent = debugfs_create_dir("ctimer", top);
604 parent = debugfs_create_dir("cec", top);
627 parent = debugfs_create_dir("debug", top);
631 parent = debugfs_create_dir("mmu", top);
713 parent = debugfs_create_dir("perf", top);
718 parent = debugfs_create_dir("trace", top);
[all...]

Completed in 502 milliseconds

12