Home
last modified time | relevance | path

Searched defs:oval (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/kernel/
H A Drefcount.c13 unsigned int oval = atomic_load_uint(&r->val); in refcount_inc() local
34 unsigned int oval = atomic_load_uint(&r->val); in refcount_dec() local
/optee_os/lib/libutils/ext/include/
H A Datomic.h15 static inline bool atomic_cas_uint(unsigned int *p, unsigned int *oval, in atomic_cas_uint()
21 static inline bool atomic_cas_u32(uint32_t *p, uint32_t *oval, uint32_t nval) in atomic_cas_u32()
H A Dcompiler.h273 __compiler_compare_and_swap(p,oval,nval) global() argument
/optee_os/core/crypto/
H A Drng_fortuna.c270 unsigned int oval = atomic_load_uint(pnum); in get_next_pnum() local