Searched refs:CONFIG_PAGE_OFFSET (Results 1 – 19 of 19) sorted by relevance
/arch/nds32/include/asm/ |
D | memory.h | 22 #define TASK_SIZE ((CONFIG_PAGE_OFFSET) - (SZ_32M)) 24 #define PAGE_OFFSET (CONFIG_PAGE_OFFSET)
|
/arch/x86/include/asm/ |
D | pgtable-2level_types.h | 39 #define PGD_KERNEL_START (CONFIG_PAGE_OFFSET >> PGDIR_SHIFT)
|
D | page_32_types.h | 17 #define __PAGE_OFFSET_BASE _AC(CONFIG_PAGE_OFFSET, UL)
|
D | pgtable-3level_types.h | 49 #define PGD_KERNEL_START (CONFIG_PAGE_OFFSET >> PGDIR_SHIFT)
|
/arch/x86/entry/vdso/vdso32/ |
D | vclock_gettime.c | 23 #define CONFIG_PAGE_OFFSET 0 macro
|
/arch/sh/boot/ |
D | Makefile | 15 CONFIG_PAGE_OFFSET ?= 0x80000000 macro 113 export CONFIG_PAGE_OFFSET CONFIG_MEMORY_START CONFIG_BOOT_LINK_OFFSET \
|
/arch/powerpc/configs/85xx/ |
D | ppa8548_defconfig | 20 CONFIG_PAGE_OFFSET=0xb0000000
|
D | xes_mpc85xx_defconfig | 31 CONFIG_PAGE_OFFSET=0x80000000
|
/arch/arm/include/asm/ |
D | memory.h | 23 #define PAGE_OFFSET UL(CONFIG_PAGE_OFFSET) 31 #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(SZ_16M))
|
/arch/sh/kernel/ |
D | head_64.S | 31 #if (CONFIG_PAGE_OFFSET & ((1UL<<29)-1)) 41 #define ALIGNED_EFFECTIVE ((CONFIG_PAGE_OFFSET + CONFIG_MEMORY_START) & ALIGN_512M_MASK)
|
/arch/riscv/ |
D | Makefile | 46 KBUILD_CFLAGS += -DCONFIG_PAGE_OFFSET=$(CONFIG_PAGE_OFFSET)
|
/arch/nds32/ |
D | Makefile | 20 textaddr-y := $(CONFIG_PAGE_OFFSET)+0xc000
|
/arch/riscv/include/asm/ |
D | page.h | 34 #define PAGE_OFFSET _AC(CONFIG_PAGE_OFFSET, UL)
|
/arch/powerpc/include/asm/ |
D | page.h | 81 #define PAGE_OFFSET ASM_CONST(CONFIG_PAGE_OFFSET)
|
/arch/sh/include/asm/ |
D | page.h | 131 #define PAGE_OFFSET CONFIG_PAGE_OFFSET
|
/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 454 movi resvec_save_area-CONFIG_PAGE_OFFSET, SP 464 movi _stext-CONFIG_PAGE_OFFSET, r0 476 movi panic_stash_regs-CONFIG_PAGE_OFFSET, r1 512 movi resvec_save_area-CONFIG_PAGE_OFFSET, SP 580 movi resvec_save_area-CONFIG_PAGE_OFFSET, SP 629 movi CONFIG_PAGE_OFFSET, r6 1347 movi panic_handler - CONFIG_PAGE_OFFSET, r1 1389 movi .peek0 - CONFIG_PAGE_OFFSET, r36 /* real mode target address */ 1438 movi .poke0-CONFIG_PAGE_OFFSET, r36 /* real mode target address */
|
/arch/sh/ |
D | Makefile | 117 LDFLAGS_vmlinux += --defsym phys_stext=_stext-$(CONFIG_PAGE_OFFSET) \
|
/arch/powerpc/kvm/ |
D | e500_mmu_host.c | 115 asm volatile("tlbsx 0, %0" : : "b" (eaddr & ~CONFIG_PAGE_OFFSET)); in get_host_mas0()
|
/arch/powerpc/kernel/ |
D | head_8xx.S | 34 #if CONFIG_TASK_SIZE <= 0x80000000 && CONFIG_PAGE_OFFSET >= 0x80000000
|