Searched refs:ldc_map_slot (Results 1 – 2 of 2) sorted by relevance
133 struct ldc_map_slot { struct152 struct ldc_map_slot *lm_slot; argument
624 size = roundup(nentries * sizeof(struct ldc_map_slot), PAGE_SIZE); in ldc_map_alloc()652 lm->lm_slot = (struct ldc_map_slot *)va; in ldc_map_alloc()654 bzero(lm->lm_slot, nentries * sizeof(struct ldc_map_slot)); in ldc_map_alloc()678 size = lm->lm_nentries * sizeof(struct ldc_map_slot); in ldc_map_free()