Searched refs:base_ptr (Results 1 – 6 of 6) sorted by relevance
521 unsigned char *base_ptr; in _sodium_malloc() local538 if ((base_ptr = _alloc_aligned(total_size)) == NULL) { in _sodium_malloc()541 unprotected_ptr = base_ptr + page_size * 2U; in _sodium_malloc()542 _mprotect_noaccess(base_ptr + page_size, page_size); in _sodium_malloc()553 _mprotect_readonly(base_ptr, page_size); in _sodium_malloc()593 unsigned char *base_ptr; in sodium_free() local604 base_ptr = unprotected_ptr - page_size * 2U; in sodium_free()607 _mprotect_readwrite(base_ptr, total_size); in sodium_free()618 _free_aligned(base_ptr, total_size); in sodium_free()635 unsigned char *base_ptr; in _sodium_mprotect() local[all …]
443 void *base_ptr; in al_udma_ring_print() local454 base_ptr = queue->desc_base_ptr; in al_udma_ring_print()456 if (base_ptr) in al_udma_ring_print()463 base_ptr = queue->cdesc_base_ptr; in al_udma_ring_print()465 if (base_ptr) in al_udma_ring_print()474 uint32_t *curr_addr = (void*)((uintptr_t)base_ptr + i * desc_size); in al_udma_ring_print()
1297 uint8_t *base_ptr, *end_ptr; in mana_gd_write_sgl() local1300 base_ptr = wq->queue_mem_ptr; in mana_gd_write_sgl()1301 end_ptr = base_ptr + wq->queue_size; in mana_gd_write_sgl()1307 wqe_ptr = base_ptr; in mana_gd_write_sgl()
968 const uint8_t *base_ptr = m_start; in Copy() local970 dest_data.SetData(DataBufferSP(new DataBufferHeap(base_ptr, data_size))); in Copy()
390 #define TO_SERVER_REQUEST(base_ptr) \ argument392 (((char*)(base_ptr) - evutil_offsetof(struct server_request, base))))