Home
last modified time | relevance | path

Searched refs:acop_handle_fault (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/mm/
Dicswx.c197 int acop_handle_fault(struct pt_regs *regs, unsigned long address, in acop_handle_fault() function
292 EXPORT_SYMBOL_GPL(acop_handle_fault);
Dicswx.h60 extern int acop_handle_fault(struct pt_regs *regs, unsigned long address,
Dfault.c244 rc = acop_handle_fault(regs, address, error_code); in do_page_fault()