Home
last modified time | relevance | path

Searched refs:tbegin (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall-asm.S7 tbegin.
18 tbegin.
37 tbegin.
51 tbegin.
H A Dtm-signal.S61 tbegin.
/openbmc/linux/Documentation/powerpc/
H A Dtransactional_memory.rst24 tbegin
46 The 'tbegin' instruction denotes the start point, and 'tend' the end point.
59 state will roll back to that at the 'tbegin', and control will continue from
60 'tbegin+4'. The branch to abort_handler will be taken this second time; the
105 arisen at 'tbegin+4'.
153 the stack. It's possible that the stack has moved back up after the tbegin.
154 The obvious case here is when the tbegin is called inside a function that
158 stack pointer will be back at the tbegin but our in memory stack won't be valid
165 because of the treclaim, so any memory written between the tbegin and the
/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsignal.S23 tbegin.
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmactest.c1216 int td, rd, tbegin, rbegin, tend, rend; in test_start() local
1292 tbegin = p_eng->io.tx_delay_scan.begin; in test_start()
1300 for (td = tbegin; td <= tend; td += tstep) { in test_start()
/openbmc/linux/arch/s390/tools/
H A Dopcodes.txt862 e560 tbegin SIL_RDU
/openbmc/qemu/target/ppc/
H A Dhelper.h824 DEF_HELPER_1(tbegin, void, env)
H A Dtranslate.c6101 GEN_HANDLER2_E(tbegin, "tbegin", 0x1F, 0x0E, 0x14, 0x01DFF800, \