| /linux/arch/xtensa/include/asm/ |
| H A D | page.h | 25 #define PHYS_OFFSET XCHAL_KSEG_PADDR macro 30 #define PHYS_OFFSET _AC(CONFIG_DEFAULT_MEM_START, UL) macro 140 #define ARCH_PFN_OFFSET (PHYS_OFFSET >> PAGE_SHIFT) 151 return off + PHYS_OFFSET; in ___pa() 154 return off + PHYS_OFFSET; in ___pa() 166 ((unsigned long) (x) - PAGE_OFFSET + PHYS_OFFSET) 169 ((void *)((unsigned long) (x) - PHYS_OFFSET + PAGE_OFFSET))
|
| /linux/arch/arm/boot/bootp/ |
| H A D | Makefile | 9 ifdef PHYS_OFFSET 19 PARAMS_PHYS := $(call add_hex, $(PHYS_OFFSET), 0x100) 27 INITRD_PHYS := $(call add_hex, $(PHYS_OFFSET), $(INITRD_OFFSET)) 35 (echo bootpImage: You must specify PHYS_OFFSET of PARAMS_PHYS ; exit -1)
|
| /linux/arch/hexagon/include/asm/ |
| H A D | mem-layout.h | 31 #define PHYS_OFFSET __phys_offset macro 34 #ifndef PHYS_OFFSET 35 #define PHYS_OFFSET 0 macro 38 #define PHYS_PFN_OFFSET (PHYS_OFFSET >> PAGE_SHIFT)
|
| /linux/arch/mips/include/asm/mach-generic/ |
| H A D | spaces.h | 26 # define PHYS_OFFSET ((unsigned long)PFN_PHYS(ARCH_PFN_OFFSET)) macro 27 # elif !defined(PHYS_OFFSET) 28 # define PHYS_OFFSET _AC(0, UL) macro 95 #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
|
| /linux/arch/nios2/include/asm/ |
| H A D | page.h | 34 #define PHYS_OFFSET CONFIG_NIOS2_MEM_BASE macro 41 #define ARCH_PFN_OFFSET PFN_UP(PHYS_OFFSET) 75 ((unsigned long)(x) - PAGE_OFFSET + PHYS_OFFSET) 77 ((void *)((unsigned long)(x) + PAGE_OFFSET - PHYS_OFFSET))
|
| /linux/arch/loongarch/include/asm/ |
| H A D | addrspace.h | 22 #ifndef PHYS_OFFSET 23 #define PHYS_OFFSET _UL(0) macro 71 #define PAGE_OFFSET (CACHE_BASE + PHYS_OFFSET)
|
| H A D | page.h | 28 #define ARCH_PFN_OFFSET PFN_UP(PHYS_OFFSET) 68 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET - PHYS_OFFSET))
|
| /linux/arch/arm/mach-versatile/ |
| H A D | integrator.c | 93 memblock_reserve(PHYS_OFFSET, __pa(swapper_pg_dir) - PHYS_OFFSET); in integrator_reserve()
|
| /linux/arch/arm/boot/ |
| H A D | Makefile | 21 PHYS_OFFSET := $(CONFIG_PHYS_OFFSET) macro 22 export ZRELADDR PARAMS_PHYS PHYS_OFFSET
|
| /linux/arch/mips/mti-malta/ |
| H A D | malta-dtshim.c | 77 mem_array[0] = cpu_to_be32(PHYS_OFFSET); in gen_fdt_mem_array() 109 mem_array[2] = cpu_to_be32(PHYS_OFFSET + SZ_512M); in gen_fdt_mem_array() 122 mem_array[2] = cpu_to_be32(PHYS_OFFSET + SZ_2G + SZ_256M); in gen_fdt_mem_array()
|
| /linux/Documentation/arch/arm/ |
| H A D | porting.rst | 14 phys = virt - PAGE_OFFSET + PHYS_OFFSET 61 PHYS_OFFSET 67 address PHYS_OFFSET, along with any other mappings you supply. 114 be present, and should be the same as PHYS_OFFSET.
|
| /linux/arch/mips/include/asm/mach-ip22/ |
| H A D | spaces.h | 13 #define PHYS_OFFSET _AC(0x08000000, UL) macro
|
| /linux/arch/mips/include/asm/mach-ip28/ |
| H A D | spaces.h | 14 #define PHYS_OFFSET _AC(0x20000000, UL) macro
|
| /linux/arch/mips/include/asm/mach-pic32/ |
| H A D | spaces.h | 10 #define PHYS_OFFSET _AC(0x08000000, UL) macro
|
| /linux/arch/mips/include/asm/mach-malta/ |
| H A D | spaces.h | 37 #define PHYS_OFFSET _AC(0x80000000, UL) macro
|
| /linux/arch/arm/kernel/ |
| H A D | setup.c | 793 if (aligned_start < PHYS_OFFSET) { in arm_add_memory() 794 if (aligned_start + size <= PHYS_OFFSET) { in arm_add_memory() 801 aligned_start, (u64)PHYS_OFFSET); in arm_add_memory() 803 size -= PHYS_OFFSET - aligned_start; in arm_add_memory() 804 aligned_start = PHYS_OFFSET; in arm_add_memory() 844 start = PHYS_OFFSET; in early_mem()
|
| H A D | atags_compat.c | 154 tag = memtag(tag, PHYS_OFFSET + (i << 26), in build_tag_list() 158 tag = memtag(tag, PHYS_OFFSET, params->u1.s.nr_pages * PAGE_SIZE); in build_tag_list()
|
| H A D | head-nommu.S | 272 ldr r5, =PLAT_PHYS_OFFSET @ Region start: PHYS_OFFSET 292 ldr r0, =PLAT_PHYS_OFFSET @ RAM starts at PHYS_OFFSET 295 setup_region r0, r5, r6, PMSAv7_DATA_SIDE, r12 @ PHYS_OFFSET, shared, enabled 297 setup_region r0, r5, r6, PMSAv7_INSTR_SIDE, r12 @ PHYS_OFFSET, shared, enabled
|
| /linux/arch/arm/mach-tegra/ |
| H A D | pm.c | 206 err = cpu_suspend(PHYS_OFFSET - PAGE_OFFSET, &tegra_sleep_cpu); in tegra_pm_enter_lp2() 372 cpu_suspend(PHYS_OFFSET - PAGE_OFFSET, tegra_sleep_func); in tegra_suspend_enter()
|
| /linux/drivers/soc/sunxi/ |
| H A D | sunxi_mbus.c | 88 ret = dma_direct_set_offset(dev, PHYS_OFFSET, 0, SZ_4G); in sunxi_mbus_notifier()
|
| /linux/arch/loongarch/kernel/ |
| H A D | mem.c | 54 memblock_reserve(PHYS_OFFSET, 0x200000); in memblock_init()
|
| /linux/arch/hexagon/kernel/ |
| H A D | setup.c | 56 printk(KERN_INFO "PHYS_OFFSET=0x%08lx\n", PHYS_OFFSET); in setup_arch()
|
| /linux/arch/mips/kernel/ |
| H A D | setup.c | 294 if (ramstart > PHYS_OFFSET) in bootmem_init() 295 memblock_reserve(PHYS_OFFSET, ramstart - PHYS_OFFSET); in bootmem_init()
|
| /linux/arch/arm/mach-keystone/ |
| H A D | keystone.c | 98 if (PHYS_OFFSET >= KEYSTONE_HIGH_PHYS_START) in keystone_init()
|
| /linux/arch/mips/fw/arc/ |
| H A D | memory.c | 151 if (base < PHYS_OFFSET) in prom_meminit()
|