Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Dpt_iter.h175 static inline void pt_next_entry(struct pt_state *pts) in pt_next_entry() function
194 for (_pt_iter_first(pts); _pt_iter_load(pts); pt_next_entry(pts))
H A Diommu_pt.h490 for (; _pt_iter_load(&pts); pt_next_entry(&pts)) { in clear_contig()