Home
last modified time | relevance | path

Searched refs:ptdesc_folio (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/arch/s390/mm/
Dpgalloc.c348 if ((mask & 0x03U) && !folio_test_active(ptdesc_folio(ptdesc))) { in page_table_free()
372 if (folio_test_clear_active(ptdesc_folio(ptdesc))) in page_table_free()
401 if ((mask & 0x03U) && !folio_test_active(ptdesc_folio(ptdesc))) { in page_table_free_rcu()
442 if (folio_test_clear_active(ptdesc_folio(ptdesc))) in __tlb_remove_table()
/Linux-v6.6/arch/powerpc/mm/
Dpgtable-frag.c129 else if (folio_test_clear_active(ptdesc_folio(ptdesc))) in pte_fragment_free()
/Linux-v6.6/include/linux/
Dmm.h2803 return folio_address(ptdesc_folio(pt)); in ptdesc_address()
2808 return folio_test_reserved(ptdesc_folio(pt)); in pagetable_is_reserved()
2908 struct folio *folio = ptdesc_folio(ptdesc); in pagetable_pte_ctor()
2919 struct folio *folio = ptdesc_folio(ptdesc); in pagetable_pte_dtor()
3023 struct folio *folio = ptdesc_folio(ptdesc); in pagetable_pmd_ctor()
3034 struct folio *folio = ptdesc_folio(ptdesc); in pagetable_pmd_dtor()
Dmm_types.h463 #define ptdesc_folio(pt) (_Generic((pt), \ macro