Go to the documentation of this file. 1 #ifndef _ASM_POWERPC_MMU_HASH32_H_
2 #define _ASM_POWERPC_MMU_HASH32_H_
32 #ifdef CONFIG_PHYS_64BIT
33 #define BAT_PHYS_ADDR(x) ((u32)((x & 0x00000000fffe0000ULL) | \
34 ((x & 0x0000000e00000000ULL) >> 24) | \
35 ((x & 0x0000000100000000ULL) >> 30)))
37 #define BAT_PHYS_ADDR(x) (x)
82 unsigned long vdso_base;
90 #define mmu_virtual_psize MMU_PAGE_4K
91 #define mmu_linear_psize MMU_PAGE_256M