Searched refs:CACHEOP (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/arch/powerpc/kernel/ |
D | hw_breakpoint_constraints.c | 67 if ((OP_IS_STORE(type) || type == CACHEOP) && !(info->type & HW_BRK_TYPE_WRITE)) in check_dawrx_constraints() 147 if (*type == CACHEOP) { in wp_get_instr_detail()
|
D | align.c | 349 if (op.type != CACHEOP + DCBZ) in fix_alignment()
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | sstep.h | 39 CACHEOP, enumerator
|
/Linux-v6.1/arch/powerpc/kvm/ |
D | emulate_loadstore.c | 345 case CACHEOP: in kvmppc_emulate_loadstore()
|
/Linux-v6.1/arch/powerpc/lib/ |
D | sstep.c | 2230 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr() 2235 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr() 2240 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 2246 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 2252 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr() 2257 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr() 3596 case CACHEOP: in emulate_step()
|