[BACK]Return to fault.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / arm / mm

File: [Development] / linux-2.6-xfs / arch / arm / mm / fault.h (download)

Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN

Initial Import 2.6.0

void do_bad_area(struct task_struct *tsk, struct mm_struct *mm,
		 unsigned long addr, unsigned int fsr, struct pt_regs *regs);

void show_pte(struct mm_struct *mm, unsigned long addr);

int do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs);

int do_translation_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs);

unsigned long search_exception_table(unsigned long addr);