Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c188 static const uint8_t inicache[] = { variable
369 bcopy(inicache, bp, sizeof (inicache)); in genasm_firstcache()
376 return (sizeof (inicache)); in genasm_firstcache()
466 total += sizeof (inicache) + sizeof (gencache) * (nents - 2); in genasm_malloc()
515 total += sizeof (inicache) + sizeof (gencache) * (nents - 2); in genasm_free()
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c182 static const uint8_t inicache[] = { variable
360 bcopy(inicache, bp, sizeof (inicache)); in genasm_firstcache()
367 return (sizeof (inicache)); in genasm_firstcache()
456 total += sizeof (inicache) + sizeof (gencache) * (nents - 2); in genasm_malloc()
505 total += sizeof (inicache) + sizeof (gencache) * (nents - 2); in genasm_free()