Searched refs:CACHEOP (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | hw_breakpoint_constraints.c | 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 D | align.c | 349 if (op.type != CACHEOP + DCBZ) in fix_alignment()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | sstep.h | 39 CACHEOP, enumerator
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | emulate_loadstore.c | 345 case CACHEOP: in kvmppc_emulate_loadstore()
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | sstep.c | 2236 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() 3603 case CACHEOP: in emulate_step()
|