Searched refs:show_pte (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/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 141 show_pte(KERN_ALERT, mm, addr); in die_kernel_fault() 196 show_pte(KERN_ERR, tsk->mm, addr); in __do_user_fault() 602 show_pte(KERN_ALERT, current->mm, addr); in do_DataAbort()
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | bug.h | 89 void show_pte(const char *lvl, struct mm_struct *mm, unsigned long addr);
|
| /linux-6.15/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-6.15/arch/riscv/mm/ |
| H A D | fault.c | 25 static void show_pte(unsigned long addr) in show_pte() function 85 show_pte(addr); in die_kernel_fault()
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | fault.c | 134 static void show_pte(unsigned long addr) in show_pte() function 317 show_pte(addr); in die_kernel_fault()
|
| /linux-6.15/arch/powerpc/xmon/ |
| H A D | xmon.c | 129 static void show_pte(unsigned long); 2925 show_pte(adrs); in dump() 3284 static void show_pte(unsigned long addr) in show_pte() function 3376 static void show_pte(unsigned long addr) in show_pte() function
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | traps.c | 741 show_pte(KERN_ERR, current->mm, addr); in baddataabort()
|