/linux/arch/parisc/include/asm/ |
H A D | page.h | 128 #define __PAGE_OFFSET (0) /* bootloader uses physical addresses */ macro 130 #define __PAGE_OFFSET __PAGE_OFFSET_DEFAULT macro 133 #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET) 141 #define KERNEL_BINARY_TEXT_START (__PAGE_OFFSET + 0x100000) 145 # define PA(x) ((x)-__PAGE_OFFSET) 146 # define VA(x) ((x)+__PAGE_OFFSET) 178 #define PAGE0 ((struct zeropage *)absolute_pointer(__PAGE_OFFSET))
|
H A D | fixmap.h | 32 #define TMPALIAS_MAP_START ((__PAGE_OFFSET) - (2 << TMPALIAS_SIZE_BITS))
|
H A D | assembly.h | 105 ldil L%(-__PAGE_OFFSET), \grphys 110 ldil L%(__PAGE_OFFSET), \grvirt 115 ldil L%(-__PAGE_OFFSET), %r1 120 ldil L%(__PAGE_OFFSET), %r1
|
/linux/arch/x86/include/asm/ |
H A D | page_32_types.h | 18 #define __PAGE_OFFSET __PAGE_OFFSET_BASE macro 20 #define __START_KERNEL_map __PAGE_OFFSET 47 #define IA32_PAGE_OFFSET __PAGE_OFFSET 48 #define TASK_SIZE __PAGE_OFFSET
|
H A D | page_64_types.h | 45 #define __PAGE_OFFSET page_offset_base macro 47 #define __PAGE_OFFSET __PAGE_OFFSET_BASE_L4 macro
|
H A D | pgtable_32.h | 73 #define LOWMEM_PAGES ((((_ULL(2)<<31) - __PAGE_OFFSET) >> PAGE_SHIFT))
|
H A D | page_types.h | 30 #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET)
|
/linux/Documentation/translations/zh_CN/arch/parisc/ |
H A D | debugging.rst | 23 找,添加__PAGE_OFFSET(目前是0x10000000)。 34 系统响应程序地址的典型值是大于__PAGE_OFFSET (0x10000000)的地址,这意味着
|
/linux/Documentation/translations/zh_TW/arch/parisc/ |
H A D | debugging.rst | 23 找,添加__PAGE_OFFSET(目前是0x10000000)。 34 系統響應程序地址的典型值是大於__PAGE_OFFSET (0x10000000)的地址,這意味着
|
/linux/arch/x86/kernel/ |
H A D | head_32.S | 32 #define pa(X) ((X) - __PAGE_OFFSET) 78 leal -__PAGE_OFFSET(%ecx),%esp 124 #define KPMDS (((-__PAGE_OFFSET) >> 30) & 3) /* Number of kernel PMDs */ 150 leal -__PAGE_OFFSET(%ecx),%esp 234 addl $__PAGE_OFFSET, %esp
|
H A D | head64.c | 284 unsigned long physaddr = address - __PAGE_OFFSET; in __early_make_pgtable() 354 unsigned long physaddr = address - __PAGE_OFFSET; in early_make_pgtable()
|
/linux/arch/x86/platform/efi/ |
H A D | efi_stub_32.S | 31 subl $__PAGE_OFFSET, %edx 41 subl $__PAGE_OFFSET, %esp
|
/linux/Documentation/arch/parisc/ |
H A D | debugging.rst | 15 address you can lookup in System.map, add __PAGE_OFFSET (0x10000000 30 than __PAGE_OFFSET (0x10000000) which mean a virtual address didn't
|
/linux/arch/s390/include/asm/ |
H A D | page.h | 207 #define __PAGE_OFFSET __identity_base macro 208 #define PAGE_OFFSET __PAGE_OFFSET
|
/linux/arch/x86/boot/compressed/ |
H A D | ident_map_64.c | 24 #undef __PAGE_OFFSET 25 #define __PAGE_OFFSET __PAGE_OFFSET_BASE macro
|
H A D | misc.c | 502 if (heap > ((-__PAGE_OFFSET-(128<<20)-1) & 0x7fffffff)) in extract_kernel()
|
/linux/arch/x86/power/ |
H A D | hibernate_64.c | 97 .offset = __PAGE_OFFSET, in set_up_temporary_mappings()
|
/linux/arch/x86/platform/olpc/ |
H A D | xo1-wakeup.S | 26 movl $initial_page_table - __PAGE_OFFSET, %eax
|
/linux/arch/x86/realmode/ |
H A D | init.c | 170 for (i = pgd_index(__PAGE_OFFSET); i < PTRS_PER_PGD; i++) in setup_real_mode()
|
/linux/arch/x86/mm/ |
H A D | mem_encrypt_amd.c | 159 unsigned long paddr = (unsigned long)vaddr - __PAGE_OFFSET; in __sme_early_map_unmap_mem()
|
H A D | init.c | 745 trampoline_pgd_entry = init_top_pgt[pgd_index(__PAGE_OFFSET)]; in init_trampoline()
|
/linux/arch/parisc/mm/ |
H A D | init.c | 565 BUILD_BUG_ON(__PAGE_OFFSET >= 0x80000000); in mem_init()
|
/linux/arch/parisc/kernel/ |
H A D | pacache.S | 530 ldil L%(__PAGE_OFFSET), %r1
|
/linux/arch/x86/ |
H A D | Kconfig | 2222 __PAGE_OFFSET movable during boot.
|