Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
H A Dinit_32.c59 long long virt_phys_offset; variable
60 EXPORT_SYMBOL(virt_phys_offset);
/linux/arch/powerpc/include/asm/
H A Dpage.h92 extern long long virt_phys_offset;
105 #define VIRT_PHYS_OFFSET virt_phys_offset
/linux/arch/powerpc/mm/nohash/
H A De500.c325 virt_phys_offset = PAGE_OFFSET - memstart_addr; in relocate_init()
349 virt_phys_offset = base - start; in relocate_init()
/linux/arch/powerpc/kernel/
H A Dhead_44x.S166 lis r3,virt_phys_offset@ha
167 la r3,virt_phys_offset@l(r3)