Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/include/asm/mach-generic/
Dspaces.h26 # define PHYS_OFFSET ((unsigned long)PFN_PHYS(ARCH_PFN_OFFSET)) macro
28 # define PHYS_OFFSET _AC(0, UL) macro
/linux-5.19.10/arch/hexagon/include/asm/
Dmem-layout.h31 #define PHYS_OFFSET __phys_offset macro
35 #define PHYS_OFFSET 0 macro
/linux-5.19.10/arch/mips/include/asm/mach-ip28/
Dspaces.h14 #define PHYS_OFFSET _AC(0x20000000, UL) macro
/linux-5.19.10/arch/mips/include/asm/mach-pic32/
Dspaces.h10 #define PHYS_OFFSET _AC(0x08000000, UL) macro
/linux-5.19.10/arch/mips/include/asm/mach-ip22/
Dspaces.h13 #define PHYS_OFFSET _AC(0x08000000, UL) macro
/linux-5.19.10/arch/mips/include/asm/mach-ar7/
Dspaces.h18 #define PHYS_OFFSET _AC(0x14000000, UL) macro
/linux-5.19.10/arch/mips/include/asm/mach-ip30/
Dspaces.h12 #define PHYS_OFFSET _AC(0x20000000, UL) macro
/linux-5.19.10/arch/mips/include/asm/mach-malta/
Dspaces.h37 #define PHYS_OFFSET _AC(0x80000000, UL) macro
/linux-5.19.10/arch/xtensa/include/asm/
Dpage.h29 #define PHYS_OFFSET XCHAL_KSEG_PADDR macro
34 #define PHYS_OFFSET _AC(CONFIG_DEFAULT_MEM_START, UL) macro
/linux-5.19.10/arch/arm/include/asm/
Dmemory.h193 #define PHYS_OFFSET ((phys_addr_t)__pv_phys_pfn_offset << PAGE_SHIFT) macro
276 #define PHYS_OFFSET PLAT_PHYS_OFFSET macro
/linux-5.19.10/arch/loongarch/include/asm/
Daddrspace.h22 #define PHYS_OFFSET _AC(0, UL) macro
/linux-5.19.10/arch/nios2/include/asm/
Dpage.h39 #define PHYS_OFFSET CONFIG_NIOS2_MEM_BASE macro
/linux-5.19.10/Documentation/admin-guide/kdump/
Dvmcoreinfo.rst467 PHYS_OFFSET section in ARM64
/linux-5.19.10/arch/arm64/include/asm/
Dmemory.h181 #define PHYS_OFFSET ({ VM_BUG_ON(memstart_addr & 1); memstart_addr; }) macro
/linux-5.19.10/arch/arm/
DKconfig275 config PHYS_OFFSET config