mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-13 19:45:51 +07:00
6 lines
211 B
C
6 lines
211 B
C
![]() |
void show_pte(struct mm_struct *mm, unsigned long addr);
|
||
|
|
||
|
int do_page_fault(unsigned long addr, unsigned int fsr, struct pt_regs *regs);
|
||
|
|
||
|
unsigned long search_extable(unsigned long addr); //FIXME - is it right?
|