unicorn/qemu/util
Emilio G. Cota 8e58c67968
util: add cacheinfo
Add helpers to gather cache info from the host at init-time.

For now, only export the host's I/D cache line sizes, which we
will use to improve cache locality to avoid false sharing.

Backports commit b255b2c8a5484742606e8760870ba3e14d0c9605 from qemu
2018-03-03 16:58:28 -05:00
..
bitmap.c bitmap: add bitmap_copy_and_clear_atomic 2018-03-02 18:59:11 -05:00
bitops.c
cacheinfo.c util: add cacheinfo 2018-03-03 16:58:28 -05:00
crc32c.c
cutils.c util/cutils: Change qemu_strtosz*() from int64_t to uint64_t 2018-03-02 08:58:55 -05:00
error.c
getauxval.c
host-utils.c
log.c
Makefile.objs util: add cacheinfo 2018-03-03 16:58:28 -05:00
mmap-alloc.c util/mmap-alloc: refactor a little bit for readability 2018-03-01 23:55:15 -05:00
module.c
oslib-posix.c
oslib-win32.c
qemu-error.c
qemu-thread-posix.c
qemu-thread-win32.c
qemu-timer-common.c
range.c