Searched refs:H_PAGE_BUSY (Results 1 – 10 of 10) sorted by relevance
69 if (unlikely(old_pte & H_PAGE_BUSY)) in __hash_page_4K()79 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED | H_PAGE_COMBO; in __hash_page_4K()146 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_4K()216 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_4K()238 if (unlikely(old_pte & H_PAGE_BUSY)) in __hash_page_64K()254 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED; in __hash_page_64K()329 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_64K()
51 if (unlikely(old_pte & H_PAGE_BUSY)) in __hash_page_huge()59 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()
37 if (unlikely(old_pte & H_PAGE_BUSY)) in __hash_page_4K()47 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED; in __hash_page_4K()124 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_4K()
40 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()184 *pmdp = __pmd(new_pmd & ~H_PAGE_BUSY); in __hash_page_thp()
204 .mask = H_PAGE_BUSY,205 .val = H_PAGE_BUSY,
205 "r" (cpu_to_be64(H_PAGE_BUSY)), "r" (cpu_to_be64(set)) in hash__pmd_hugepage_update()
13 #define H_PAGE_BUSY _RPAGE_RSV1 /* software: PTE & hash are busy */ macro123 "r" (cpu_to_be64(H_PAGE_BUSY)), "r" (cpu_to_be64(set)) in hash__pte_update()156 :"r" (val), "r" (ptep), "m" (*ptep), "r" (cpu_to_be64(H_PAGE_BUSY)) in hash__ptep_set_access_flags()
21 #define _PAGE_HPTEFLAGS (H_PAGE_BUSY | H_PAGE_HASHPTE | \
29 #define _PAGE_HPTEFLAGS (H_PAGE_BUSY | H_PAGE_F_SECOND | \
248 if (unlikely(pte_val(old_pte) & H_PAGE_BUSY)) { in kvmppc_read_update_linux_pte()