Home
last modified time | relevance | path

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

/qemu/target/microblaze/
H A Dop_helper.c36 int exception = ctrl & STREAM_EXCEPTION; in helper_put()
53 int exception = ctrl & STREAM_EXCEPTION; in helper_get()
H A Dcpu.h228 #define STREAM_EXCEPTION (1 << 0) macro