Home
last modified time | relevance | path

Searched refs:wsr (Results 1 – 16 of 16) sorted by relevance

/linux/arch/xtensa/variants/csp/include/variant/
H A Dtie-asm.h158 wsr.ACCLO \at1 // MAC16 option
160 wsr.ACCHI \at1 // MAC16 option
170 wsr.BR \at1 // boolean option
172 wsr.SCOMPARE1 \at1 // conditional store option
174 wsr.M0 \at1 // MAC16 option
176 wsr.M1 \at1 // MAC16 option
178 wsr.M2 \at1 // MAC16 option
180 wsr.M3 \at1 // MAC16 option
/linux/arch/xtensa/variants/dc232b/include/variant/
H A Dtie-asm.h84 wsr \at1, ACCLO // MAC16 accumulator
85 wsr \at2, ACCHI
92 wsr \at1, M0 // MAC16 registers
93 wsr \at2, M1
96 wsr \at1, M2
97 wsr \at2, M3
103 wsr \at1, SCOMPARE1 // conditional store option
/linux/arch/xtensa/variants/de212/include/variant/
H A Dtie-asm.h136 wsr.ACCLO \at1 // MAC16 option
138 wsr.ACCHI \at1 // MAC16 option
148 wsr.SCOMPARE1 \at1 // conditional store option
150 wsr.M0 \at1 // MAC16 option
152 wsr.M1 \at1 // MAC16 option
154 wsr.M2 \at1 // MAC16 option
156 wsr.M3 \at1 // MAC16 option
/linux/arch/xtensa/variants/dc233c/include/variant/
H A Dtie-asm.h157 wsr \at1, ACCLO // MAC16 option
159 wsr \at1, ACCHI // MAC16 option
169 wsr \at1, M0 // MAC16 option
171 wsr \at1, M1 // MAC16 option
173 wsr \at1, M2 // MAC16 option
175 wsr \at1, M3 // MAC16 option
177 wsr \at1, SCOMPARE1 // conditional store option
/linux/arch/xtensa/kernel/
H A Dentry.S138 wsr a2, depc # terminate user stack trace with 0
236 wsr a3, windowstart # set corresponding WINDOWSTART bit
237 wsr a2, windowbase # and WINDOWSTART
579 wsr abi_tmp0, scompare1
581 wsr abi_saved1, ps /* disable interrupts */
593 wsr a1, depc # use DEPC as temp storage
594 wsr a3, windowstart # restore WINDOWSTART
743 wsr a2, epc1
744 wsr a3, sar
750 wsr a2, lbeg
[all …]
H A Dvectors.S75 wsr a2, depc # save a2
102 wsr a2, depc # save a2
261 wsr a2, depc # save stack pointer temporarily
264 wsr a0, windowbase
313 wsr a0, excsave1
407 wsr a0, depc # replace the saved a0
416 wsr a0, depc # replace the saved a0
456 wsr a2, depc
539 wsr a2, depc
642 wsr a0, excsave2
[all …]
H A Dmxhead.S43 wsr a1, windowstart
44 wsr a0, windowbase
49 wsr a1, ps
H A Dalign.S369 wsr a0, sar
456 wsr a4, lcount
459 1: wsr a7, epc1 # skip emulated instruction
467 wsr a4, icount
485 wsr a0, sar
548 wsr a3, excsave1
556 wsr a4, sar
557 wsr a0, depc # restore depc and a0
H A Dcoprocessor.S184 wsr a0, cpenable
261 wsr a0, sar
/linux/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S47 wsr a0, windowbase
50 wsr a0, windowstart
54 wsr a0, ps
/linux/arch/xtensa/variants/test_kc705_be/include/variant/
H A Dtie-asm.h158 wsr.ACCLO \at1 // MAC16 option
160 wsr.ACCHI \at1 // MAC16 option
170 wsr.BR \at1 // boolean option
172 wsr.SCOMPARE1 \at1 // conditional store option
174 wsr.M0 \at1 // MAC16 option
176 wsr.M1 \at1 // MAC16 option
178 wsr.M2 \at1 // MAC16 option
180 wsr.M3 \at1 // MAC16 option
/linux/arch/xtensa/variants/test_kc705_hifi/include/variant/
H A Dtie-asm.h159 wsr.ACCLO \at1 // MAC16 option
161 wsr.ACCHI \at1 // MAC16 option
171 wsr.M0 \at1 // MAC16 option
173 wsr.M1 \at1 // MAC16 option
175 wsr.M2 \at1 // MAC16 option
177 wsr.M3 \at1 // MAC16 option
179 wsr.BR \at1 // boolean option
181 wsr.SCOMPARE1 \at1 // conditional store option
/linux/arch/xtensa/include/asm/
H A Dinitialize_mmu.h57 wsr a3, atomctl
122 wsr a6, ITLBCFG
123 wsr a6, DTLBCFG
171 wsr a0, ptevaddr
/linux/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S57 wsr a4, ps
63 wsr a4, windowstart
67 wsr a4, ps
/linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/
H A Dtie-asm.h68 wsr \at1, BR // boolean option
74 wsr \at1, SCOMPARE1 // conditional store option
/linux/drivers/dma/
H A Dimx-dma.c117 u16 wsr; member
505 (imxdma->slots_2d[i].wsr != d->w))) in imxdma_xfer_desc()
515 imxdma->slots_2d[slot].wsr = d->w; in imxdma_xfer_desc()