Lines Matching +full:0 +full:xc0100000
112 #define MEMORY_START 0UL
158 * Let the kernel be loaded at 64MB and KERNELBASE be 0xc0000000 (same as PAGE_OFFSET).
159 * In this case, we would be mapping 0 to 0xc0000000, and kernstart_addr = 64M
161 * Now __va(1MB) = (0x100000) - (0x4000000) + 0xc0000000
162 * = 0xbc100000 , which is wrong.
164 * Rather, it should be : 0xc0000000 + 0x100000 = 0xc0100000
218 (unsigned long)(x) & 0x0fffffffffffffffUL; \
265 #define is_kernel_addr(x) ((x) >= 0x8000000000000000ul)
280 #define PD_HUGE 0x8000000000000000UL
282 #define PD_HUGE 0x80000000
290 #define HUGEPD_ADDR_MASK (0x0ffffffffffffffful & ~HUGEPD_SHIFT_MASK)
299 #define HUGEPD_SHIFT_MASK 0xfff
301 #define HUGEPD_SHIFT_MASK 0x3f