Searched refs:CACHEOP (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/kernel/ |
A 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()
|
A D | align.c | 349 if (op.type != CACHEOP + DCBZ) in fix_alignment()
|
/linux/arch/powerpc/include/asm/ |
A D | sstep.h | 39 CACHEOP, enumerator
|
/linux/arch/powerpc/kvm/ |
A D | emulate_loadstore.c | 344 case CACHEOP: in kvmppc_emulate_loadstore()
|
/linux/arch/powerpc/lib/ |
A D | sstep.c | 2243 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr() 2248 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr() 2253 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 2259 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 2265 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr() 2270 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr() 3607 case CACHEOP: in emulate_step()
|
Completed in 15 milliseconds