/linux-6.1.9/arch/parisc/include/asm/ |
D | page.h | 135 #define __PAGE_OFFSET (0) /* bootloader uses physical addresses */ macro 137 #define __PAGE_OFFSET __PAGE_OFFSET_DEFAULT macro 140 #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET) 148 #define KERNEL_BINARY_TEXT_START (__PAGE_OFFSET + 0x100000) 152 # define PA(x) ((x)-__PAGE_OFFSET) 153 # define VA(x) ((x)+__PAGE_OFFSET) 189 #define PAGE0 ((struct zeropage *)absolute_pointer(__PAGE_OFFSET))
|
D | fixmap.h | 32 #define TMPALIAS_MAP_START ((__PAGE_OFFSET) - (2 << TMPALIAS_SIZE_BITS))
|
D | assembly.h | 107 ldil L%(__PAGE_OFFSET), \grphys 112 ldil L%(__PAGE_OFFSET), \grvirt 117 ldil L%(__PAGE_OFFSET), %r1 122 ldil L%(__PAGE_OFFSET), %r1
|
/linux-6.1.9/arch/x86/include/asm/ |
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
|
D | page_64_types.h | 45 #define __PAGE_OFFSET page_offset_base macro 47 #define __PAGE_OFFSET __PAGE_OFFSET_BASE_L4 macro
|
D | pgtable_32.h | 82 #define LOWMEM_PAGES ((((_ULL(2)<<31) - __PAGE_OFFSET) >> PAGE_SHIFT))
|
D | page_types.h | 36 #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET)
|
/linux-6.1.9/Documentation/translations/zh_CN/parisc/ |
D | debugging.rst | 23 找,添加__PAGE_OFFSET(目前是0x10000000)。 34 系统响应程序地址的典型值是大于__PAGE_OFFSET (0x10000000)的地址,这意味着
|
/linux-6.1.9/arch/x86/kernel/ |
D | head_32.S | 32 #define pa(X) ((X) - __PAGE_OFFSET) 81 leal -__PAGE_OFFSET(%ecx),%esp 132 #define KPMDS (((-__PAGE_OFFSET) >> 30) & 3) /* Number of kernel PMDs */ 172 leal -__PAGE_OFFSET(%ecx),%esp 261 addl $__PAGE_OFFSET, %esp
|
D | head64.c | 333 unsigned long physaddr = address - __PAGE_OFFSET; in __early_make_pgtable() 403 unsigned long physaddr = address - __PAGE_OFFSET; in early_make_pgtable()
|
D | vmlinux.lds.S | 19 #define LOAD_OFFSET __PAGE_OFFSET
|
/linux-6.1.9/arch/x86/platform/efi/ |
D | efi_stub_32.S | 31 subl $__PAGE_OFFSET, %edx 41 subl $__PAGE_OFFSET, %esp
|
/linux-6.1.9/Documentation/parisc/ |
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-6.1.9/arch/x86/boot/compressed/ |
D | ident_map_64.c | 32 #undef __PAGE_OFFSET 33 #define __PAGE_OFFSET __PAGE_OFFSET_BASE macro
|
D | misc.c | 448 if (heap > ((-__PAGE_OFFSET-(128<<20)-1) & 0x7fffffff)) in extract_kernel()
|
/linux-6.1.9/arch/x86/power/ |
D | hibernate_64.c | 97 .offset = __PAGE_OFFSET, in set_up_temporary_mappings()
|
/linux-6.1.9/arch/x86/xen/ |
D | xen-head.S | 87 ELFNOTE(Xen, XEN_ELFNOTE_VIRT_BASE, _ASM_PTR __PAGE_OFFSET)
|
/linux-6.1.9/arch/x86/platform/olpc/ |
D | xo1-wakeup.S | 26 movl $initial_page_table - __PAGE_OFFSET, %eax
|
/linux-6.1.9/arch/x86/realmode/ |
D | init.c | 167 for (i = pgd_index(__PAGE_OFFSET); i < PTRS_PER_PGD; i++) in setup_real_mode()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | page.h | 185 #define __PAGE_OFFSET 0x0UL macro
|
/linux-6.1.9/arch/x86/mm/ |
D | mem_encrypt_amd.c | 160 unsigned long paddr = (unsigned long)vaddr - __PAGE_OFFSET; in __sme_early_map_unmap_mem()
|
D | init.c | 732 trampoline_pgd_entry = init_top_pgt[pgd_index(__PAGE_OFFSET)]; in init_trampoline()
|
/linux-6.1.9/arch/parisc/mm/ |
D | init.c | 560 BUILD_BUG_ON(__PAGE_OFFSET >= 0x80000000); in mem_init()
|
/linux-6.1.9/arch/parisc/kernel/ |
D | pacache.S | 530 ldil L%(__PAGE_OFFSET), %r1
|
/linux-6.1.9/arch/x86/ |
D | Kconfig | 2211 __PAGE_OFFSET movable during boot.
|