Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dsstep.c2083 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()
2133 op->type = MKOP(LARX, 0, 4); in analyse_instr()
2137 op->type = MKOP(STCX, 0, 4); in analyse_instr()
2142 op->type = MKOP(LARX, 0, 8); in analyse_instr()
2146 op->type = MKOP(STCX, 0, 8); in analyse_instr()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dsstep.h106 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) macro