Home
last modified time | relevance | path

Searched refs:__pv_phys_offset (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/arm/kernel/
Dhead.S478 add r7, r7, r3 @ adjust __pv_phys_offset address
479 str r8, [r7] @ save computed PHYS_OFFSET to __pv_phys_offset
497 2: .long __pv_phys_offset
567 ldr r2, 2f @ get address of __pv_phys_offset
577 2: .long __pv_phys_offset
580 .globl __pv_phys_offset
581 .type __pv_phys_offset, %object
582 __pv_phys_offset: label
584 .size __pv_phys_offset, . - __pv_phys_offset
Darmksyms.c169 EXPORT_SYMBOL(__pv_phys_offset);
/linux-2.6.39/arch/arm/include/asm/
Dmemory.h165 extern unsigned long __pv_phys_offset;
166 #define PHYS_OFFSET __pv_phys_offset