Home
last modified time | relevance | path

Searched refs:stex (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/lib/
H A Dcopyuser_64.S42 .macro stex /* exception handler for store */ macro
111 stex; std r9,0(r3)
113 stex; std r8,8(r3)
118 stex; std r7,16(r3)
120 stex; std r6,24(r3)
125 stex; std r9,0(r3)
127 stex; std r8,8(r3)
138 stex; std r9,0(r3)
143 stex; stw r9,0(r3)
148 stex; st
[all...]
/linux/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_64.S42 .macro stex /* exception handler for store */ macro
111 stex; std r9,0(r3)
113 stex; std r8,8(r3)
118 stex; std r7,16(r3)
120 stex; std r6,24(r3)
125 stex; std r9,0(r3)
127 stex; std r8,8(r3)
138 stex; std r9,0(r3)
143 stex; stw r9,0(r3)
148 stex; st
[all...]
/linux/arch/csky/kernel/
H A Datomic.S38 stex a3, (a2)
/linux/drivers/scsi/
H A DMakefile128 obj-$(CONFIG_SCSI_STEX) += stex.o
H A DKconfig899 module will be called stex.
/linux/arch/csky/
H A DKconfig134 For SMP, CPU needs "ldex&stex" instructions for atomic operations.