Home
last modified time | relevance | path

Searched refs:NUM_LV2ENTRIES (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/
H A Dexynos-iommu.c106 #define NUM_LV2ENTRIES (SECT_SIZE / SPAGE_SIZE) macro
115 return (iova >> SPAGE_ORDER) & (NUM_LV2ENTRIES - 1); in lv2ent_offset()
119 #define LV2TABLE_SIZE (NUM_LV2ENTRIES * sizeof(sysmmu_pte_t))
942 *pgcounter = NUM_LV2ENTRIES; in alloc_lv2entry()
991 if (*pgcnt != NUM_LV2ENTRIES) { in lv1set_section()
/kernel/linux/linux-6.6/drivers/iommu/
H A Dexynos-iommu.c104 #define NUM_LV2ENTRIES (SECT_SIZE / SPAGE_SIZE) macro
113 return (iova >> SPAGE_ORDER) & (NUM_LV2ENTRIES - 1); in lv2ent_offset()
117 #define LV2TABLE_SIZE (NUM_LV2ENTRIES * sizeof(sysmmu_pte_t))
1084 *pgcounter = NUM_LV2ENTRIES; in alloc_lv2entry()
1133 if (*pgcnt != NUM_LV2ENTRIES) { in lv1set_section()

Completed in 5 milliseconds