Home
last modified time | relevance | path

Searched defs:PHYS_OFFSET (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mach-generic/
H A Dspaces.h26 # define PHYS_OFFSET ((unsigned long)PFN_PHYS(ARCH_PFN_OFFSET)) macro
28 # define PHYS_OFFSET _AC(0, UL) macro
/openbmc/linux/arch/hexagon/include/asm/
H A Dmem-layout.h31 #define PHYS_OFFSET __phys_offset macro
35 #define PHYS_OFFSET 0 macro
/openbmc/linux/arch/mips/include/asm/mach-ip22/
H A Dspaces.h13 #define PHYS_OFFSET _AC(0x08000000, UL) macro
/openbmc/linux/arch/mips/include/asm/mach-ip28/
H A Dspaces.h14 #define PHYS_OFFSET _AC(0x20000000, UL) macro
/openbmc/linux/arch/mips/include/asm/mach-pic32/
H A Dspaces.h10 #define PHYS_OFFSET _AC(0x08000000, UL) macro
/openbmc/linux/arch/mips/include/asm/mach-ip30/
H A Dspaces.h12 #define PHYS_OFFSET _AC(0x20000000, UL) macro
/openbmc/linux/arch/mips/include/asm/mach-ar7/
H A Dspaces.h18 #define PHYS_OFFSET _AC(0x14000000, UL) macro
/openbmc/linux/arch/mips/include/asm/mach-malta/
H A Dspaces.h37 #define PHYS_OFFSET _AC(0x80000000, UL) macro
/openbmc/linux/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
/openbmc/u-boot/arch/mips/include/asm/mach-generic/
H A Dspaces.h16 #define PHYS_OFFSET _AC(0, UL) macro
/openbmc/linux/arch/arm/boot/
H A DMakefile21 PHYS_OFFSET := $(CONFIG_PHYS_OFFSET) macro
/openbmc/linux/arch/arm/include/asm/
H A Dmemory.h198 #define PHYS_OFFSET ((phys_addr_t)__pv_phys_pfn_offset << PAGE_SHIFT) macro
281 #define PHYS_OFFSET PLAT_PHYS_OFFSET macro
/openbmc/linux/arch/loongarch/include/asm/
H A Daddrspace.h22 #define PHYS_OFFSET _UL(0) macro
/openbmc/linux/arch/nios2/include/asm/
H A Dpage.h39 #define PHYS_OFFSET CONFIG_NIOS2_MEM_BASE macro
/openbmc/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst461 PHYS_OFFSET section in ARM64
/openbmc/linux/arch/arm64/include/asm/
H A Dmemory.h194 #define PHYS_OFFSET ({ VM_BUG_ON(memstart_addr & 1); memstart_addr; }) macro
/openbmc/linux/arch/arm/
H A DKconfig282 config PHYS_OFFSET config