Home
last modified time | relevance | path

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

/drivers/misc/ocxl/
Dlink.c41 struct pe_data { struct
74 struct pe_data pe_data; member
152 rc = copro_handle_mm_fault(fault->pe_data.mm, fault->dar, fault->dsisr, in xsl_fault_handler_bh()
156 if (fault->pe_data.xsl_err_cb) { in xsl_fault_handler_bh()
157 fault->pe_data.xsl_err_cb( in xsl_fault_handler_bh()
158 fault->pe_data.xsl_err_data, in xsl_fault_handler_bh()
179 hash_page_mm(fault->pe_data.mm, fault->dar, access, 0x300, in xsl_fault_handler_bh()
185 mmput(fault->pe_data.mm); in xsl_fault_handler_bh()
194 struct pe_data *pe_data; in xsl_fault_handler() local
219 pe_data = radix_tree_lookup(&spa->pe_tree, pe_handle); in xsl_fault_handler()
[all …]