Searched refs:fault_type (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/s390/mm/ |
D | fault.c | 53 enum fault_type { enum 112 static inline enum fault_type get_fault_type(struct pt_regs *regs) in get_fault_type() 411 enum fault_type type; in do_exception()
|
/Linux-v4.19/drivers/iommu/ |
D | dmar.c | 1513 static const char *dmar_get_fault_reason(u8 fault_reason, int *fault_type) in dmar_get_fault_reason() argument 1517 *fault_type = INTR_REMAP; in dmar_get_fault_reason() 1520 *fault_type = DMA_REMAP; in dmar_get_fault_reason() 1523 *fault_type = UNKNOWN; in dmar_get_fault_reason() 1597 int fault_type; in dmar_fault_do_one() local 1599 reason = dmar_get_fault_reason(fault_reason, &fault_type); in dmar_fault_do_one() 1601 if (fault_type == INTR_REMAP) in dmar_fault_do_one()
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | xmon.c | 2049 static int fault_type; variable 2058 fault_type = 0; in handle_fault() 2062 fault_type = 1; in handle_fault() 2065 fault_type = 2; in handle_fault() 2179 printf("%s", fault_chars[fault_type]); in memex() 2315 printf("%s", fault_chars[fault_type]); in xmon_rawdump() 2706 printf("%s", fault_chars[fault_type]); in prdump() 2746 const char *x = fault_chars[fault_type]; in generic_inst_dump()
|
/Linux-v4.19/mm/ |
D | shmem.c | 127 struct vm_fault *vmf, vm_fault_t *fault_type); 1624 vm_fault_t *fault_type) in shmem_getpage_gfp() argument 1685 if (fault_type) { in shmem_getpage_gfp() 1686 *fault_type |= VM_FAULT_MAJOR; in shmem_getpage_gfp() 1758 *fault_type = handle_userfault(vmf, VM_UFFD_MISSING); in shmem_getpage_gfp()
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_receiver.c | 1536 const int fault_type) in drbd_submit_peer_request() argument 1622 drbd_generic_make_request(device, fault_type, bio); in drbd_submit_peer_request() 2717 unsigned int fault_type; in receive_DataRequest() local 2781 fault_type = DRBD_FAULT_DT_RD; in receive_DataRequest() 2795 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest() 2802 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest() 2851 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest() 2904 fault_type) == 0) in receive_DataRequest()
|
D | drbd_int.h | 1623 int fault_type, struct bio *bio) in drbd_generic_make_request() argument 1633 if (drbd_insert_fault(device, fault_type)) in drbd_generic_make_request()
|
/Linux-v4.19/Documentation/filesystems/ |
D | f2fs.txt | 160 fault_type=%d Support configuring fault injection type, should be
|