Searched refs:map_len (Results 1 – 1 of 1) sorted by relevance
| /kernel/dev/iommu/intel/ |
| A D | device_context.cpp | 260 size_t map_len = chunk_size / PAGE_SIZE; in SecondLevelMapDiscontiguous() local 262 status = second_level_pt_.MapPages(base, paddrs, map_len, flags, &mapped); in SecondLevelMapDiscontiguous() 266 ASSERT(mapped == map_len); in SecondLevelMapDiscontiguous() 324 size_t map_len = size / PAGE_SIZE; in SecondLevelMapContiguous() local 326 status = second_level_pt_.MapPagesContiguous(region->base, paddr, map_len, flags, &mapped); in SecondLevelMapContiguous() 330 ASSERT(mapped == map_len); in SecondLevelMapContiguous() 333 *mapped_len = map_len * PAGE_SIZE; in SecondLevelMapContiguous() 364 size_t map_len = size / PAGE_SIZE; in SecondLevelMapIdentity() local 366 status = second_level_pt_.MapPagesContiguous(base, base, map_len, flags, &mapped); in SecondLevelMapIdentity() 370 ASSERT(mapped == map_len); in SecondLevelMapIdentity()
|
Completed in 4 milliseconds