Home
last modified time | relevance | path

Searched refs:xa_untag_pointer (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst46 一个带有标签的条目,xa_untag_pointer()将一个有标签的条目转回一个无标签的指针,
/linux/lib/
H A Dtest_hmm.c376 page = xa_untag_pointer(entry); in dmirror_do_read()
442 page = xa_untag_pointer(entry); in dmirror_do_write()
/linux/drivers/iommu/
H A Diommu.c593 return xa_untag_pointer(entry); in pasid_array_entry_to_domain()
594 return ((struct iommu_attach_handle *)xa_untag_pointer(entry))->domain; in pasid_array_entry_to_domain()
3704 handle = xa_untag_pointer(entry); in iommu_attach_handle_get()
/linux/include/linux/
H A Dxarray.h116 static inline void *xa_untag_pointer(void *entry) in xa_untag_pointer() function