Home
last modified time | relevance | path

Searched refs:hugepd_ok (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/arch/powerpc/include/asm/book3s/64/
Dpgtable-4k.h44 static inline int hugepd_ok(hugepd_t hpd) in hugepd_ok() function
50 #define is_hugepd(hpd) (hugepd_ok(hpd))
Dpgtable-64k.h47 static inline int hugepd_ok(hugepd_t hpd) in hugepd_ok() function
Dhugetlb.h66 BUG_ON(!hugepd_ok(hpd)); in hugepd_page()
/linux-5.19.10/arch/powerpc/include/asm/nohash/
Dhugetlb-book3e.h7 if (WARN_ON(!hugepd_ok(hpd))) in hugepd_page()
Dpgtable.h260 static inline int hugepd_ok(hugepd_t hpd) in hugepd_ok() function
286 #define is_hugepd(hpd) (hugepd_ok(hpd))
/linux-5.19.10/arch/powerpc/include/asm/nohash/32/
Dpgtable.h234 static int hugepd_ok(hugepd_t hpd);
240 else if (hugepd_ok(*((hugepd_t *)pmd))) in number_of_cells_per_pte()
Dhugetlb-8xx.h9 BUG_ON(!hugepd_ok(hpd)); in hugepd_page()
/linux-5.19.10/arch/powerpc/mm/
Dhugetlbpage.c187 BUG_ON(!hugepd_none(*hpdp) && !hugepd_ok(*hpdp)); in huge_pte_alloc()