Searched refs:umem_genasm (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libumem/sparc/
H A Dumem_genasm.c40 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) function
/illumos-gate/usr/src/lib/libumem/
H A DMakefile.com71 umem_genasm.o
75 $(ISASRCDIR)/umem_genasm.c
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_base.h147 * umem_genasm.c: private interfaces
150 extern int umem_genasm(int *, umem_cache_t **, int);
H A Dumem.c470 * set by each architecture in $ARCH/umem_genasm.c to indicate whether or not
475 * In umem_genasm.c, each architecture's implementation implements a single
476 * function called umem_genasm() that is responsible for generating the
494 * When umem_genasm() is called, it goes through and generates new malloc() and
496 * jump. Once both have been successfully generated, umem_genasm() nops over the
500 * 8.3 umem_genasm()
503 * umem_genasm() is currently implemented for i386 and amd64. This section
506 * ptcfree, see the individual umem_genasm.c files. The layout consists of the
588 * or UMEM_DEBUG has been turned on then we will never call into umem_genasm;
3221 umem_ptc_enabled = umem_genasm(umem_alloc_size
[all...]
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c540 umem_genasm(int *alloc_sizes, umem_cache_t **caches, int ncaches) function
/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c550 umem_genasm(int *cp, umem_cache_t **caches, int nc) function

Completed in 89 milliseconds