Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/idxd/
Dcdev.c42 struct idxd_user_context { struct
56 static void idxd_xa_pasid_remove(struct idxd_user_context *ctx); argument
58 static inline struct idxd_user_context *dev_to_uctx(struct device *dev) in dev_to_uctx()
62 return container_of(idxd_dev, struct idxd_user_context, idxd_dev); in dev_to_uctx()
67 struct idxd_user_context *ctx = dev_to_uctx(dev); in cr_faults_show()
76 struct idxd_user_context *ctx = dev_to_uctx(dev); in cr_fault_failures_show()
84 struct idxd_user_context *ctx = dev_to_uctx(dev); in pid_show()
100 struct idxd_user_context *ctx = dev_to_uctx(dev); in cdev_file_attr_visible()
121 struct idxd_user_context *ctx = dev_to_uctx(dev); in idxd_file_dev_release()
191 static void idxd_xa_pasid_remove(struct idxd_user_context *ctx) in idxd_xa_pasid_remove()
[all …]