Searched refs:cache_op (Results 1 – 5 of 5) sorted by relevance
634 SET(cache_op),787 MAYBE_DISABLE_HOOK(cache_op); in disable_hooks()
1115 static int cache_op(enum x86emul_cache_op op, enum x86_segment seg, in cache_op() function1239 .cache_op = cache_op,
508 int (*cache_op)( member
6234 fail_if(!ops->cache_op); in x86_emulate()6235 if ( (rc = ops->cache_op(b == 0x09 ? !repe_prefix() || in x86_emulate()8261 fail_if(!ops->cache_op); in x86_emulate()8262 if ( (rc = ops->cache_op(x86emul_clwb, ea.mem.seg, ea.mem.off, in x86_emulate()8279 fail_if(!ops->cache_op); in x86_emulate()8280 if ( (rc = ops->cache_op(vex.pfx ? x86emul_clflushopt in x86_emulate()
2580 .cache_op = hvmemul_cache_op,2607 .cache_op = hvmemul_cache_op_discard,
Completed in 31 milliseconds