Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Ddmar.c1487 static const char *dmar_get_fault_reason(u8 fault_reason, int *fault_type) in dmar_get_fault_reason() argument
1491 *fault_type = INTR_REMAP; in dmar_get_fault_reason()
1494 *fault_type = DMA_REMAP; in dmar_get_fault_reason()
1497 *fault_type = UNKNOWN; in dmar_get_fault_reason()
1571 int fault_type; in dmar_fault_do_one() local
1573 reason = dmar_get_fault_reason(fault_reason, &fault_type); in dmar_fault_do_one()
1575 if (fault_type == INTR_REMAP) in dmar_fault_do_one()
/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c1810 static int fault_type; variable
1819 fault_type = 0; in handle_fault()
1823 fault_type = 1; in handle_fault()
1826 fault_type = 2; in handle_fault()
1940 printf("%s", fault_chars[fault_type]); in memex()
2076 printf("%s", fault_chars[fault_type]); in xmon_rawdump()
2295 printf("%s", fault_chars[fault_type]); in prdump()
2335 const char *x = fault_chars[fault_type]; in generic_inst_dump()
/linux-4.4.14/mm/
Dshmem.c125 struct page **pagep, enum sgp_type sgp, gfp_t gfp, int *fault_type);
128 struct page **pagep, enum sgp_type sgp, int *fault_type) in shmem_getpage() argument
131 mapping_gfp_mask(inode->i_mapping), fault_type); in shmem_getpage()
1055 struct page **pagep, enum sgp_type sgp, gfp_t gfp, int *fault_type) in shmem_getpage_gfp() argument
1111 if (fault_type) in shmem_getpage_gfp()
1112 *fault_type |= VM_FAULT_MAJOR; in shmem_getpage_gfp()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_receiver.c1369 const unsigned rw, const int fault_type) in drbd_submit_peer_request() argument
1467 drbd_generic_make_request(device, fault_type, bio); in drbd_submit_peer_request()
2522 unsigned int fault_type; in receive_DataRequest() local
2585 fault_type = DRBD_FAULT_DT_RD; in receive_DataRequest()
2592 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest()
2599 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest()
2648 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest()
2700 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
1611 if (drbd_insert_fault(device, fault_type)) in drbd_generic_make_request()