Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/kernel/
Dhead.S549 add r7, r7, r3 @ adjust __pv_phys_offset address
550 str r8, [r7] @ save computed PHYS_OFFSET to __pv_phys_offset
563 2: .long __pv_phys_offset
603 ldr r2, 2f @ get address of __pv_phys_offset
613 2: .long __pv_phys_offset
616 .globl __pv_phys_offset
617 .type __pv_phys_offset, %object
618 __pv_phys_offset: label
620 .size __pv_phys_offset, . - __pv_phys_offset
Darmksyms.c162 EXPORT_SYMBOL(__pv_phys_offset);
/linux-3.4.99/arch/arm/include/asm/
Dmemory.h160 extern unsigned long __pv_phys_offset;
161 #define PHYS_OFFSET __pv_phys_offset