Searched refs:__PAGE_OFFSET (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpage_32_types.h10 * A __PAGE_OFFSET of 0xC0000000 means that the kernel has
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 Dpage_64_types.h34 * Set __PAGE_OFFSET to the most negative possible address +
45 #define __PAGE_OFFSET page_offset_base macro
47 #define __PAGE_OFFSET __PAGE_OFFSET_BASE_L4 macro
H A Dpgtable_32.h73 #define LOWMEM_PAGES ((((_ULL(2)<<31) - __PAGE_OFFSET) >> PAGE_SHIFT))
H A Dpage_types.h30 #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET)
/linux-master/arch/x86/platform/efi/
H A Defi_stub_32.S31 subl $__PAGE_OFFSET, %edx
41 subl $__PAGE_OFFSET, %esp
/linux-master/arch/parisc/include/asm/
H A Dfixmap.h12 * __PAGE_OFFSET, you must adjust the memory map accordingly
32 #define TMPALIAS_MAP_START ((__PAGE_OFFSET) - (2 << TMPALIAS_SIZE_BITS))
H A Dpage.h127 #define __PAGE_OFFSET (0) /* bootloader uses physical addresses */ macro
129 #define __PAGE_OFFSET __PAGE_OFFSET_DEFAULT macro
132 #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET)
138 * Leave some space after __PAGE_OFFSET for detecting kernel null
140 #define KERNEL_BINARY_TEXT_START (__PAGE_OFFSET + 0x100000)
144 # define PA(x) ((x)-__PAGE_OFFSET)
145 # define VA(x) ((x)+__PAGE_OFFSET)
177 #define PAGE0 ((struct zeropage *)absolute_pointer(__PAGE_OFFSET))
H A Dassembly.h105 ldil L%(-__PAGE_OFFSET), \grphys
110 ldil L%(__PAGE_OFFSET), \grvirt
115 ldil L%(-__PAGE_OFFSET), %r1
120 ldil L%(__PAGE_OFFSET), %r1
/linux-master/arch/x86/kernel/
H A Dhead_32.S32 #define pa(X) ((X) - __PAGE_OFFSET)
81 leal -__PAGE_OFFSET(%ecx),%esp
127 #define KPMDS (((-__PAGE_OFFSET) >> 30) & 3) /* Number of kernel PMDs */
153 leal -__PAGE_OFFSET(%ecx),%esp
237 addl $__PAGE_OFFSET, %esp
518 .long boot_gdt - __PAGE_OFFSET
H A Dhead64.c284 unsigned long physaddr = address - __PAGE_OFFSET;
299 * The use of __START_KERNEL_map rather than __PAGE_OFFSET here is
300 * critical -- __PAGE_OFFSET would point us back into the dynamic
354 unsigned long physaddr = address - __PAGE_OFFSET;
H A Dvmlinux.lds.S19 #define LOAD_OFFSET __PAGE_OFFSET
/linux-master/arch/x86/power/
H A Dhibernate_64.c97 .offset = __PAGE_OFFSET,
/linux-master/arch/x86/boot/compressed/
H A Dident_map_64.c24 #undef __PAGE_OFFSET macro
25 #define __PAGE_OFFSET __PAGE_OFFSET_BASE macro
H A Dmisc.c502 if (heap > ((-__PAGE_OFFSET-(128<<20)-1) & 0x7fffffff))
/linux-master/arch/x86/platform/olpc/
H A Dxo1-wakeup.S26 movl $initial_page_table - __PAGE_OFFSET, %eax
/linux-master/arch/x86/realmode/
H A Dinit.c170 for (i = pgd_index(__PAGE_OFFSET); i < PTRS_PER_PGD; i++)
/linux-master/arch/s390/include/asm/
H A Dpage.h181 #define __PAGE_OFFSET 0x0UL macro
/linux-master/arch/x86/mm/
H A Dmem_encrypt_amd.c159 unsigned long paddr = (unsigned long)vaddr - __PAGE_OFFSET;
H A Dinit.c748 trampoline_pgd_entry = init_top_pgt[pgd_index(__PAGE_OFFSET)];
/linux-master/arch/parisc/mm/
H A Dinit.c558 BUILD_BUG_ON(__PAGE_OFFSET >= 0x80000000);
/linux-master/arch/parisc/kernel/
H A Dpacache.S530 ldil L%(__PAGE_OFFSET), %r1

Completed in 260 milliseconds