Home
last modified time | relevance | path

Searched refs:toc (Results 1 – 25 of 25) sorted by relevance

/arch/powerpc/kernel/
Dswsusp_asm64.S88 ld r11,swsusp_save_area_ptr@toc(r2)
135 ld r11,swsusp_save_area_ptr@toc(r2)
149 ld r12,restore_pblist_ptr@toc(r2)
191 ld r11,swsusp_save_area_ptr@toc(r2)
269 ld r11,swsusp_save_area_ptr@toc(r2)
Dmisc_64.S82 ld r10,PPC64_CACHES@toc(r2)
130 ld r10,PPC64_CACHES@toc(r2)
158 ld r10,PPC64_CACHES@toc(r2)
186 ld r10,PPC64_CACHES@toc(r2)
226 ld r7,PPC64_CACHES@toc(r2)
Dvmlinux.lds.S296 arch/powerpc/kernel/prom_init.o*(.toc .got)
300 *(.toc)
Dentry_64.S111 ld r11,exception_marker@toc(r2)
171 ld r11,SYS_CALL_TABLE@toc(2)
1291 addis r3,r2,function_trace_op@toc@ha
1292 addi r3,r3,function_trace_op@toc@l
Dvector.S164 lfd fr,name@toc(r2)
Dprocess.c1632 unsigned long toc; in start_thread() local
1641 __get_user(toc, (unsigned long __user *)start+1); in start_thread()
1648 toc += load_addr; in start_thread()
1650 regs->gpr[2] = toc; in start_thread()
Dkprobes.c511 regs->gpr[2] = (unsigned long)(((func_descr_t *)jp->entry)->toc); in setjmp_pre_handler()
Dmodule_64.c797 mod->arch.toc = my_r2(sechdrs, mod); in module_finalize_ftrace()
Dsignal_64.c832 err |= get_user(regs->gpr[2], &funct_desc_ptr->toc); in handle_rt_signal64()
Dexceptions-64s.S1591 ld r11,exception_marker@toc(r2)
Dexceptions-64e.S401 ld r12,exception_marker@toc(r2); \
/arch/powerpc/include/asm/
Dtypes.h32 unsigned long toc; member
Dmodule.h44 unsigned long toc; member
Dexception-64s.h408 ld r11,exception_marker@toc(r2); \
/arch/powerpc/boot/
DzImage.lds.S76 *(.toc)
/arch/powerpc/crypto/
Dcrc32c-vpmsum_asm.S941 addis r3,r2,.byteswap_constant@toc@ha
942 addi r3,r3,.byteswap_constant@toc@l
978 addis r3,r2,.constants@toc@ha
979 addi r3,r3,.constants@toc@l
1332 addis r3,r2,.barrett_constants@toc@ha
1333 addi r3,r3,.barrett_constants@toc@l
1415 addis r3,r2,.short_constants@toc@ha
1416 addi r3,r3,.short_constants@toc@l
/arch/s390/kernel/vdso64/
Dvdso64.lds.S46 .got ALIGN(8) : { *(.got .toc) }
/arch/s390/kernel/vdso32/
Dvdso32.lds.S46 .got ALIGN(8) : { *(.got .toc) }
/arch/powerpc/kernel/vdso64/
Dvdso64.lds.S64 .got ALIGN(8) : { *(.got .toc) }
/arch/powerpc/
DMakefile67 KBUILD_CFLAGS_MODULE += $(call cc-option,-mno-save-toc-indirect)
114 export NO_MINIMAL_TOC := -mno-minimal-toc
127 CFLAGS-$(CONFIG_PPC64) += $(call cc-option,-mcmodel=medium,$(call cc-option,-mminimal-toc))
/arch/powerpc/lib/
Dcopypage_64.S28 ld r10,PPC64_CACHES@toc(r2)
Dstring_64.S156 ld r5,PPC64_CACHES@toc(r2)
/arch/powerpc/platforms/pseries/
DhvCall.S94 ld r12,hcall_tracepoint_refcount@toc(r2); \
/arch/powerpc/platforms/powernv/
Dopal-wrappers.S42 ld r12,opal_tracepoint_refcount@toc(r2); \
/arch/powerpc/xmon/
Dxmon.c1796 unsigned long sp, toc; in super_regs() local
1798 asm("mr %0,2" : "=r" (toc) :); in super_regs()
1807 printf("toc = "REG" dar = "REG"\n", toc, mfspr(SPRN_DAR)); in super_regs()