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

/linux-master/arch/powerpc/lib/
H A Dsstep.c2240 op->type = MKOP(CACHEOP, DCBST, 0);
2245 op->type = MKOP(CACHEOP, DCBF, 0);
2250 op->type = MKOP(CACHEOP, DCBTST, 0);
2256 op->type = MKOP(CACHEOP, DCBTST, 0);
2262 op->type = MKOP(CACHEOP, ICBI, 0);
2267 op->type = MKOP(CACHEOP, DCBZ, 0);
2290 op->type = MKOP(LARX, 0, 4);
2294 op->type = MKOP(STCX, 0, 4);
2299 op->type = MKOP(LARX, 0, 1);
2303 op->type = MKOP(STC
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dsstep.h105 #define MKOP(t, f, s) ((t) | (f) | SIZE(s)) macro

Completed in 238 milliseconds