1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright 2015, Cyril Bur, IBM Corp.
8 /* POS MUST BE 16 ALIGNED! */
9 #define PUSH_VMX(pos,reg) \
35 /* POS MUST BE 16 ALIGNED! */
36 #define POP_VMX(pos,reg) \
63 * Careful this will 'clobber' vmx (by design)
64 * Don't call this from C