Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Datomic_common.h102 #define atomic_load_8(p) __atomic_load_generic(p, int8_t, uint8_t, 8) macro
H A Datomic_san.h302 #define atomic_load_8 ATOMIC_SAN(load_8) macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Datomic.h257 #define atomic_load_8(p) (*(volatile uint8_t *)(p)) macro
/freebsd/sys/dev/ena/
H A Dena.c3155 if (likely(atomic_load_8(&rx_ring->first_interrupt))) in check_for_rx_interrupt_queue()
3227 if (unlikely(!atomic_load_8(&tx_ring->first_interrupt) && in check_missing_comp_in_tx_queue()
3277 cleanup_running = !!(atomic_load_8((&tx_ring->cleanup_running))); in check_missing_comp_in_tx_queue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1908 def atomic_load_8 :
/freebsd/sys/kern/
H A Dvfs_cache.c3863 type = atomic_load_8(&vp->v_type); in vn_fullpath_hardlink()