Symbol: __PAGE_OFFSET
arch/parisc/include/asm/assembly.h
105
ldil L%(-__PAGE_OFFSET), \grphys
arch/parisc/include/asm/assembly.h
110
ldil L%(__PAGE_OFFSET), \grvirt
arch/parisc/include/asm/assembly.h
115
ldil L%(-__PAGE_OFFSET), %r1
arch/parisc/include/asm/assembly.h
120
ldil L%(__PAGE_OFFSET), %r1
arch/parisc/include/asm/fixmap.h
32
#define TMPALIAS_MAP_START ((__PAGE_OFFSET) - (2 << TMPALIAS_SIZE_BITS))
arch/parisc/include/asm/page.h
130
#define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET)
arch/parisc/include/asm/page.h
138
#define KERNEL_BINARY_TEXT_START (__PAGE_OFFSET + 0x100000)
arch/parisc/include/asm/page.h
142
# define PA(x) ((x)-__PAGE_OFFSET)
arch/parisc/include/asm/page.h
143
# define VA(x) ((x)+__PAGE_OFFSET)
arch/parisc/include/asm/page.h
174
#define PAGE0 ((struct zeropage *)absolute_pointer(__PAGE_OFFSET))
arch/parisc/mm/init.c
561
BUILD_BUG_ON(__PAGE_OFFSET >= 0x80000000);
arch/s390/include/asm/page.h
220
#define PAGE_OFFSET __PAGE_OFFSET
arch/x86/boot/compressed/misc.c
506
if (heap > ((-__PAGE_OFFSET-(128<<20)-1) & 0x7fffffff))
arch/x86/include/asm/page_32_types.h
20
#define __START_KERNEL_map __PAGE_OFFSET
arch/x86/include/asm/page_32_types.h
47
#define IA32_PAGE_OFFSET __PAGE_OFFSET
arch/x86/include/asm/page_32_types.h
48
#define TASK_SIZE __PAGE_OFFSET
arch/x86/include/asm/page_types.h
27
#define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET)
arch/x86/include/asm/pgtable_32.h
72
#define LOWMEM_PAGES ((((_ULL(2)<<31) - __PAGE_OFFSET) >> PAGE_SHIFT))
arch/x86/kernel/head64.c
151
unsigned long physaddr = address - __PAGE_OFFSET;
arch/x86/kernel/head64.c
81
unsigned long physaddr = address - __PAGE_OFFSET;
arch/x86/mm/init.c
752
trampoline_pgd_entry = init_top_pgt[pgd_index(__PAGE_OFFSET)];
arch/x86/mm/mem_encrypt_amd.c
159
unsigned long paddr = (unsigned long)vaddr - __PAGE_OFFSET;
arch/x86/power/hibernate_64.c
97
.offset = __PAGE_OFFSET,
arch/x86/realmode/init.c
173
for (i = pgd_index(__PAGE_OFFSET); i < PTRS_PER_PGD; i++)