Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dgen8_ppgtt.c240 unsigned int num_ptes; in __gen8_ppgtt_clear() local
250 num_ptes = count; in __gen8_ppgtt_clear()
252 GEM_BUG_ON(num_ptes % 16); in __gen8_ppgtt_clear()
254 num_ptes /= 16; in __gen8_ppgtt_clear()
261 num_ptes); in __gen8_ppgtt_clear()
/Linux-v6.1/drivers/iommu/
Dio-pgtable-arm-v7s.c636 int i, unmap_idx, num_entries, num_ptes; in arm_v7s_split_blk_unmap() local
642 num_ptes = ARM_V7S_PTES_PER_LVL(2, cfg); in arm_v7s_split_blk_unmap()
650 for (i = 0; i < num_ptes; i += num_entries, pte += size) { in arm_v7s_split_blk_unmap()