Home
last modified time | relevance | path

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

/optee_os/core/kernel/
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/out/arm/export-ta_arm32/include/
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()
A Dcompiler.h244 #define __compiler_compare_and_swap(p, oval, nval) \ argument
/optee_os/out/arm/export-ta_arm64/include/
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()
A Dcompiler.h244 #define __compiler_compare_and_swap(p, oval, nval) \ argument
/optee_os/lib/libutils/ext/include/
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()
A Dcompiler.h244 #define __compiler_compare_and_swap(p, oval, nval) \ argument
/optee_os/out/arm/export-ta_arm32/host_include/
A Dcompiler.h244 #define __compiler_compare_and_swap(p, oval, nval) \ argument
/optee_os/out/arm/export-ta_arm64/host_include/
A Dcompiler.h244 #define __compiler_compare_and_swap(p, oval, nval) \ argument
/optee_os/core/crypto/
A Drng_fortuna.c270 unsigned int oval = atomic_load_uint(pnum); in get_next_pnum() local

Completed in 15 milliseconds