Searched refs:check_tlb_entry (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/xtensa/mm/ |
H A D | tlb.c | 222 static int check_tlb_entry(unsigned w, unsigned e, bool dtlb) in check_tlb_entry() function 273 bug |= check_tlb_entry(w, e, true); in check_tlb_sanity() 276 bug |= check_tlb_entry(w, e, false); in check_tlb_sanity()
|
/kernel/linux/linux-6.6/arch/xtensa/mm/ |
H A D | tlb.c | 232 static int check_tlb_entry(unsigned w, unsigned e, bool dtlb) in check_tlb_entry() function 283 bug |= check_tlb_entry(w, e, true); in check_tlb_sanity() 286 bug |= check_tlb_entry(w, e, false); in check_tlb_sanity()
|
Completed in 1 milliseconds