Establishes a limited- or unlimited-length protected store stream which fetches from either incremental (forward) or decremental (backward) memory addresses. The stream is protected from being replaced by any hardware detected streams.
void _protected_store_stream_set (unsigned int direction, const void* addr, unsigned int stream_ID );
void _protected_unlimited_store_stream_set (unsigned int direction, const void* addr, unsigned int stream_ID);
Valid only when -qarch is set to target POWER6 and POWER7 processors.