Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/drivers/iommu/
Damd_iommu_v2.c513 static void do_fault(struct work_struct *work) in do_fault() function
608 INIT_WORK(&fault->work, do_fault); in ppr_notifier()
/linux-4.4.14/net/ipv4/
Dtcp.c1204 goto do_fault; in tcp_sendmsg()
1289 do_fault: in tcp_sendmsg()
/linux-4.4.14/mm/
Dmemory.c3154 static int do_fault(struct mm_struct *mm, struct vm_area_struct *vma, in do_fault() function
3335 return do_fault(mm, vma, address, pte, pmd, in handle_pte_fault()