Home
last modified time | relevance | path

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

/qemu/target/microblaze/
H A Dop_helper.c35 int nonblock = ctrl & STREAM_NONBLOCK; in helper_put()
52 int nonblock = ctrl & STREAM_NONBLOCK; in helper_get()
H A Dcpu.h232 #define STREAM_NONBLOCK (1 << 4) macro