Searched refs:CACHEOP (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/include/asm/ |
D | sstep.h | 46 CACHEOP, enumerator
|
/arch/powerpc/lib/ |
D | sstep.c | 1314 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr() 1319 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr() 1324 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 1330 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 1336 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr() 1797 case CACHEOP: in emulate_step()
|