Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dgen8_ppgtt.c269 unsigned int num_ptes; in __gen8_ppgtt_clear() local
279 num_ptes = count; in __gen8_ppgtt_clear()
281 GEM_BUG_ON(num_ptes % 16); in __gen8_ppgtt_clear()
283 num_ptes /= 16; in __gen8_ppgtt_clear()
290 num_ptes); in __gen8_ppgtt_clear()
/openbmc/linux/drivers/iommu/
H A Dio-pgtable-arm-v7s.c629 int i, unmap_idx, num_entries, num_ptes; in arm_v7s_split_blk_unmap() local
635 num_ptes = ARM_V7S_PTES_PER_LVL(2, cfg); in arm_v7s_split_blk_unmap()
643 for (i = 0; i < num_ptes; i += num_entries, pte += size) { in arm_v7s_split_blk_unmap()