Home
last modified time | relevance | path

Searched refs:H_PAGE_BUSY (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/arch/powerpc/mm/
Dhash64_64k.c56 if (unlikely(old_pte & H_PAGE_BUSY)) in __hash_page_4K()
66 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED | H_PAGE_COMBO; in __hash_page_4K()
129 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_4K()
219 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_4K()
242 if (unlikely(old_pte & H_PAGE_BUSY)) in __hash_page_64K()
258 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED; in __hash_page_64K()
331 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_64K()
Dhugetlbpage-hash64.c52 if (unlikely(old_pte & H_PAGE_BUSY)) in __hash_page_huge()
60 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED; in __hash_page_huge()
117 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_huge()
Dhash64_4k.c38 if (unlikely(old_pte & H_PAGE_BUSY)) in __hash_page_4K()
48 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED; in __hash_page_4K()
122 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_4K()
Dhugepage-hash64.c40 if (unlikely(old_pmd & H_PAGE_BUSY)) in __hash_page_thp()
49 new_pmd = old_pmd | H_PAGE_BUSY | _PAGE_ACCESSED; in __hash_page_thp()
183 *pmdp = __pmd(new_pmd & ~H_PAGE_BUSY); in __hash_page_thp()
Ddump_linuxpagetables.c202 .mask = H_PAGE_BUSY,
203 .val = H_PAGE_BUSY,
Dpgtable-hash64.c209 "r" (cpu_to_be64(H_PAGE_BUSY)), "r" (cpu_to_be64(set)) in hash__pmd_hugepage_update()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dhash-4k.h29 #define H_PAGE_BUSY _RPAGE_RSV1 /* software: PTE & hash are busy */ macro
33 #define _PAGE_HPTEFLAGS (H_PAGE_BUSY | H_PAGE_HASHPTE | \
Dhash.h121 "r" (cpu_to_be64(H_PAGE_BUSY)), "r" (cpu_to_be64(set)) in hash__pte_update()
154 :"r" (val), "r" (ptep), "m" (*ptep), "r" (cpu_to_be64(H_PAGE_BUSY)) in hash__ptep_set_access_flags()
Dhash-64k.h22 #define H_PAGE_BUSY _RPAGE_RPN44 /* software: PTE & hash are busy */ macro
39 #define _PAGE_HPTEFLAGS (H_PAGE_BUSY | H_PAGE_HASHPTE | H_PAGE_COMBO)
/Linux-v4.19/arch/powerpc/include/asm/
Dkvm_book3s_64.h328 if (unlikely(pte_val(old_pte) & H_PAGE_BUSY)) { in kvmppc_read_update_linux_pte()