Home
last modified time | relevance | path

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

/qemu/target/microblaze/
H A Dop_helper.c33 int atomic = ctrl & STREAM_ATOMIC; in helper_put()
50 int atomic = ctrl & STREAM_ATOMIC; in helper_get()
H A Dcpu.h229 #define STREAM_ATOMIC (1 << 1) macro