Home
last modified time | relevance | path

Searched refs:CACHEOP (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c64 * cause a match. i.e. if type is CACHEOP, the instruction in check_dawrx_constraints()
67 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()
H A Dalign.c345 if (op.type != CACHEOP + DCBZ) in fix_alignment()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c64 * cause a match. i.e. if type is CACHEOP, the instruction in check_dawrx_constraints()
67 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()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dsstep.h40 CACHEOP, enumerator
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dsstep.h39 CACHEOP, enumerator
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Demulate_loadstore.c344 case CACHEOP: in kvmppc_emulate_loadstore()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H A Demulate_loadstore.c345 case CACHEOP: in kvmppc_emulate_loadstore()
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dsstep.c2093 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr()
2098 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr()
2103 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2109 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr()
2115 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr()
2120 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr()
3423 case CACHEOP: in emulate_step()
/kernel/linux/linux-6.6/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()
3607 case CACHEOP: in emulate_step()

Completed in 10 milliseconds