Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
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()
A Dalign.c349 if (op.type != CACHEOP + DCBZ) in fix_alignment()
/arch/powerpc/include/asm/
A Dsstep.h39 CACHEOP, enumerator
/arch/powerpc/kvm/
A Demulate_loadstore.c346 case CACHEOP: in kvmppc_emulate_loadstore()
/arch/powerpc/lib/
A Dsstep.c2236 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
2241 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
2246 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2252 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2258 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2263 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
3602 case CACHEOP: in emulate_step()

Completed in 15 milliseconds