// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2015, Michael Neuling, IBM Corp. * * Original: Michael Neuling 4/12/2013 * Edited: Rashmica Gupta 4/12/2015 * * See if the altivec state is leaked out of an aborted transaction due to * kernel vmx copy loops. * * When the transaction aborts, VSR values should rollback to the values * they held before the transaction commenced. Using VSRs while transaction * is suspended should not affect the checkpointed values. * * (1) write A to a VSR * (2) start transaction * (3) suspend transaction * (4) change the VSR to B * (5) trigger kernel vmx copy loop * (6) abort transaction * (7) check that the VSR value is A
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.