fault_type       2123 arch/powerpc/xmon/xmon.c static int fault_type;
fault_type       2132 arch/powerpc/xmon/xmon.c 		fault_type = 0;
fault_type       2136 arch/powerpc/xmon/xmon.c 		fault_type = 1;
fault_type       2139 arch/powerpc/xmon/xmon.c 		fault_type = 2;
fault_type       2253 arch/powerpc/xmon/xmon.c 				printf("%s", fault_chars[fault_type]);
fault_type       2389 arch/powerpc/xmon/xmon.c 				printf("%s", fault_chars[fault_type]);
fault_type       2812 arch/powerpc/xmon/xmon.c 				printf("%s", fault_chars[fault_type]);
fault_type       2852 arch/powerpc/xmon/xmon.c 				const char *x = fault_chars[fault_type];
fault_type         73 arch/s390/mm/fault.c static enum fault_type get_fault_type(struct pt_regs *regs)
fault_type        391 arch/s390/mm/fault.c 	enum fault_type type;
fault_type       1608 drivers/block/drbd/drbd_int.h 					     int fault_type, struct bio *bio)
fault_type       1618 drivers/block/drbd/drbd_int.h 	if (drbd_insert_fault(device, fault_type))
fault_type       1639 drivers/block/drbd/drbd_receiver.c 			     const int fault_type)
fault_type       1725 drivers/block/drbd/drbd_receiver.c 		drbd_generic_make_request(device, fault_type, bio);
fault_type       2844 drivers/block/drbd/drbd_receiver.c 	unsigned int fault_type;
fault_type       2908 drivers/block/drbd/drbd_receiver.c 		fault_type = DRBD_FAULT_DT_RD;
fault_type       2922 drivers/block/drbd/drbd_receiver.c 		fault_type = DRBD_FAULT_RS_RD;
fault_type       2929 drivers/block/drbd/drbd_receiver.c 		fault_type = DRBD_FAULT_RS_RD;
fault_type       2978 drivers/block/drbd/drbd_receiver.c 		fault_type = DRBD_FAULT_RS_RD;
fault_type       3031 drivers/block/drbd/drbd_receiver.c 				     fault_type) == 0)
fault_type       1600 drivers/iommu/dmar.c static const char *dmar_get_fault_reason(u8 fault_reason, int *fault_type)
fault_type       1604 drivers/iommu/dmar.c 		*fault_type = INTR_REMAP;
fault_type       1608 drivers/iommu/dmar.c 		*fault_type = DMA_REMAP;
fault_type       1611 drivers/iommu/dmar.c 		*fault_type = DMA_REMAP;
fault_type       1614 drivers/iommu/dmar.c 		*fault_type = UNKNOWN;
fault_type       1689 drivers/iommu/dmar.c 	int fault_type;
fault_type       1691 drivers/iommu/dmar.c 	reason = dmar_get_fault_reason(fault_reason, &fault_type);
fault_type       1693 drivers/iommu/dmar.c 	if (fault_type == INTR_REMAP)
fault_type        145 mm/shmem.c     			     vm_fault_t *fault_type);
fault_type        149 mm/shmem.c     		struct vm_fault *vmf, vm_fault_t *fault_type);
fault_type       1629 mm/shmem.c     			     vm_fault_t *fault_type)
fault_type       1647 mm/shmem.c     		if (fault_type) {
fault_type       1648 mm/shmem.c     			*fault_type |= VM_FAULT_MAJOR;
fault_type       1743 mm/shmem.c     			vm_fault_t *fault_type)
fault_type       1773 mm/shmem.c     					  sgp, gfp, vma, fault_type);
fault_type       1803 mm/shmem.c     		*fault_type = handle_userfault(vmf, VM_UFFD_MISSING);