Home
last modified time | relevance | path

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

/system/core/trusty/utils/coverage-controller/
Dcontroller.cpp32 #define WRITE_ONCE(x, val) (*((volatile __typeof__(val) *) &(x)) = (val)) macro
55 WRITE_ONCE(control->cntrl_flags, FLAG_NONE); in run()
63 WRITE_ONCE(control->read_buffer_cnt, counters[index]); in run()
68 WRITE_ONCE(control->cntrl_flags, flags); in run()