Lines Matching defs:cache
2148 /* Carefully attempt the cache operation */
2188 u32 cache, op_inst, op, base;
2209 cache = op_inst & CacheOp_Cache;
2214 kvm_debug("CACHE (cache: %#x, op: %#x, base[%d]: %#lx, offset: %#x\n",
2215 cache, op, base, arch->gprs[base], offset);
2223 kvm_debug("@ %#lx/%#lx CACHE (cache: %#x, op: %#x, base[%d]: %#lx, offset: %#x\n",
2224 vcpu->arch.pc, vcpu->arch.gprs[31], cache, op, base,
2227 if (cache == Cache_D) {
2241 } else if (cache == Cache_I) {
2267 /* XXXKYMA: Only a subset of cache ops are supported, used by Linux */
2300 kvm_err("NO-OP CACHE (cache: %#x, op: %#x, base[%d]: %#lx, offset: %#x\n",
2301 cache, op, base, arch->gprs[base], offset);