| Updated: October 28, 2024 |
Data cache operations
#include <qvm/utils.h>
enum qvm_dcache_op {
QDO_NONE = 0x00,
QDO_INVAL = 0x01,
QDO_FLUSH = 0x02,
QDO_QUERY_PRIV = 0x04
};
No-op
Invalidate the data cache
Flush the data cache
Query what privilege level is required for an operation
These flags define data cache operations. Multiple flags can be OR'ed together.