Searched refs:CACHEOP (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
D | sstep.h | 46 CACHEOP, enumerator
|
/linux-4.4.14/arch/powerpc/lib/ |
D | sstep.c | 1299 op->type = MKOP(CACHEOP, DCBST, 0); in analyse_instr() 1304 op->type = MKOP(CACHEOP, DCBF, 0); in analyse_instr() 1309 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 1315 op->type = MKOP(CACHEOP, DCBTST, 0); in analyse_instr() 1321 op->type = MKOP(CACHEOP, ICBI, 0); in analyse_instr() 1782 case CACHEOP: in emulate_step()
|