Lines Matching defs:cache
1079 u32 cache, op_inst, op, base;
1099 cache = op_inst & CacheOp_Cache;
1104 kvm_debug("CACHE (cache: %#x, op: %#x, base[%d]: %#lx, offset: %#x\n",
1105 cache, op, base, arch->gprs[base], offset);
1107 /* Secondary or tirtiary cache ops ignored */
1108 if (cache != Cache_I && cache != Cache_D)
1127 /* So far, other platforms support guest hit cache ops */
1133 kvm_err("@ %#lx/%#lx CACHE (cache: %#x, op: %#x, base[%d]: %#lx, offset: %#x\n",
1134 curr_pc, vcpu->arch.gprs[31], cache, op, base, arch->gprs[base],