Home
last modified time | relevance | path

Searched refs:H_PAGE_COMBO (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/arch/powerpc/mm/ptdump/
Dbook3s64.c79 .mask = H_PAGE_COMBO,
80 .val = H_PAGE_COMBO,
Dhashpagetable.c391 ((pteval & H_PAGE_COMBO) == H_PAGE_COMBO || in walk_pte()
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dhash-64k.h46 #define H_PAGE_COMBO _RPAGE_RPN0 /* this is a combo 4k page */ macro
65 #define _PAGE_HPTEFLAGS (H_PAGE_BUSY | H_PAGE_HASHPTE | H_PAGE_COMBO)
171 (((pte) & H_PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K)
Dhash-4k.h55 #define H_PAGE_COMBO 0x0 macro
/linux-6.6.21/arch/powerpc/mm/book3s64/
Dhash_hugepage.c87 if ((old_pmd & H_PAGE_HASHPTE) && !(old_pmd & H_PAGE_COMBO)) { in __hash_page_thp()
182 new_pmd |= H_PAGE_COMBO; in __hash_page_thp()
Dhash_64k.c68 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED | H_PAGE_COMBO; in __hash_page_4K()
101 if (!(old_pte & H_PAGE_COMBO)) { in __hash_page_4K()
141 if (!(old_pte & H_PAGE_COMBO)) in __hash_page_4K()
Dhash_pgtable.c325 if (old_pmd & H_PAGE_COMBO) in hpte_do_hugepage_flush()