Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsmr_types.h63 (__typeof((p)->__ptr))atomic_load_acq_ptr( \
H A Datomic_common.h136 ((__typeof(*p)) atomic_load_acq_ptr((const volatile uintptr_t *)p))
H A Datomic_san.h270 #define atomic_load_acq_ptr ATOMIC_SAN(load_acq_ptr) macro
272 ((__typeof(*x))atomic_load_acq_ptr((const volatile uintptr_t *)(x)))
/freebsd/sys/x86/x86/
H A Dcpu_machdep.c908 hp = (struct nmi_handler *)atomic_load_acq_ptr( in nmi_register_handler()
919 hp = (struct nmi_handler *)atomic_load_acq_ptr( in nmi_register_handler()
936 hp = (struct nmi_handler *)atomic_load_acq_ptr( in nmi_remove_handler()
946 hp = (struct nmi_handler *)atomic_load_acq_ptr( in nmi_remove_handler()
968 hp = (struct nmi_handler *)atomic_load_acq_ptr( in nmi_handle_intr()
981 hp = (struct nmi_handler *)atomic_load_acq_ptr( in nmi_handle_intr()
H A Dstack_machdep.c141 while (atomic_load_acq_ptr((void *)&stack_intr_td) == in stack_save_td()
/freebsd/lib/libsys/x86/
H A D__vdso_gettc.c417 map = (volatile char *)atomic_load_acq_ptr( in __vdso_gettc()
421 map = (volatile char *)atomic_load_acq_ptr( in __vdso_gettc()
/freebsd/sys/dev/random/fenestrasX/
H A Dfx_main.c157 rng = (void *)atomic_load_acq_ptr((uintptr_t *)pcpu_brng_p); in _fxrng_alg_read()
/freebsd/sys/dev/dpaa/
H A Dbman_portals.c134 p = atomic_load_acq_ptr((uintptr_t *)&sc->sc_dp[cpu].dp_ph); in bman_portal_setup()
H A Dqman_portals.c139 p = atomic_load_acq_ptr((uintptr_t *)&sc->sc_dp[cpu].dp_ph); in qman_portal_setup()
/freebsd/tools/uma/smrstress/
H A Dsmrstress.c85 cur = (void *)atomic_load_acq_ptr(&smrs_current); in smrs_read()
/freebsd/sys/powerpc/include/
H A Datomic.h533 #define atomic_load_acq_ptr atomic_load_acq_long in ATOMIC_STORE_LOAD() macro
550 #define atomic_load_acq_ptr atomic_load_acq_int
/freebsd/sys/amd64/include/
H A Datomic.h581 #define atomic_load_acq_ptr atomic_load_acq_long macro
/freebsd/sys/riscv/include/
H A Datomic.h604 #define atomic_load_acq_ptr atomic_load_acq_64 macro
/freebsd/sys/kern/
H A Dkern_mutex.c1297 while (atomic_load_acq_ptr(&m->mtx_lock) != MTX_UNOWNED) { in mtx_spin_wait_unlocked()
1322 v = atomic_load_acq_ptr(&m->mtx_lock); in mtx_wait_unlocked()
H A Dkern_rangelock.c378 return ((struct rl_q_entry *)atomic_load_acq_ptr((uintptr_t *)p)); in rl_q_load()
H A Dsubr_smp.c1050 atomic_load_acq_ptr((void *)pcpu->pc_curthread); in quiesce_all_critical()
H A Dsys_generic.c1863 if (atomic_load_acq_ptr((uintptr_t *)&sfp->sf_si) != (uintptr_t)NULL) { in selfdfree()
/freebsd/sys/arm64/include/
H A Datomic.h628 #define atomic_load_acq_ptr atomic_load_acq_64 macro
/freebsd/sys/i386/include/
H A Datomic.h835 #define atomic_load_acq_ptr(p) \ macro
/freebsd/sys/amd64/amd64/
H A Dsys_machdep.c495 ldt = (void *)atomic_load_acq_ptr((uintptr_t *)&orig->p_md.md_ldt); in set_user_ldt_rv()
/freebsd/sys/arm/include/
H A Datomic.h1076 #define atomic_load_acq_ptr atomic_load_acq_32 macro
/freebsd/sys/x86/iommu/
H A Diommu_utils.c480 atomic_load_acq_ptr((uintptr_t *)&head->tlb_flush_next); in iommu_qi_drain_tlb_flush()
/freebsd/sys/riscv/vmm/
H A Dvmm.c328 atomic_load_acq_ptr((uintptr_t *)&vm->vcpu[vcpuid]); in vm_alloc_vcpu()
/freebsd/sys/arm64/vmm/
H A Dvmm.c450 atomic_load_acq_ptr((uintptr_t *)&vm->vcpu[vcpuid]); in vm_alloc_vcpu()
/freebsd/sys/amd64/vmm/
H A Dvmm.c544 atomic_load_acq_ptr((uintptr_t *)&vm->vcpu[vcpuid]); in vm_alloc_vcpu()