Searched refs:PHYS_OFFSET (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/arch/mips/include/asm/mach-ip28/
H A Dspaces.h14 #define PHYS_OFFSET _AC(0x20000000, UL) macro
/linux-master/arch/mips/include/asm/mach-ip22/
H A Dspaces.h13 #define PHYS_OFFSET _AC(0x08000000, UL) macro
/linux-master/arch/mips/include/asm/mach-pic32/
H A Dspaces.h10 #define PHYS_OFFSET _AC(0x08000000, UL) macro
/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h24 * an actual PHYS_OFFSET. Should be set up in head.S.
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)
H A Dpage.h83 * also, check if we need a PHYS_OFFSET.
85 #define __pa(x) ((unsigned long)(x) - PAGE_OFFSET + PHYS_OFFSET)
86 #define __va(x) ((void *)((unsigned long)(x) - PHYS_OFFSET + PAGE_OFFSET))
/linux-master/arch/mips/include/asm/mach-ip30/
H A Dspaces.h12 #define PHYS_OFFSET _AC(0x20000000, UL) macro
/linux-master/arch/arm/boot/bootp/
H A DMakefile10 ifdef PHYS_OFFSET
13 # If PHYS_OFFSET is set, INITRD_PHYS and PARAMS_PHYS can be derived,
20 PARAMS_PHYS := $(call add_hex, $(PHYS_OFFSET), 0x100)
28 INITRD_PHYS := $(call add_hex, $(PHYS_OFFSET), $(INITRD_OFFSET))
36 (echo bootpImage: You must specify PHYS_OFFSET of PARAMS_PHYS ; exit -1)
/linux-master/arch/mips/include/asm/mach-malta/
H A Dspaces.h37 #define PHYS_OFFSET _AC(0x80000000, UL) macro
/linux-master/arch/nios2/include/asm/
H A Dpage.h39 #define PHYS_OFFSET CONFIG_NIOS2_MEM_BASE macro
46 #define ARCH_PFN_OFFSET PFN_UP(PHYS_OFFSET)
80 ((unsigned long)(x) - PAGE_OFFSET + PHYS_OFFSET)
82 ((void *)((unsigned long)(x) + PAGE_OFFSET - PHYS_OFFSET))
/linux-master/arch/mips/include/asm/mach-generic/
H A Dspaces.h26 # 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-master/arch/loongarch/include/asm/
H A Daddrspace.h22 #ifndef PHYS_OFFSET
23 #define PHYS_OFFSET _UL(0) macro
58 #define PAGE_OFFSET (CACHE_BASE + PHYS_OFFSET)
H A Dpage.h33 #define ARCH_PFN_OFFSET PFN_UP(PHYS_OFFSET)
73 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET - PHYS_OFFSET))
/linux-master/arch/xtensa/include/asm/
H A Dpage.h31 #define PHYS_OFFSET XCHAL_KSEG_PADDR macro
36 #define PHYS_OFFSET _AC(CONFIG_DEFAULT_MEM_START, UL) macro
164 #define ARCH_PFN_OFFSET (PHYS_OFFSET >> PAGE_SHIFT)
175 return off + PHYS_OFFSET;
178 return off + PHYS_OFFSET;
190 ((unsigned long) (x) - PAGE_OFFSET + PHYS_OFFSET)
193 ((void *)((unsigned long) (x) - PHYS_OFFSET + PAGE_OFFSET))
/linux-master/arch/arm64/kernel/
H A Dvmcore_info.c31 vmcoreinfo_append_str("NUMBER(PHYS_OFFSET)=0x%llx\n",
32 PHYS_OFFSET);
/linux-master/arch/arm/mach-versatile/
H A Dintegrator.c93 memblock_reserve(PHYS_OFFSET, __pa(swapper_pg_dir) - PHYS_OFFSET);
/linux-master/drivers/soc/sunxi/
H A Dsunxi_mbus.c88 ret = dma_direct_set_offset(dev, PHYS_OFFSET, 0, SZ_4G);
/linux-master/arch/arm/boot/
H A DMakefile21 PHYS_OFFSET := $(CONFIG_PHYS_OFFSET) macro
22 export ZRELADDR PARAMS_PHYS PHYS_OFFSET
/linux-master/arch/arm/include/asm/
H A Dmemory.h160 * PLAT_PHYS_OFFSET and not PHYS_OFFSET.
198 #define PHYS_OFFSET ((phys_addr_t)__pv_phys_pfn_offset << PAGE_SHIFT) macro
281 #define PHYS_OFFSET PLAT_PHYS_OFFSET macro
282 #define PHYS_PFN_OFFSET ((unsigned long)(PHYS_OFFSET >> PAGE_SHIFT))
286 return (phys_addr_t)x - PAGE_OFFSET + PHYS_OFFSET;
291 return x - PHYS_OFFSET + PAGE_OFFSET;
/linux-master/arch/xtensa/mm/
H A Dinit.c42 /* Reserve all memory below PHYS_OFFSET, as memory
45 * If PHYS_OFFSET is zero reserve page at address 0:
48 memblock_reserve(0, PHYS_OFFSET ? PHYS_OFFSET : 1);
56 min_low_pfn = max(min_low_pfn, PFN_UP(PHYS_OFFSET));
/linux-master/arch/hexagon/mm/
H A Dinit.c22 #define bootmem_startpg (PFN_UP(((unsigned long) _end) - PAGE_OFFSET + PHYS_OFFSET))
159 memblock_add(PHYS_OFFSET,
163 memblock_reserve(PHYS_OFFSET,
/linux-master/arch/mips/include/asm/
H A Dpage.h73 # define ARCH_PFN_OFFSET PFN_UP(PHYS_OFFSET)
182 return x - PAGE_OFFSET + PHYS_OFFSET;
185 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET - PHYS_OFFSET))
/linux-master/arch/loongarch/kernel/
H A Dmem.c55 memblock_reserve(PHYS_OFFSET, 0x200000);
/linux-master/arch/arm64/include/asm/
H A Dmemory.h237 /* PHYS_OFFSET - the physical address of the start of memory. */
238 #define PHYS_OFFSET ({ VM_BUG_ON(memstart_addr & 1); memstart_addr; }) macro
274 #define PHYS_PFN_OFFSET (PHYS_OFFSET >> PAGE_SHIFT)
333 #define __lm_to_phys(addr) (((addr) - PAGE_OFFSET) + PHYS_OFFSET)
351 #define __phys_to_virt(x) ((unsigned long)((x) - PHYS_OFFSET) | PAGE_OFFSET)
/linux-master/arch/hexagon/kernel/
H A Dsetup.c56 printk(KERN_INFO "PHYS_OFFSET=0x%08lx\n", PHYS_OFFSET);
/linux-master/arch/arm/mach-keystone/
H A Dkeystone.c98 if (PHYS_OFFSET >= KEYSTONE_HIGH_PHYS_START)

Completed in 199 milliseconds

12