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

/netbsd-current/sys/arch/powerpc/booke/
H A Dbooke_cache.c44 enum cache_op { OP_DCBF, OP_DCBST, OP_DCBI, OP_DCBZ, OP_DCBA, OP_ICBI }; enumerator in enum:cache_op
97 case OP_DCBST: dcbst(va, i); break;
111 cache_op(va, PAGE_SIZE, curcpu()->ci_ci.dcache_line_size, OP_DCBST);
144 cache_op(va, len, curcpu()->ci_ci.dcache_line_size, OP_DCBST);

Completed in 63 milliseconds