Searched refs:CONFIG_PAGE_OFFSET (Results 1 - 21 of 21) sorted by relevance
/linux-4.4.14/arch/x86/entry/vdso/vdso32/ |
H A D | vclock_gettime.c | 24 #define CONFIG_PAGE_OFFSET 0 macro
|
/linux-4.4.14/arch/sh/boot/ |
H A D | Makefile | 15 CONFIG_PAGE_OFFSET ?= 0x80000000 macro 53 $$[$(CONFIG_PAGE_OFFSET) + \ 58 $$[$(CONFIG_PAGE_OFFSET) + \ 113 export CONFIG_PAGE_OFFSET CONFIG_MEMORY_START CONFIG_BOOT_LINK_OFFSET \
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | page_32_types.h | 16 #define __PAGE_OFFSET _AC(CONFIG_PAGE_OFFSET, UL)
|
/linux-4.4.14/arch/metag/kernel/ |
H A D | vmlinux.lds.S | 16 . = CONFIG_PAGE_OFFSET;
|
H A D | head.S | 52 #if CONFIG_PAGE_OFFSET < LINGLOBAL_BASE
|
/linux-4.4.14/arch/sh/boot/compressed/ |
H A D | Makefile | 25 $$[$(CONFIG_PAGE_OFFSET) + \
|
/linux-4.4.14/arch/metag/boot/ |
H A D | Makefile | 29 UIMAGE_LOADADDR = $(CONFIG_PAGE_OFFSET)
|
/linux-4.4.14/arch/frv/kernel/ |
H A D | vmlinux.lds.S | 16 __page_offset = CONFIG_PAGE_OFFSET; /* start of area covered by struct pages */
|
/linux-4.4.14/scripts/ |
H A D | link-vmlinux.sh | 85 if [ -n "${CONFIG_ARM}" ] && [ -z "${CONFIG_XIP_KERNEL}" ] && [ -n "${CONFIG_PAGE_OFFSET}" ]; then 86 kallsymopt="${kallsymopt} --page-offset=$CONFIG_PAGE_OFFSET"
|
H A D | kallsyms.c | 76 "[--page-offset=<CONFIG_PAGE_OFFSET>] " usage()
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | head_64.S | 33 /* Safety check : CONFIG_PAGE_OFFSET has to be a multiple of 512Mb */ 34 #if (CONFIG_PAGE_OFFSET & ((1UL<<29)-1)) 35 #error "CONFIG_PAGE_OFFSET must be a multiple of 512Mb" 44 #define ALIGNED_EFFECTIVE ((CONFIG_PAGE_OFFSET + CONFIG_MEMORY_START) & ALIGN_512M_MASK)
|
/linux-4.4.14/arch/arm/mach-keystone/ |
H A D | keystone.c | 68 return (phys_addr_t)(x) - CONFIG_PAGE_OFFSET + KEYSTONE_LOW_PHYS_START; keystone_virt_to_idmap()
|
/linux-4.4.14/arch/metag/include/asm/ |
H A D | page.h | 90 #define PAGE_OFFSET (CONFIG_PAGE_OFFSET)
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | memory.h | 32 #define PAGE_OFFSET UL(CONFIG_PAGE_OFFSET) 40 #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(SZ_16M))
|
/linux-4.4.14/arch/sh/kernel/cpu/sh5/ |
H A D | entry.S | 457 movi resvec_save_area-CONFIG_PAGE_OFFSET, SP 467 movi _stext-CONFIG_PAGE_OFFSET, r0 479 movi panic_stash_regs-CONFIG_PAGE_OFFSET, r1 515 movi resvec_save_area-CONFIG_PAGE_OFFSET, SP 583 movi resvec_save_area-CONFIG_PAGE_OFFSET, SP 632 movi CONFIG_PAGE_OFFSET, r6 1350 movi panic_handler - CONFIG_PAGE_OFFSET, r1 1392 movi .peek0 - CONFIG_PAGE_OFFSET, r36 /* real mode target address */ 1441 movi .poke0-CONFIG_PAGE_OFFSET, r36 /* real mode target address */ 1860 movi panic_handler-CONFIG_PAGE_OFFSET, r1 1961 movi LRESVEC_block-CONFIG_PAGE_OFFSET, r20
|
/linux-4.4.14/arch/sh/ |
H A D | Makefile | 110 LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_PAGE_OFFSET) \
|
/linux-4.4.14/arch/sh/include/asm/ |
H A D | page.h | 130 #define PAGE_OFFSET CONFIG_PAGE_OFFSET
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | page.h | 232 #define PAGE_OFFSET _AC(CONFIG_PAGE_OFFSET, UL)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | page.h | 90 #define PAGE_OFFSET ASM_CONST(CONFIG_PAGE_OFFSET)
|
/linux-4.4.14/arch/powerpc/kvm/ |
H A D | e500_mmu_host.c | 117 asm volatile("tlbsx 0, %0" : : "b" (eaddr & ~CONFIG_PAGE_OFFSET)); get_host_mas0()
|
/linux-4.4.14/arch/powerpc/kernel/ |
H A D | head_8xx.S | 52 #if CONFIG_TASK_SIZE <= 0x80000000 && CONFIG_PAGE_OFFSET >= 0x80000000
|
Completed in 810 milliseconds