Searched defs:PHYS_OFFSET (Results 1 - 5 of 5) sorted by relevance

/arch/mips/include/asm/mach-ar7/
H A Dspaces.h18 #define PHYS_OFFSET 0x14000000UL macro
/arch/mips/include/asm/mach-ip28/
H A Dspaces.h18 #define PHYS_OFFSET _AC(0x20000000, UL) macro
/arch/mips/include/asm/mach-generic/
H A Dspaces.h18 #ifndef PHYS_OFFSET
19 #define PHYS_OFFSET _AC(0, UL) macro
82 #define PAGE_OFFSET (CAC_BASE + PHYS_OFFSET)
/arch/unicore32/include/mach/
H A Dmemory.h18 #define PHYS_OFFSET UL(0x00000000) macro
43 #define PCI_DMA_THRESHOLD (PHYS_OFFSET + SZ_128M - 1)
/arch/arm/include/asm/
H A Dmemory.h101 #ifndef PHYS_OFFSET
102 #define PHYS_OFFSET UL(CONFIG_DRAM_BASE) macro
110 #define PAGE_OFFSET (PHYS_OFFSET)
117 #define MODULES_VADDR (PHYS_OFFSET)
161 #define PHYS_OFFSET __pv_phys_offset macro
186 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET)
187 #define __phys_to_virt(x) ((x) - PHYS_OFFSET + PAGE_OFFSET)
191 #ifndef PHYS_OFFSET
193 #define PHYS_OFFSET PLAT_PHYS_OFFSET macro
195 #define PHYS_OFFSET U macro
[all...]

Completed in 8245 milliseconds