Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dhash-64k.h20 #define H_PAGE_COMBO _RPAGE_RPN0 /* this is a combo 4k page */ macro
39 #define _PAGE_HPTEFLAGS (H_PAGE_BUSY | H_PAGE_HASHPTE | H_PAGE_COMBO)
145 (((pte) & H_PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K)
Dhash-4k.h40 #define H_PAGE_COMBO 0x0 macro
/Linux-v4.19/arch/powerpc/mm/
Dhugepage-hash64.c81 if ((old_pmd & H_PAGE_HASHPTE) && !(old_pmd & H_PAGE_COMBO)) { in __hash_page_thp()
176 new_pmd |= H_PAGE_COMBO; in __hash_page_thp()
Dhash64_64k.c66 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED | H_PAGE_COMBO; in __hash_page_4K()
99 if (!(old_pte & H_PAGE_COMBO)) { in __hash_page_4K()
139 if (!(old_pte & H_PAGE_COMBO)) in __hash_page_4K()
Ddump_linuxpagetables.c207 .mask = H_PAGE_COMBO,
208 .val = H_PAGE_COMBO,
Ddump_hashpagetable.c395 if (((pteval & H_PAGE_COMBO) == H_PAGE_COMBO) || in walk_pte()
Dpgtable-hash64.c322 if (old_pmd & H_PAGE_COMBO) in hpte_do_hugepage_flush()