Searched defs:align (Results 1 - 25 of 28) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/src/malloc/
H A Daligned_alloc.c5 void *aligned_alloc(size_t align, size_t len) argument
H A Dposix_memalign.c6 int posix_memalign(void **res, size_t align, size_t len) argument
H A Dlite_malloc.c15 size_t align=1, pad; local
H A Dmemalign.c10 void *__memalign(size_t align, size_t len) argument
/seL4-camkes-master/projects/projects_libs/libusbdrivers/src/
H A Dservices.h67 ps_dma_alloc_pinned(ps_dma_man_t * dma_man, size_t size, int align, int cache, ps_mem_flags_t flags, uintptr_t * paddr) argument
/seL4-camkes-master/tools/rumprun/lib/librumprun_base/
H A Dmalloc.c34 posix_memalign(void **rv, size_t align, size_t nbytes) argument
/seL4-camkes-master/projects/musllibc/src/network/
H A Dgethostbyname2_r.c18 size_t align, need; local
H A Dgetservbyname_r.c16 int cnt, proto, align; local
/seL4-camkes-master/tools/rumprun/platform/hw/pci/
H A Drumpdma.c38 rumpcomp_pci_dmalloc(size_t size, size_t align, argument
/seL4-camkes-master/tools/rumprun/platform/xen/pci/
H A Drumphyper_dma.c39 rumpcomp_pci_dmalloc(size_t size, size_t align, argument
/seL4-camkes-master/projects/projects_libs/libsdhcdrivers/src/
H A Dservices.h44 static inline void *ps_dma_alloc_pinned(ps_dma_man_t *dma_man, size_t size, int align, int cache, ps_mem_flags_t flags, argument
/seL4-camkes-master/tools/rumprun/platform/sel4/pci/
H A Drumpdma.c40 int rumpcomp_pci_dmalloc(size_t size, size_t align, argument
/seL4-camkes-master/projects/seL4_libs/libsel4utils/src/
H A Diommu_dma.c146 static void *dma_alloc(void *cookie, size_t size, int align, int cached, ps_mem_flags_t flags) argument
H A Dpage_dma.c66 static void *dma_alloc(void *cookie, size_t size, int align, int cached, ps_mem_flags_t flags) argument
/seL4-camkes-master/projects/util_libs/libcpio/src/
H A Dcpio.c27 static unsigned long align_up(unsigned long n, unsigned long align) argument
/seL4-camkes-master/projects/util_libs/libethdrivers/include/ethdrivers/virtio/
H A Dvirtio_ring.h143 static inline unsigned vring_size(unsigned int num, unsigned long align) argument
133 vring_init(struct vring *vr, unsigned int num, void *p, unsigned long align) argument
/seL4-camkes-master/projects/musllibc/src/internal/
H A Dlibc.h17 size_t len, size, align, offset; member in struct:tls_module
/seL4-camkes-master/projects/picotcp/stack/
H A Dpico_frame.c81 unsigned int align = size % sizeof(uint32_t); local
137 unsigned int align; local
/seL4-camkes-master/projects/projects_libs/libmsgpack/msgpack-c/include/msgpack/detail/
H A Dcpp11_zone.hpp238 inline void* zone::allocate_align(size_t size, size_t align) argument
[all...]
H A Dcpp03_zone.hpp247 inline void* zone::allocate_align(size_t size, size_t align) argument
[all...]
/seL4-camkes-master/tools/rumprun/lib/libbmk_core/
H A Dpgalloc.c352 satisfies_p(int i, unsigned long align) argument
374 bmk_pgalloc_align(int order, unsigned long align) argument
[all...]
H A Dmemalloc.c160 bmk_memalloc(unsigned long nbytes, unsigned long align, enum bmk_memwho who) argument
410 unsigned int size1, size2, align; local
[all...]
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/src/drivers/
H A Dvirtio_net.c88 static void *malloc_dma_alloc(void *cookie, size_t size, int align, int cached, ps_mem_flags_t flags) argument
/seL4-camkes-master/projects/camkes-tool/libsel4camkes/src/
H A Ddma.c501 static void *alloc(size_t size, int align, bool cached) argument
602 void *camkes_dma_alloc(size_t size, int align, bool cached) argument
743 dma_alloc(void *cookie UNUSED, size_t size, int align, int cached, ps_mem_flags_t flags UNUSED) argument
[all...]
/seL4-camkes-master/projects/sel4runtime/src/
H A Denv.c72 sel4runtime_size_t align; member in struct:__anon6::__anon8
415 static const sel4runtime_size_t tls_region_size(sel4runtime_size_t mem_size, sel4runtime_size_t align) argument
[all...]

Completed in 115 milliseconds

12