Home
last modified time | relevance | path

Searched refs:windowstart (Results 1 – 11 of 11) sorted by relevance

/sof-3.4.0/src/arch/xtensa/hal/
Dwindowspill_asm.S129 rsr.windowstart a3
155 wsr.windowstart a2 // temporarily save rotated start bits
163 rsr.windowstart a2 // restore a2 (rotated start bits)
166 wsr.windowstart a2 // save rotated + justified window start bits,
186 rsr.windowstart a2 // restore a2 (rotated + justified window start bits)
292 wsr.windowstart a2 // and apply it
333 wsr.windowstart a2 // we've cleared only start bits of spilled windows
/sof-3.4.0/src/include/ipc/
Dxtensa.h54 uint32_t windowstart; member
/sof-3.4.0/src/arch/xtensa/xtos/
Dcrt0-app.S90 wsr.windowstart a2 // window start = 1
Dint-highpri-dispatcher.S205 rsr.windowstart a3
213 wsr.windowstart a3
433 wsr.windowstart a2
Dreset-vector.S549 wsr.windowstart a1
Dcore-restore.S97 wsr.windowstart a6
Dcore-save.S425 rsr.windowstart a5
/sof-3.4.0/src/arch/xtensa/xtos/xea2/
Dswitch_context.S56 wsr.windowstart a1
/sof-3.4.0/src/arch/xtensa/include/xtensa/
Dxtruntime-core-state.h61 STRUCT_FIELD (long,4,CS_SA_,windowstart)
/sof-3.4.0/src/arch/xtensa/debug/gdb/
Ddebugexception.S123 wsr a1, windowstart
/sof-3.4.0/tools/coredumper/
Dsof-coredump-reader.py613 binary = "{0:b}".format(self.windowstart)