Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dio-pgtable-dart.c40 #define DART_GRANULE(d) \ macro
43 (DART_GRANULE(d) >> ilog2(sizeof(dart_iopte)))
237 size_t tblsz = DART_GRANULE(data); in dart_map_pages()
416 data->pgd[i] = __dart_alloc_pages(DART_GRANULE(data), GFP_KERNEL); in apple_dart_alloc_pgtable()
427 get_order(DART_GRANULE(data))); in apple_dart_alloc_pgtable()
436 int order = get_order(DART_GRANULE(data)); in apple_dart_free_pgtable()
442 end = (void *)ptep + DART_GRANULE(data); in apple_dart_free_pgtable()