Searched defs:atomic_load_acq_32 (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/powerpc/include/
H A Datomic.h524 #define atomic_load_acq_32 atomic_load_acq_int macro
/freebsd-current/sys/arm/include/
H A Datomic.h617 atomic_load_acq_32(volatile uint32_t *p) function
/freebsd-current/sys/riscv/include/
H A Datomic.h287 atomic_load_acq_32(volatile uint32_t *p) function
/freebsd-current/sys/amd64/include/
H A Datomic.h528 #define atomic_load_acq_32 atomic_load_acq_int macro
/freebsd-current/sys/i386/include/
H A Datomic.h789 #define atomic_load_acq_32 atomic_load_acq_int macro
/freebsd-current/sys/sys/
H A Datomic_san.h359 #define atomic_load_acq_32 ATOMIC_SAN(load_acq_32) macro

Completed in 141 milliseconds