Home
last modified time | relevance | path

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

/Linux-v5.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.h70 BUG_ON(!hugepd_ok(hpd)); in hugepd_page()
/Linux-v5.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-v5.10/arch/powerpc/include/asm/nohash/32/
Dhugetlb-8xx.h9 BUG_ON(!hugepd_ok(hpd)); in hugepd_page()
Dpgtable.h232 static int hugepd_ok(hugepd_t hpd);
238 else if (hugepd_ok(*((hugepd_t *)pmd))) in number_of_cells_per_pte()
/Linux-v5.10/arch/powerpc/mm/
Dhugetlbpage.c186 BUG_ON(!hugepd_none(*hpdp) && !hugepd_ok(*hpdp)); in huge_pte_alloc()