Home
last modified time | relevance | path

Searched refs:CACHEOP (Results 1 – 5 of 5) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c67 if ((OP_IS_STORE(type) || type == CACHEOP) && !(info->type & HW_BRK_TYPE_WRITE)) in check_dawrx_constraints()
152 if (*type == CACHEOP) { in wp_get_instr_detail()
H A Dalign.c349 if (op.type != CACHEOP + DCBZ) in fix_alignment()
/linux/arch/powerpc/include/asm/
H A Dsstep.h39 CACHEOP, enumerator
/linux/arch/powerpc/kvm/
H A Demulate_loadstore.c346 case CACHEOP: in kvmppc_emulate_loadstore()
/linux/arch/powerpc/lib/
H A Dsstep.c2240 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
2245 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
2250 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2256 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2262 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2267 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
3606 case CACHEOP: in emulate_step()