Home
last modified time | relevance | path

Searched refs:CACHEOP (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dsstep.h46 CACHEOP, enumerator
/linux-4.4.14/arch/powerpc/lib/
Dsstep.c1299 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()