Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dmem-layout.h31 #define PHYS_OFFSET __phys_offset macro
35 #define PHYS_OFFSET 0 macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip28/
H A Dspaces.h14 #define PHYS_OFFSET _AC(0x20000000, UL) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip22/
H A Dspaces.h13 #define PHYS_OFFSET _AC(0x08000000, UL) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-pic32/
H A Dspaces.h10 #define PHYS_OFFSET _AC(0x08000000, UL) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ip30/
H A Dspaces.h12 #define PHYS_OFFSET _AC(0x20000000, UL) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ar7/
H A Dspaces.h18 #define PHYS_OFFSET _AC(0x14000000, UL) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-malta/
H A Dspaces.h37 #define PHYS_OFFSET _AC(0x80000000, UL) macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpage.h29 #define PHYS_OFFSET XCHAL_KSEG_PADDR macro
34 #define PHYS_OFFSET _AC(CONFIG_DEFAULT_MEM_START, UL) macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/mach-generic/
H A Dspaces.h17 #define PHYS_OFFSET _AC(0, UL) macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dmemory.h15 #define PHYS_OFFSET (0x0) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dmemory.h188 #define PHYS_OFFSET ((phys_addr_t)__pv_phys_pfn_offset << PAGE_SHIFT) macro
249 #define PHYS_OFFSET PLAT_PHYS_OFFSET macro
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpage.h39 #define PHYS_OFFSET CONFIG_NIOS2_MEM_BASE macro
/OK3568_Linux_fs/kernel/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst461 PHYS_OFFSET section in ARM64
/OK3568_Linux_fs/kernel/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi.c889 #define PHYS_OFFSET 0 macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmemory.h172 #define PHYS_OFFSET ({ VM_BUG_ON(memstart_addr & 1); memstart_addr; }) macro
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c31 #define PHYS_OFFSET 0 macro
/OK3568_Linux_fs/kernel/arch/arm/
H A DKconfig269 config PHYS_OFFSET config