Home
last modified time | relevance | path

Searched refs:__PAGE_OFFSET (Results 1 – 24 of 24) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dpage.h128 #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 Dfixmap.h32 #define TMPALIAS_MAP_START ((__PAGE_OFFSET) - (2 << TMPALIAS_SIZE_BITS))
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/arch/x86/include/asm/
H A Dpage_32_types.h18 #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.h45 #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/Documentation/translations/zh_CN/arch/parisc/
H A Ddebugging.rst23 找,添加__PAGE_OFFSET(目前是0x10000000)。
34 系统响应程序地址的典型值是大于__PAGE_OFFSET (0x10000000)的地址,这意味着
/linux/Documentation/translations/zh_TW/arch/parisc/
H A Ddebugging.rst23 找,添加__PAGE_OFFSET(目前是0x10000000)。
34 系統響應程序地址的典型值是大於__PAGE_OFFSET (0x10000000)的地址,這意味着
/linux/arch/x86/kernel/
H A Dhead_32.S32 #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 Dhead64.c284 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 Defi_stub_32.S31 subl $__PAGE_OFFSET, %edx
41 subl $__PAGE_OFFSET, %esp
/linux/Documentation/arch/parisc/
H A Ddebugging.rst15 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 Dpage.h207 #define __PAGE_OFFSET __identity_base macro
208 #define PAGE_OFFSET __PAGE_OFFSET
/linux/arch/x86/boot/compressed/
H A Dident_map_64.c24 #undef __PAGE_OFFSET
25 #define __PAGE_OFFSET __PAGE_OFFSET_BASE macro
H A Dmisc.c502 if (heap > ((-__PAGE_OFFSET-(128<<20)-1) & 0x7fffffff)) in extract_kernel()
/linux/arch/x86/power/
H A Dhibernate_64.c97 .offset = __PAGE_OFFSET, in set_up_temporary_mappings()
/linux/arch/x86/platform/olpc/
H A Dxo1-wakeup.S26 movl $initial_page_table - __PAGE_OFFSET, %eax
/linux/arch/x86/realmode/
H A Dinit.c170 for (i = pgd_index(__PAGE_OFFSET); i < PTRS_PER_PGD; i++) in setup_real_mode()
/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c159 unsigned long paddr = (unsigned long)vaddr - __PAGE_OFFSET; in __sme_early_map_unmap_mem()
H A Dinit.c745 trampoline_pgd_entry = init_top_pgt[pgd_index(__PAGE_OFFSET)]; in init_trampoline()
/linux/arch/parisc/mm/
H A Dinit.c565 BUILD_BUG_ON(__PAGE_OFFSET >= 0x80000000); in mem_init()
/linux/arch/parisc/kernel/
H A Dpacache.S530 ldil L%(__PAGE_OFFSET), %r1
/linux/arch/x86/
H A DKconfig2222 __PAGE_OFFSET movable during boot.