Searched refs:addr_aligned (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_alloc.cpp | 1932 kmp_uintptr_t addr_aligned; // Aligned address to return to caller. in ___kmp_allocate_align() local 1958 addr_aligned = in ___kmp_allocate_align() 1960 addr_descr = addr_aligned - sizeof(kmp_mem_descr_t); in ___kmp_allocate_align() 1962 descr.ptr_aligned = (void *)addr_aligned; in ___kmp_allocate_align() 1971 KMP_DEBUG_ASSERT(addr_descr + sizeof(kmp_mem_descr_t) == addr_aligned); in ___kmp_allocate_align() 1972 KMP_DEBUG_ASSERT(addr_aligned + descr.size_aligned <= in ___kmp_allocate_align() 1974 KMP_DEBUG_ASSERT(addr_aligned % alignment == 0); in ___kmp_allocate_align() 2027 kmp_uintptr_t addr_aligned; // Aligned address passed by caller. in ___kmp_free() local 2042 addr_aligned = (kmp_uintptr_t)descr.ptr_aligned; in ___kmp_free() 2043 KMP_DEBUG_ASSERT(addr_aligned % CACHE_LINE == 0); in ___kmp_free() [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_rx.c | 939 struct hal_rx_reo_queue *addr_aligned; in ath12k_dp_rx_peer_tid_setup() local 1014 addr_aligned = PTR_ALIGN(vaddr, HAL_LINK_DESC_ALIGN); in ath12k_dp_rx_peer_tid_setup() 1016 ath12k_hal_reo_qdesc_setup(addr_aligned, tid, ba_win_sz, in ath12k_dp_rx_peer_tid_setup() 1019 paddr = dma_map_single(ab->dev, addr_aligned, hw_desc_sz, in ath12k_dp_rx_peer_tid_setup()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | dp_rx.c | 1003 u32 *addr_aligned; in ath11k_peer_rx_tid_setup() local 1058 addr_aligned = PTR_ALIGN(vaddr, HAL_LINK_DESC_ALIGN); in ath11k_peer_rx_tid_setup() 1060 ath11k_hal_reo_qdesc_setup(addr_aligned, tid, ba_win_sz, in ath11k_peer_rx_tid_setup() 1063 paddr = dma_map_single(ab->dev, addr_aligned, hw_desc_sz, in ath11k_peer_rx_tid_setup()
|