1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2017 Cavium, Inc
13 * CPU context registers
20 /* Callee Saved Generic Registers */
33 * Callee Saved SIMD Registers. Only the bottom 64-bits
34 * of these registers needs to be saved.
48 ctx_switch(struct ctx *new_ctx, struct ctx *curr_ctx);
55 #endif /* RTE_CTX_H_ */