Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c90 #define PTC_ROOT_SIZE sizeof (uintptr_t) macro
385 ASSERT(UINT32_MAX / PTC_ROOT_SIZE > num); in genasm_gencache()
390 coff = num * PTC_ROOT_SIZE; in genasm_gencache()
405 ASSERT(UINT32_MAX / PTC_ROOT_SIZE > num); in genasm_lastcache()
409 coff = num * PTC_ROOT_SIZE; in genasm_lastcache()
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c89 #define PTC_ROOT_SIZE sizeof (uintptr_t) macro
376 ASSERT(256 / PTC_ROOT_SIZE > num); in genasm_gencache()
381 coff = num * PTC_ROOT_SIZE; in genasm_gencache()
395 ASSERT(256 / PTC_ROOT_SIZE > num); in genasm_lastcache()
399 addr = num * PTC_ROOT_SIZE; in genasm_lastcache()