2 * Helper functions for guest memory tracing
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
19 * Return a value for the 'info' argument in guest memory access traces.
21 static uint8_t trace_mem_get_info(TCGMemOp op, bool store);
24 * trace_mem_build_info:
26 * Return a value for the 'info' argument in guest memory access traces.
28 static uint8_t trace_mem_build_info(TCGMemOp size, bool sign_extend,
29 TCGMemOp endianness, bool store);
32 #include "trace/mem-internal.h"
34 #endif /* TRACE__MEM_H */