Searched refs:PHYSICAL_OFFSET (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sh/kernel/
H A Dvmlinux.lds.S21 . = PAGE_OFFSET + MEMORY_OFFSET + PHYSICAL_OFFSET + CONFIG_ZERO_PAGE_OFFSET;
/linux-master/arch/sh/include/asm/
H A Dpage.h99 * PHYSICAL_OFFSET is the offset in physical memory where the base
103 #define PHYSICAL_OFFSET (CONFIG_PHYSICAL_START - __MEMORY_START) macro
105 #define PHYSICAL_OFFSET 0 macro
/linux-master/arch/sh/mm/
H A Dinit.c248 u32 zero_base = (u32)__MEMORY_START + (u32)PHYSICAL_OFFSET;

Completed in 136 milliseconds