Home
last modified time | relevance | path

Searched refs:do_fault (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/score/mm/
Dtlb-miss.S60 .macro do_fault, write macro
144 do_fault 0 /* Read */
159 do_fault 0 /* Read */
175 do_fault 0 /* Read */
199 do_fault 1 /* Write */
/linux-4.1.27/drivers/iommu/
Damd_iommu_v2.c489 static void do_fault(struct work_struct *work) in do_fault() function
584 INIT_WORK(&fault->work, do_fault); in ppr_notifier()
/linux-4.1.27/net/ipv4/
Dtcp.c1180 goto do_fault; in tcp_sendmsg()
1264 do_fault: in tcp_sendmsg()
/linux-4.1.27/mm/
Dmemory.c3096 static int do_fault(struct mm_struct *mm, struct vm_area_struct *vma, in do_fault() function
3253 return do_fault(mm, vma, address, pte, pmd, in handle_pte_fault()