/linux-4.4.14/arch/parisc/include/asm/ |
D | page.h | 120 #define __PAGE_OFFSET (0x40000000) /* 1GB */ macro 122 #define __PAGE_OFFSET (0x10000000) /* 256MB */ macro 125 #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET) 133 #define KERNEL_BINARY_TEXT_START (__PAGE_OFFSET + 0x100000) 137 # define PA(x) ((x)-__PAGE_OFFSET) 138 # define VA(x) ((x)+__PAGE_OFFSET) 177 #define PAGE0 ((struct zeropage *)__PAGE_OFFSET)
|
D | fixmap.h | 16 #define TMPALIAS_MAP_START ((__PAGE_OFFSET) - 16*1024*1024)
|
D | assembly.h | 100 ldil L%(__PAGE_OFFSET), \grphys 105 ldil L%(__PAGE_OFFSET), \grvirt 110 ldil L%(__PAGE_OFFSET), %r1 115 ldil L%(__PAGE_OFFSET), %r1
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | efi_stub_32.S | 40 subl $__PAGE_OFFSET, %edx 56 subl $__PAGE_OFFSET, %edx 71 subl $__PAGE_OFFSET, %esp 83 addl $__PAGE_OFFSET, %esp
|
/linux-4.4.14/arch/x86/lguest/ |
D | head_32.S | 38 movl $lguest_data - __PAGE_OFFSET, %ebx 43 movl $(initial_page_table - __PAGE_OFFSET), %ebx 50 jmp lguest_init+__PAGE_OFFSET
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | page.h | 63 #define __PAGE_OFFSET (0x80000000) macro 65 #define __PAGE_OFFSET (0x00000000) macro 68 #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET)
|
D | m32r.h | 148 #define NONCACHE_OFFSET (__PAGE_OFFSET + 0x20000000) 150 #define NONCACHE_OFFSET __PAGE_OFFSET
|
/linux-4.4.14/arch/x86/include/asm/ |
D | page_32_types.h | 16 #define __PAGE_OFFSET _AC(CONFIG_PAGE_OFFSET, UL) macro 18 #define __START_KERNEL_map __PAGE_OFFSET
|
D | page_64_types.h | 35 #define __PAGE_OFFSET _AC(0xffff880000000000, UL) macro
|
D | page_types.h | 35 #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET)
|
/linux-4.4.14/arch/x86/kernel/ |
D | head_32.S | 28 #define pa(X) ((X) - __PAGE_OFFSET) 73 LOWMEM_PAGES = (((2<<31) - __PAGE_OFFSET) >> PAGE_SHIFT) 115 leal -__PAGE_OFFSET(%ecx),%esp 178 #define KPMDS (((-__PAGE_OFFSET) >> 30) & 3) /* Number of kernel PMDs */ 206 addl $__PAGE_OFFSET, %edi 216 page_pde_offset = (__PAGE_OFFSET >> 20); 237 addl $__PAGE_OFFSET, %edi 259 subl $__PAGE_OFFSET, %eax 312 leal -__PAGE_OFFSET(%ecx),%esp 404 addl $__PAGE_OFFSET, %esp [all …]
|
D | head64.c | 56 unsigned long physaddr = address - __PAGE_OFFSET; in early_make_pgtable()
|
D | head_64.S | 40 L4_PAGE_OFFSET = pgd_index(__PAGE_OFFSET) 41 L3_PAGE_OFFSET = pud_index(__PAGE_OFFSET)
|
D | vmlinux.lds.S | 18 #define LOAD_OFFSET __PAGE_OFFSET
|
/linux-4.4.14/arch/x86/power/ |
D | hibernate_asm_32.S | 32 subl $__PAGE_OFFSET, %eax 62 subl $__PAGE_OFFSET, %eax
|
D | hibernate_asm_64.S | 57 movq $__PAGE_OFFSET, %rdx
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | page.h | 95 #define __PAGE_OFFSET (PAGE_OFFSET_RAW) macro 96 #define PAGE_OFFSET ((unsigned long) __PAGE_OFFSET)
|
D | pgtable.h | 76 #define BOOT_USER_PGD_PTRS (__PAGE_OFFSET >> TWOLEVEL_PGDIR_SHIFT)
|
/linux-4.4.14/arch/m32r/kernel/ |
D | head.S | 213 seth r5, #high(__PAGE_OFFSET) 214 or3 r5, r5, #low(__PAGE_OFFSET) 223 seth r5, #high(__PAGE_OFFSET) 224 or3 r5, r5, #low(__PAGE_OFFSET)
|
D | vmlinux.lds.S | 21 . = CONFIG_MEMORY_START + __PAGE_OFFSET;
|
/linux-4.4.14/Documentation/parisc/ |
D | debugging | 10 address you can lookup in System.map, add __PAGE_OFFSET (0x10000000 24 than __PAGE_OFFSET (0x10000000) which mean a virtual address didn't
|
/linux-4.4.14/arch/m32r/boot/ |
D | setup.S | 153 seth r5, #high(__PAGE_OFFSET) 154 or3 r5, r5, #low(__PAGE_OFFSET)
|
/linux-4.4.14/arch/x86/realmode/ |
D | init.c | 87 trampoline_pgd[0] = init_level4_pgt[pgd_index(__PAGE_OFFSET)].pgd; in setup_real_mode()
|
/linux-4.4.14/arch/x86/xen/ |
D | xen-head.S | 104 ELFNOTE(Xen, XEN_ELFNOTE_VIRT_BASE, _ASM_PTR __PAGE_OFFSET)
|
/linux-4.4.14/arch/s390/include/asm/ |
D | page.h | 142 #define __PAGE_OFFSET 0x0UL macro
|
/linux-4.4.14/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 25 movl $initial_page_table - __PAGE_OFFSET, %eax
|
/linux-4.4.14/arch/x86/mm/ |
D | dump_pagetables.c | 369 (idx >= pgd_index(__PAGE_OFFSET) - 16) && in is_hypervisor_range() 370 (idx < pgd_index(__PAGE_OFFSET)); in is_hypervisor_range()
|
D | init_64.c | 103 int off = info->kernel_mapping ? pgd_index(__PAGE_OFFSET) : 0; in kernel_ident_mapping_init()
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | misc.c | 442 if (heap > ((-__PAGE_OFFSET-(128<<20)-1) & 0x7fffffff)) in decompress_kernel()
|
/linux-4.4.14/arch/frv/include/asm/ |
D | pgtable.h | 151 #define BOOT_USER_PGD_PTRS (__PAGE_OFFSET >> TWOLEVEL_PGDIR_SHIFT)
|
/linux-4.4.14/arch/x86/entry/ |
D | entry_32.S | 839 cmpl $__PAGE_OFFSET, %esp
|
/linux-4.4.14/arch/parisc/kernel/ |
D | pacache.S | 596 ldil L%(__PAGE_OFFSET), %r1
|