Home
last modified time | relevance | path

Searched refs:num_pte_not_present (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arc/kernel/
Dtroubleshoot.c258 u32 numitlb, numdtlb, num_pte_not_present; variable
265 num += sprintf(kbuf + num, "PTE not present %x\n", num_pte_not_present); in fill_display_data()
268 numitlb = numdtlb = num_pte_not_present = 0; in fill_display_data()
306 numitlb = numdtlb = num_pte_not_present = 0; in tlb_stats_clear()
/linux-4.4.14/arch/arc/mm/
Dtlbex.S243 ld r3, [num_pte_not_present]
245 st r3, [num_pte_not_present]