Home
last modified time | relevance | path

Searched refs:SUN4C_REAL_PGDIR_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/asm-sparc/
Dpgtsun4.h26 #define SUN4C_REAL_PGDIR_SIZE (1UL << SUN4C_REAL_PGDIR_SHIFT) macro
27 #define SUN4C_REAL_PGDIR_MASK (~(SUN4C_REAL_PGDIR_SIZE-1))
28 #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK)
Dpgtsun4c.h25 #define SUN4C_REAL_PGDIR_SIZE (1UL << SUN4C_REAL_PGDIR_SHIFT) macro
26 #define SUN4C_REAL_PGDIR_MASK (~(SUN4C_REAL_PGDIR_SIZE-1))
27 #define SUN4C_REAL_PGDIR_ALIGN(addr) (((addr)+SUN4C_REAL_PGDIR_SIZE-1)&SUN4C_REAL_PGDIR_MASK)
/linux-2.4.37.9/arch/sparc/mm/
Dsun4c.c259 for (vaddr = 0; vaddr < SUN4C_REAL_PGDIR_SIZE; vaddr += PAGE_SIZE) in sun4c_init_clean_segmap()
273 for (vaddr = 0; vaddr < 0x20000000; vaddr += SUN4C_REAL_PGDIR_SIZE) in sun4c_init_clean_mmu()
275 for (vaddr = 0xe0000000; vaddr < KERNBASE; vaddr += SUN4C_REAL_PGDIR_SIZE) in sun4c_init_clean_mmu()
277 for (vaddr = kernel_end; vaddr < KADB_DEBUGGER_BEGVM; vaddr += SUN4C_REAL_PGDIR_SIZE) in sun4c_init_clean_mmu()
279 for (vaddr = LINUX_OPPROM_ENDVM; vaddr; vaddr += SUN4C_REAL_PGDIR_SIZE) in sun4c_init_clean_mmu()
611 end = vaddr + SUN4C_REAL_PGDIR_SIZE; in fix_permissions()
629 vaddr += SUN4C_REAL_PGDIR_SIZE) { in sun4c_init_map_kernelprom()
641 for (vaddr = KERNBASE; vaddr < kernel_end; vaddr += SUN4C_REAL_PGDIR_SIZE) { in sun4c_init_map_kernelprom()
662 start += SUN4C_REAL_PGDIR_SIZE; in sun4c_init_lock_area()
1147 sun4c_iobuffer_high += SUN4C_REAL_PGDIR_SIZE; in sun4c_lockarea()
[all …]