Searched refs:ABS_ADDR (Results 1 – 3 of 3) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | head_64.S | 159 std r24,(ABS_ADDR(__secondary_hold_acknowledge))(0) 167 100: ld r12,(ABS_ADDR(__secondary_hold_spinloop))(r26) 652 lis r5,(ABS_ADDR(copy_to_here))@ha 653 addi r5,r5,(ABS_ADDR(copy_to_here))@l 659 addis r8,r3,(ABS_ADDR(4f))@ha 660 addi r12,r8,(ABS_ADDR(4f))@l 672 addis r8,r26,(ABS_ADDR(p_end))@ha 673 ld r8,(ABS_ADDR(p_end))@l(r8)
|
A D | exceptions-64s.S | 81 ori reg,reg,(ABS_ADDR(label))@l 89 ori reg,reg,(ABS_ADDR(label))@l; \ 90 addis reg,reg,(ABS_ADDR(label))@h
|
/linux/arch/powerpc/include/asm/ |
A D | head-64.h | 170 #define ABS_ADDR(label) (label - fs_label + fs_start) macro
|
Completed in 8 milliseconds