Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Ddmar.c1481 static const char *dmar_get_fault_reason(u8 fault_reason, int *fault_type) in dmar_get_fault_reason() argument
1485 *fault_type = INTR_REMAP; in dmar_get_fault_reason()
1488 *fault_type = DMA_REMAP; in dmar_get_fault_reason()
1491 *fault_type = UNKNOWN; in dmar_get_fault_reason()
1550 int fault_type; in dmar_fault_do_one() local
1552 reason = dmar_get_fault_reason(fault_reason, &fault_type); in dmar_fault_do_one()
1554 if (fault_type == INTR_REMAP) in dmar_fault_do_one()
/linux-4.1.27/arch/powerpc/xmon/
Dxmon.c1796 static int fault_type; variable
1805 fault_type = 0; in handle_fault()
1809 fault_type = 1; in handle_fault()
1812 fault_type = 2; in handle_fault()
1926 printf("%s", fault_chars[fault_type]); in memex()
2063 printf("%s", fault_chars[fault_type]); in xmon_rawdump()
2227 printf("%s", fault_chars[fault_type]); in prdump()
2267 const char *x = fault_chars[fault_type]; in generic_inst_dump()
/linux-4.1.27/mm/
Dshmem.c123 struct page **pagep, enum sgp_type sgp, gfp_t gfp, int *fault_type);
126 struct page **pagep, enum sgp_type sgp, int *fault_type) in shmem_getpage() argument
129 mapping_gfp_mask(inode->i_mapping), fault_type); in shmem_getpage()
1033 struct page **pagep, enum sgp_type sgp, gfp_t gfp, int *fault_type) in shmem_getpage_gfp() argument
1089 if (fault_type) in shmem_getpage_gfp()
1090 *fault_type |= VM_FAULT_MAJOR; in shmem_getpage_gfp()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_receiver.c1368 const unsigned rw, const int fault_type) in drbd_submit_peer_request() argument
1466 drbd_generic_make_request(device, fault_type, bio); in drbd_submit_peer_request()
2521 unsigned int fault_type; in receive_DataRequest() local
2584 fault_type = DRBD_FAULT_DT_RD; in receive_DataRequest()
2591 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest()
2598 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest()
2647 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest()
2699 if (drbd_submit_peer_request(device, peer_req, READ, fault_type) == 0) in receive_DataRequest()
Ddrbd_int.h1601 int fault_type, struct bio *bio) in drbd_generic_make_request() argument
1610 if (drbd_insert_fault(device, fault_type)) in drbd_generic_make_request()