Searched refs:CACHEOP (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/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() 156 if (*type == CACHEOP) { in wp_get_instr_detail()
|
| H A D | align.c | 345 if (op.type != CACHEOP + DCBZ) in fix_alignment()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | sstep.h | 40 CACHEOP, enumerator
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | sstep.c | 2083 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr() 2088 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr() 2093 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 2099 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 2105 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr() 2110 op->type = MKOP(CACHEOP, DCBZ, 0); in analyse_instr() 3413 case CACHEOP: in emulate_step()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | emulate_loadstore.c | 344 case CACHEOP: in kvmppc_emulate_loadstore()
|