Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/include/asm/book3s/64/
Dpgtable-4k.h34 static inline int hugepd_ok(hugepd_t hpd) in hugepd_ok() function
40 #define is_hugepd(hpd) (hugepd_ok(hpd))
Dpgtable-64k.h38 static inline int hugepd_ok(hugepd_t hpd) in hugepd_ok() function
Dhugetlb.h69 BUG_ON(!hugepd_ok(hpd)); in hugepd_page()
/Linux-v6.1/arch/powerpc/include/asm/nohash/
Dhugetlb-e500.h7 if (WARN_ON(!hugepd_ok(hpd))) in hugepd_page()
Dpgtable.h240 static inline int hugepd_ok(hugepd_t hpd) in hugepd_ok() function
260 #define is_hugepd(hpd) (hugepd_ok(hpd))
/Linux-v6.1/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-v6.1/arch/powerpc/mm/
Dhugetlbpage.c188 BUG_ON(!hugepd_none(*hpdp) && !hugepd_ok(*hpdp)); in huge_pte_alloc()