Home
last modified time | relevance | path

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

/linux/drivers/iommu/generic_pt/
H A Dpt_fmt_defaults.h136 #ifndef pt_has_system_page_size
137 static inline bool pt_has_system_page_size(const struct pt_common *common) in pt_has_system_page_size() function
H A Dpt_common.h184 static inline bool pt_has_system_page_size(const struct pt_common *common);
H A Diommu_pt.h923 if (pt_has_system_page_size(common) && len == PAGE_SIZE) { in map_range()