Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/kernel/
Dhw_breakpoint_constraints.c67 if ((OP_IS_STORE(type) || type == CACHEOP) && !(info->type & HW_BRK_TYPE_WRITE)) in check_dawrx_constraints()
156 if (*type == CACHEOP) { in wp_get_instr_detail()
Dalign.c349 if (op.type != CACHEOP + DCBZ) in fix_alignment()
/Linux-v5.15/arch/powerpc/include/asm/
Dsstep.h39 CACHEOP, enumerator
/Linux-v5.15/arch/powerpc/kvm/
Demulate_loadstore.c344 case CACHEOP: in kvmppc_emulate_loadstore()
/Linux-v5.15/arch/powerpc/lib/
Dsstep.c2160 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
2165 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
2170 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2176 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2182 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2187 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
3524 case CACHEOP: in emulate_step()