Searched refs:ABS_ADDR (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dhead_64.S166 std r24,(ABS_ADDR(__secondary_hold_acknowledge, first_256B))(0)
170 100: ld r12,(ABS_ADDR(__secondary_hold_spinloop, first_256B))(0)
677 lis r5,(ABS_ADDR(copy_to_here, text))@ha
678 addi r5,r5,(ABS_ADDR(copy_to_here, text))@l
684 addis r8,r3,(ABS_ADDR(4f, text))@ha
685 addi r12,r8,(ABS_ADDR(4f, text))@l
697 addis r8,r26,(ABS_ADDR(p_end, text))@ha
698 ld r8,(ABS_ADDR(p_end, text))@l(r8)
H A Dexceptions-64s.S82 ori reg,reg,(ABS_ADDR(label, section))@l
90 ori reg,reg,(ABS_ADDR(label, section))@l; \
91 addis reg,reg,(ABS_ADDR(label, section))@h
757 ((ABS_ADDR(1f, real_vectors) & 0x00ff) << 24) | \
758 ((ABS_ADDR(1f, real_vectors) & 0xff00) << 8)
/linux-master/arch/powerpc/include/asm/
H A Dhead-64.h71 * the ABS_ADDR calculation). See kernel/vmlinux.lds.S and tools/head_check.sh
157 * - ABS_ADDR is used to find the absolute address of any symbol, from within
168 #define ABS_ADDR(label, sname) (label - start_ ## sname + sname ## _start) macro

Completed in 282 milliseconds