Searched refs:TOC (Results 1 - 8 of 8) sorted by path

/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_handler.S87 /* Restore our TOC pointer using our entry point */ \
89 0: addis r2,r12,(.TOC.-0b)@ha; \
90 addi r2,r2,(.TOC.-0b)@l;
95 /* Restore our TOC pointer via our opd entry */ \
/linux-master/arch/powerpc/boot/
H A Dcrt0.S32 p_toc: .8byte .TOC. - p_base
146 /* Set r2 to the TOC. */
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h229 0: addis r2,r12,(.TOC.-0b)@ha; \
230 addi r2,r2,(.TOC.-0b)@l; \
248 .quad .TOC.@tocbase; \
297 * to reference other data (i.e. on ppc64 when the TOC pointer is not
398 * is not used for the TOC offset, so use @got(tocreg). If the interrupt
/linux-master/arch/powerpc/kernel/
H A Dhead_64.S335 /* Poison TOC */
535 /* Poison TOC */
554 /* Get TOC pointer (current runtime address) */
564 /* Get TOC pointer, virtual */
580 /* Get TOC pointer, non-virtual */
878 * zero the stack back-chain pointer and get the TOC virtual address
918 * This puts the TOC pointer into r2, offset by 0x8000 (as expected
923 * TOC in -mcmodel=medium mode. After we relocate to 0 but before
924 * the MMU is on we need our TOC to be a virtual address otherwise
944 p_toc: .8byte .TOC
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu_ucode_xfer_cz.h122 struct TOC { struct
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu8_smumgr.c333 struct TOC *toc = (struct TOC *)smu8_smu->toc_buffer.kaddr;
370 struct TOC *toc = (struct TOC *)smu8_smu->toc_buffer.kaddr;
409 struct TOC *toc = (struct TOC *)smu8_smu->toc_buffer.kaddr;
420 struct TOC *toc = (struct TOC *)smu8_smu->toc_buffer.kaddr;
438 struct TOC *toc = (struct TOC *)smu8_sm
[all...]
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h229 0: addis r2,r12,(.TOC.-0b)@ha; \
230 addi r2,r2,(.TOC.-0b)@l; \
248 .quad .TOC.@tocbase; \
297 * to reference other data (i.e. on ppc64 when the TOC pointer is not
398 * is not used for the TOC offset, so use @got(tocreg). If the interrupt
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A Dswitch_endian_test.S21 ld r15, pattern@TOC(%r2)

Completed in 248 milliseconds