Home
last modified time | relevance | path

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

/optee_os/core/drivers/rstctrl/
H A Drstctrl.c37 WRITE_ONCE(rstctrl->exclusive, false); in rstctrl_put_exclusive()
/optee_os/core/include/
H A Dio.h23 #define WRITE_ONCE(p, v) __compiler_atomic_store(&(p), (v)) macro