Searched refs:KERNBASE (Results 1 – 15 of 15) sorted by relevance
/linux-2.4.37.9/include/asm-m68k/ |
D | sun3-head.h | 5 #define KERNBASE 0xE000000 /* First address the kernel will eventually be */ macro 7 #define BI_START (KERNBASE + 0x3000) /* beginning of the bootinfo records */
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | head.S | 193 sethi %hi(KERNBASE), %g3 194 sethi %hi(KERNBASE<<1), %g7 265 sethi %hi(KERNBASE), %g3 281 sethi %hi(KERNBASE), %g3 /* Restore for fixup code below */ 286 sethi %hi(KERNBASE+0x400000), %g3 287 or %g3, %lo(KERNBASE+0x400000), %g3 299 sethi %hi(KERNBASE), %g3 /* Restore for fixup code below */ 384 sethi %hi(KERNBASE), %g3 /* 4M lower limit */ 385 sethi %hi(KERNBASE<<1), %g7 /* 8M upper limit */ 437 sethi %hi(KERNBASE), %g3 [all …]
|
D | trampoline.S | 123 sethi %hi(KERNBASE), %g2 160 sethi %hi(KERNBASE + 0x400000), %g2 194 sethi %hi(KERNBASE), %g2 232 sethi %hi(KERNBASE + 0x400000), %g2
|
D | setup.c | 172 if ((va >= KERNBASE) && (va < (KERNBASE + (4 * 1024 * 1024)))) { in prom_callback() 545 kern_size = (unsigned long)&_end - (unsigned long)KERNBASE; in setup_arch()
|
D | entry.S | 456 sethi %hi(KERNBASE), %g4
|
/linux-2.4.37.9/arch/sparc64/mm/ |
D | init.c | 445 (unsigned long)KERNBASE); in inherit_prom_mappings() 486 tte_vaddr = (unsigned long) KERNBASE; in inherit_prom_mappings() 516 (unsigned long) KERNBASE, in inherit_prom_mappings() 521 (unsigned long) KERNBASE + 0x400000, prom_get_mmu_ihandle()); in inherit_prom_mappings() 549 unsigned long avoid_start = (unsigned long) KERNBASE; in inherit_prom_mappings() 1259 ramdisk_image -= KERNBASE; in bootmem_init() 1354 unsigned long shift = alias_base - ((unsigned long)KERNBASE); in paging_init() 1360 if ((real_end > ((unsigned long)KERNBASE + 0x400000))) in paging_init() 1387 if (real_end >= KERNBASE + 0x340000) { in paging_init() 1415 if (real_end >= KERNBASE + 0x340000) { in paging_init() [all …]
|
D | fault.c | 330 if ((tpc >= KERNBASE && tpc < (unsigned long) &_etext) || in do_sparc64_fault()
|
/linux-2.4.37.9/include/asm-sparc/ |
D | head.h | 5 #define KERNBASE 0xf0000000 /* First address the kernel will eventually be */ macro 8 #define SRMMU_L1_KBASE_OFFSET ((KERNBASE>>24)<<2) /* Used in boot remapping. */
|
D | vaddrs.h | 17 #define SRMMU_NOCACHE_VADDR (KERNBASE + SRMMU_MAXMEM)
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | head.h | 7 #define KERNBASE 0x400000 macro
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | sun3-head.S | 48 lea (AC_SEGMAP+KERNBASE),%a1
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | sun4c.c | 275 for (vaddr = 0xe0000000; vaddr < KERNBASE; vaddr += SUN4C_REAL_PGDIR_SIZE) in sun4c_init_clean_mmu() 641 for (vaddr = KERNBASE; vaddr < kernel_end; vaddr += SUN4C_REAL_PGDIR_SIZE) { in sun4c_init_map_kernelprom() 1295 begin = (KERNBASE + SUN4C_REAL_PGDIR_SIZE); in sun4c_flush_cache_all() 1843 memset (ret, 0, (KERNBASE / SUN4C_PGDIR_SIZE) * sizeof(pgd_t)); in sun4c_get_pgd_fast() 1984 fix_kmap_begin = KERNBASE + SRMMU_MAXMEM; /* Why bother with SRMMU_MAXMEM? */ in sun4c_paging_init() 2082 BTFIXUPSET_SIMM13(user_ptrs_per_pgd, KERNBASE / SUN4C_PGDIR_SIZE); in ld_mmu_sun4c()
|
D | init.c | 225 sparc_ramdisk_image -= KERNBASE; in bootmem_init()
|
/linux-2.4.37.9/arch/sparc/kernel/ |
D | head.S | 505 set KERNBASE, %l6 675 sta %g2, [%g3] ASI_M_BYPASS ! place at KERNBASE entry 692 sethi %hi(KERNBASE), %g4 ! destination base 693 or %g4, %lo(KERNBASE), %g4 717 set KERNBASE, %g4 ! destination base 734 set KERNBASE, %g4 ! destination base
|
D | entry.S | 934 sethi %hi(KERNBASE), %l4 1090 sethi %hi(KERNBASE), %l6
|