Lines Matching defs:hshift
8 bool *is_thp, unsigned *hshift);
11 bool *is_thp, unsigned *hshift)
16 pte = __find_linux_pte(pgdir, ea, is_thp, hshift);
23 if (hshift)
24 WARN_ON(*hshift);
29 static inline pte_t *find_init_mm_pte(unsigned long ea, unsigned *hshift)
32 return __find_linux_pte(pgdir, ea, NULL, hshift);
39 bool *is_thp, unsigned *hshift)
46 pte = __find_linux_pte(pgdir, ea, is_thp, hshift);
53 if (hshift)
54 WARN_ON(*hshift);