Home
last modified time | relevance | path

Searched refs:__phys_offset (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/hexagon/include/asm/
H A Dmem-layout.h29 extern unsigned long __phys_offset;
31 #define PHYS_OFFSET __phys_offset
/openbmc/linux/arch/hexagon/kernel/
H A Dhead.S202 r0.l = #LO(__phys_offset);
203 r0.h = #HI(__phys_offset);
H A Dhexagon_ksyms.c25 EXPORT_SYMBOL(__phys_offset);
/openbmc/linux/arch/hexagon/mm/
H A Dinit.c24 unsigned long __phys_offset; /* physical kernel offset >> 12 */ variable