Home
last modified time | relevance | path

Searched hist:"40 dc9dc3" (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/misc/
H A Dmips_itu.c40dc9dc3 Fri Mar 25 13:49:33 GMT 2016 Leon Alrae <leon.alrae@imgtec.com> hw/mips: implement ITC Storage - P/V Sync and Try Views

P/V Synchronized and Try Views can be used to access Semaphore cells.
Load returns current value and post-decrements the value in the cell
(until it reaches zero). Stores increment the value (until it saturates
at 0xFFFF).

P/V Synchronized View causes the issuing thread to block on read if value
is 0. P/V Try View does not block the thread, it returns 0 in this case.

Cell's Empty and Full bits are not modified.

Trap bit (i.e. Gating Storage exceptions) not implemented.

Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>