Searched refs:xa_untag_pointer (Results 1 – 5 of 5) sorted by relevance
46 一个带有标签的条目,xa_untag_pointer()将一个有标签的条目转回一个无标签的指针,
374 page = xa_untag_pointer(entry); in dmirror_do_read()440 page = xa_untag_pointer(entry); in dmirror_do_write()
549 return xa_untag_pointer(entry); in pasid_array_entry_to_domain()550 return ((struct iommu_attach_handle *)xa_untag_pointer(entry))->domain; in pasid_array_entry_to_domain()3658 handle = xa_untag_pointer(entry); in iommu_attach_handle_get()
116 static inline void *xa_untag_pointer(void *entry) in xa_untag_pointer() function
41 call xa_tag_pointer() to create an entry with a tag, xa_untag_pointer()