Searched refs:fault_type (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/s390/mm/ |
D | fault.c | 53 enum fault_type { enum 73 static enum fault_type get_fault_type(struct pt_regs *regs) in get_fault_type() 391 enum fault_type type; in do_exception()
|
/Linux-v5.4/drivers/iommu/ |
D | dmar.c | 1591 static const char *dmar_get_fault_reason(u8 fault_reason, int *fault_type) in dmar_get_fault_reason() argument 1595 *fault_type = INTR_REMAP; in dmar_get_fault_reason() 1599 *fault_type = DMA_REMAP; in dmar_get_fault_reason() 1602 *fault_type = DMA_REMAP; in dmar_get_fault_reason() 1605 *fault_type = UNKNOWN; in dmar_get_fault_reason() 1680 int fault_type; in dmar_fault_do_one() local 1682 reason = dmar_get_fault_reason(fault_reason, &fault_type); in dmar_fault_do_one() 1684 if (fault_type == INTR_REMAP) in dmar_fault_do_one()
|
/Linux-v5.4/arch/powerpc/xmon/ |
D | xmon.c | 2075 static int fault_type; variable 2084 fault_type = 0; in handle_fault() 2088 fault_type = 1; in handle_fault() 2091 fault_type = 2; in handle_fault() 2205 printf("%s", fault_chars[fault_type]); in memex() 2341 printf("%s", fault_chars[fault_type]); in xmon_rawdump() 2764 printf("%s", fault_chars[fault_type]); in prdump() 2804 const char *x = fault_chars[fault_type]; in generic_inst_dump()
|
/Linux-v5.4/mm/ |
D | shmem.c | 145 vm_fault_t *fault_type); 149 struct vm_fault *vmf, vm_fault_t *fault_type); 1629 vm_fault_t *fault_type) in shmem_swapin_page() argument 1647 if (fault_type) { in shmem_swapin_page() 1648 *fault_type |= VM_FAULT_MAJOR; in shmem_swapin_page() 1743 vm_fault_t *fault_type) in shmem_getpage_gfp() argument 1773 sgp, gfp, vma, fault_type); in shmem_getpage_gfp() 1803 *fault_type = handle_userfault(vmf, VM_UFFD_MISSING); in shmem_getpage_gfp()
|
/Linux-v5.4/drivers/block/drbd/ |
D | drbd_receiver.c | 1639 const int fault_type) in drbd_submit_peer_request() argument 1725 drbd_generic_make_request(device, fault_type, bio); in drbd_submit_peer_request() 2844 unsigned int fault_type; in receive_DataRequest() local 2908 fault_type = DRBD_FAULT_DT_RD; in receive_DataRequest() 2922 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest() 2929 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest() 2978 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest() 3031 fault_type) == 0) in receive_DataRequest()
|
D | drbd_int.h | 1608 int fault_type, struct bio *bio) in drbd_generic_make_request() argument 1618 if (drbd_insert_fault(device, fault_type)) in drbd_generic_make_request()
|
/Linux-v5.4/Documentation/filesystems/ |
D | f2fs.txt | 167 fault_type=%d Support configuring fault injection type, should be
|