Searched refs:is_thp (Results 1 – 3 of 3) sorted by relevance
8 bool *is_thp, unsigned *hshift);11 bool *is_thp, unsigned *hshift) in find_linux_pte() argument16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift); in find_linux_pte()
429 bool *is_thp, unsigned *hpage_shift) in __find_linux_pte() argument443 if (is_thp) in __find_linux_pte()444 *is_thp = false; in __find_linux_pte()513 if (is_thp) in __find_linux_pte()514 *is_thp = true; in __find_linux_pte()
1705 bool is_thp; in hash_page_mm() local1784 ptep = find_linux_pte(pgdir, ea, &is_thp, &hugeshift); in hash_page_mm()1819 if (is_thp) in hash_page_mm()
Completed in 11 milliseconds