Home
last modified time | relevance | path

Searched refs:IMMU_ROUNDUP (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/i86pc/io/
H A Dimmu.c167 mrng.mrng_npages = IMMU_ROUNDUP(mp->ml_size) / IMMU_PAGESIZE; in map_bios_rsvd_mem()
H A Dimmu_dmar.c1038 IMMU_ROUNDUP((uintptr_t)rmrr->rm_limit - in immu_dmar_rmrr_map()
H A Dimmu_dvma.c2860 npages = (IMMU_ROUNDUP(size) / IMMU_PAGESIZE) + 1; in immu_dvma_physmem_update()
/titanic_44/usr/src/uts/i86pc/sys/
H A Dimmu.h71 #define IMMU_ROUNDUP(size) (((size) + IMMU_PAGEOFFSET) & ~IMMU_PAGEOFFSET) macro