Searched refs:fault_type (Results 1 – 5 of 5) sorted by relevance
345 u8 fault_type; in fault_report_show() local347 fault_type = (event->type < FAULT_TYPE_MAX) ? event->type : FAULT_TYPE_MAX; in fault_report_show()349 devlink_fmsg_string_pair_put(fmsg, "Fault type", type_str[fault_type]); in fault_report_show()
1814 static const char *dmar_get_fault_reason(u8 fault_reason, int *fault_type) in dmar_get_fault_reason() argument 1818 *fault_type = INTR_REMAP; in dmar_get_fault_reason() 1822 *fault_type = DMA_REMAP; in dmar_get_fault_reason() 1825 *fault_type = DMA_REMAP; in dmar_get_fault_reason() 1828 *fault_type = UNKNOWN; in dmar_get_fault_reason() 1892 int fault_type; in dmar_fault_do_one() local 1894 reason = dmar_get_fault_reason(fault_reason, &fault_type); in dmar_fault_do_one() 1896 if (fault_type == INTR_REMAP) { in dmar_fault_do_one()
197 * @fault_type: type of fault reported205 u8 fault_type; member
635 e->fault_type = FIELD_GET(XE_PAGEFAULT_TYPE_MASK, in xe_vm_add_fault_entry_pf() 4101 static u8 xe_to_user_fault_type(u8 fault_type)4103 return fault_type; in xe_to_user_fault_type() 4135 fault_entry.fault_type = xe_to_user_fault_type(entry->fault_type); in fill_faults() 4102 xe_to_user_fault_type(u8 fault_type) xe_to_user_fault_type() argument
1491 int fault_type, struct bio *bio) in drbd_submit_bio_noacct() 1501 if (drbd_insert_fault(device, fault_type)) in drbd_submit_bio_noacct() 1489 drbd_submit_bio_noacct(struct drbd_device * device,int fault_type,struct bio * bio) drbd_submit_bio_noacct() argument