| /Linux-v5.4/arch/nds32/include/asm/ |
| D | memory.h | 14 #ifndef PHYS_OFFSET 15 #define PHYS_OFFSET (0x0) macro 32 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) 33 #define __phys_to_virt(x) ((x) - PHYS_OFFSET + PAGE_OFFSET) 57 #define PHYS_PFN_OFFSET (PHYS_OFFSET >> PAGE_SHIFT)
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| 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)
|
| D | page.h | 86 #define __pa(x) ((unsigned long)(x) - PAGE_OFFSET + PHYS_OFFSET) 87 #define __va(x) ((void *)((unsigned long)(x) - PHYS_OFFSET + PAGE_OFFSET))
|
| /Linux-v5.4/arch/xtensa/include/asm/ |
| D | page.h | 29 #define PHYS_OFFSET XCHAL_KSEG_PADDR macro 34 #define PHYS_OFFSET _AC(CONFIG_DEFAULT_MEM_START, UL) macro 162 #define ARCH_PFN_OFFSET (PHYS_OFFSET >> PAGE_SHIFT) 172 return off + PHYS_OFFSET; in ___pa() 177 ((unsigned long) (x) - PAGE_OFFSET + PHYS_OFFSET) 180 ((void *)((unsigned long) (x) - PHYS_OFFSET + PAGE_OFFSET))
|
| /Linux-v5.4/arch/mips/include/asm/mach-generic/ |
| D | spaces.h | 22 # define PHYS_OFFSET ((unsigned long)PFN_PHYS(ARCH_PFN_OFFSET)) macro 23 # elif !defined(PHYS_OFFSET) 24 # define PHYS_OFFSET _AC(0, UL) macro 95 #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
|
| /Linux-v5.4/arch/arm/mach-ixp4xx/ |
| D | common-pci.c | 351 *PCI_AHBMEMBASE = (PHYS_OFFSET & 0xFF000000) + in ixp4xx_pci_preinit() 352 ((PHYS_OFFSET & 0xFF000000) >> 8) + in ixp4xx_pci_preinit() 353 ((PHYS_OFFSET & 0xFF000000) >> 16) + in ixp4xx_pci_preinit() 354 ((PHYS_OFFSET & 0xFF000000) >> 24) + in ixp4xx_pci_preinit() 366 local_write_config(PCI_BASE_ADDRESS_0, 4, PHYS_OFFSET); in ixp4xx_pci_preinit() 367 local_write_config(PCI_BASE_ADDRESS_1, 4, PHYS_OFFSET + SZ_16M); in ixp4xx_pci_preinit() 368 local_write_config(PCI_BASE_ADDRESS_2, 4, PHYS_OFFSET + SZ_32M); in ixp4xx_pci_preinit() 370 PHYS_OFFSET + SZ_32M + SZ_16M); in ixp4xx_pci_preinit() 376 local_write_config(PCI_BASE_ADDRESS_4, 4, PHYS_OFFSET + SZ_64M); in ixp4xx_pci_preinit()
|
| /Linux-v5.4/arch/nios2/include/asm/ |
| D | page.h | 39 #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-v5.4/arch/unicore32/include/asm/ |
| D | memory.h | 50 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) 51 #define __phys_to_virt(x) ((x) - PHYS_OFFSET + PAGE_OFFSET) 74 #define PHYS_PFN_OFFSET (PHYS_OFFSET >> PAGE_SHIFT)
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | memory.h | 183 #define PHYS_OFFSET ((phys_addr_t)__pv_phys_pfn_offset << PAGE_SHIFT) macro 244 #define PHYS_OFFSET PLAT_PHYS_OFFSET macro 245 #define PHYS_PFN_OFFSET ((unsigned long)(PHYS_OFFSET >> PAGE_SHIFT)) 249 return (phys_addr_t)x - PAGE_OFFSET + PHYS_OFFSET; in __virt_to_phys_nodebug() 254 return x - PHYS_OFFSET + PAGE_OFFSET; in __phys_to_virt()
|
| /Linux-v5.4/arch/arm/mach-footbridge/include/mach/ |
| D | memory.h | 45 #define __pfn_to_bus(x) (__pfn_to_phys(x) + (BUS_OFFSET - PHYS_OFFSET)) 46 #define __bus_to_pfn(x) __phys_to_pfn((x) - (BUS_OFFSET - PHYS_OFFSET))
|
| /Linux-v5.4/arch/hexagon/mm/ |
| D | init.c | 21 #define bootmem_startpg (PFN_UP(((unsigned long) _end) - PAGE_OFFSET + PHYS_OFFSET)) 161 memblock_add(PHYS_OFFSET, in setup_arch_memory() 165 memblock_reserve(PHYS_OFFSET, in setup_arch_memory()
|
| /Linux-v5.4/arch/unicore32/include/mach/ |
| D | memory.h | 15 #define PHYS_OFFSET UL(0x00000000) macro 40 #define PCI_DMA_THRESHOLD (PHYS_OFFSET + SZ_128M - 1)
|
| /Linux-v5.4/drivers/pci/controller/ |
| D | pci-versatile.c | 96 writel(PHYS_OFFSET >> 28, PCI_SMAP(mem)); in versatile_pci_parse_request_of_pci_ranges() 180 writel(PHYS_OFFSET, local_pci_cfg_base + PCI_BASE_ADDRESS_0); in versatile_pci_probe() 181 writel(PHYS_OFFSET, local_pci_cfg_base + PCI_BASE_ADDRESS_1); in versatile_pci_probe() 182 writel(PHYS_OFFSET, local_pci_cfg_base + PCI_BASE_ADDRESS_2); in versatile_pci_probe()
|
| /Linux-v5.4/arch/arm/mach-integrator/ |
| D | core.c | 95 memblock_reserve(PHYS_OFFSET, __pa(swapper_pg_dir) - PHYS_OFFSET); in integrator_reserve()
|
| /Linux-v5.4/arch/arm/mach-omap1/include/mach/ |
| D | memory.h | 34 __dma = __dma - PHYS_OFFSET + OMAP1510_LB_OFFSET; \ 40 __dma += PHYS_OFFSET - OMAP1510_LB_OFFSET; \
|
| /Linux-v5.4/arch/xtensa/mm/ |
| D | init.c | 48 memblock_reserve(0, PHYS_OFFSET ? PHYS_OFFSET : 1); in bootmem_init() 56 min_low_pfn = max(min_low_pfn, PFN_UP(PHYS_OFFSET)); in bootmem_init()
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | page.h | 87 # define ARCH_PFN_OFFSET PFN_UP(PHYS_OFFSET) 196 return x - PAGE_OFFSET + PHYS_OFFSET; in ___pa() 199 #define __va(x) ((void *)((unsigned long)(x) + PAGE_OFFSET - PHYS_OFFSET))
|
| /Linux-v5.4/arch/arm/common/ |
| D | it8152.c | 248 return (dma_addr + size - PHYS_OFFSET) >= SZ_64M; in it8152_needs_bounce() 259 *dev->dma_mask = (SZ_64M - 1) | PHYS_OFFSET; in it8152_pci_platform_notify() 260 dev->coherent_dma_mask = (SZ_64M - 1) | PHYS_OFFSET; in it8152_pci_platform_notify() 276 if (mask >= PHYS_OFFSET + SZ_64M - 1) in dma_set_coherent_mask()
|
| /Linux-v5.4/arch/mips/mti-malta/ |
| 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-v5.4/arch/unicore32/kernel/ |
| D | head.S | 20 #if (PHYS_OFFSET & 0x003fffff) 25 #define KERNEL_RAM_PADDR (PHYS_OFFSET + KERNEL_IMAGE_START) 120 or r6, r7, #(PHYS_OFFSET & 0xffc00000)
|
| /Linux-v5.4/arch/arm/mach-footbridge/ |
| D | common.c | 255 return __pfn_to_phys(pfn) + (fb_bus_sdram_offset() - PHYS_OFFSET); in __pfn_to_bus() 261 return __phys_to_pfn(bus - (fb_bus_sdram_offset() - PHYS_OFFSET)); in __bus_to_pfn()
|
| /Linux-v5.4/arch/mips/include/asm/mach-ip28/ |
| D | spaces.h | 14 #define PHYS_OFFSET _AC(0x20000000, UL) macro
|
| /Linux-v5.4/arch/mips/include/asm/mach-pic32/ |
| D | spaces.h | 10 #define PHYS_OFFSET _AC(0x08000000, UL) macro
|
| /Linux-v5.4/Documentation/arm/ |
| 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-v5.4/arch/mips/include/asm/mach-ar7/ |
| D | spaces.h | 18 #define PHYS_OFFSET _AC(0x14000000, UL) macro
|