Searched refs:tbegin (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/tm/ |
H A D | tm-syscall-asm.S | 7 tbegin. 18 tbegin. 37 tbegin. 51 tbegin.
|
H A D | tm-signal.S | 61 tbegin.
|
/openbmc/linux/Documentation/powerpc/ |
H A D | transactional_memory.rst | 24 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 D | signal.S | 23 tbegin.
|
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | mactest.c | 1216 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 D | opcodes.txt | 862 e560 tbegin SIL_RDU
|
/openbmc/qemu/target/ppc/ |
H A D | helper.h | 824 DEF_HELPER_1(tbegin, void, env)
|
H A D | translate.c | 6101 GEN_HANDLER2_E(tbegin, "tbegin", 0x1F, 0x0E, 0x14, 0x01DFF800, \
|