Home
last modified time | relevance | path

Searched refs:cvmx_zone (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-malloc.h144 struct cvmx_zone struct
154 typedef struct cvmx_zone * cvmx_zone_t; argument
H A Dcvmx-zone.c74 if (mem_size < sizeof(struct cvmx_zone) + elem_size * num_elem) in cvmx_zone_create_from_addr()
105 zone = (cvmx_zone_t)cvmx_malloc(arena_list, sizeof(struct cvmx_zone)); in cvmx_zone_create_from_arena()