Searched refs:show_pte (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm/mm/ |
| H A D | fault.c | 41 void show_pte(const char *lvl, struct mm_struct *mm, unsigned long addr) in show_pte() function 109 void show_pte(const char *lvl, struct mm_struct *mm, unsigned long addr) in show_pte() function 153 show_pte(KERN_ALERT, mm, addr); in die_kernel_fault() 207 show_pte(KERN_ERR, tsk->mm, addr); in __do_user_fault() 651 show_pte(KERN_ALERT, current->mm, addr); in do_DataAbort()
|
| /linux/arch/arm/include/asm/ |
| H A D | bug.h | 89 void show_pte(const char *lvl, struct mm_struct *mm, unsigned long addr);
|
| /linux/arch/sh/mm/ |
| H A D | fault.c | 37 static void show_pte(struct mm_struct *mm, unsigned long addr) in show_pte() function 218 show_pte(NULL, address); in show_fault_oops()
|
| /linux/arch/riscv/mm/ |
| H A D | fault.c | 28 static void show_pte(unsigned long addr) in show_pte() function 88 show_pte(addr); in die_kernel_fault()
|
| /linux/arch/arm64/mm/ |
| H A D | fault.c | 128 static void show_pte(unsigned long addr) in show_pte() function 315 show_pte(addr); in die_kernel_fault()
|