Home
last modified time | relevance | path

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

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

Completed in 23 milliseconds