Searched refs:H_PAGE_BUSY (Results 1 – 9 of 9) sorted by relevance
58 if (unlikely(old_pte & H_PAGE_BUSY)) in __hash_page_4K()68 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED | H_PAGE_COMBO; in __hash_page_4K()131 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_4K()224 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_4K()247 if (unlikely(old_pte & H_PAGE_BUSY)) in __hash_page_64K()263 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED; in __hash_page_64K()340 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_64K()
40 if (unlikely(old_pte & H_PAGE_BUSY)) in __hash_page_4K()50 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED; in __hash_page_4K()127 *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()186 *pmdp = __pmd(new_pmd & ~H_PAGE_BUSY); in __hash_page_thp()
51 if (unlikely(old_pte & H_PAGE_BUSY)) in __hash_page_huge()71 new_pte = old_pte | H_PAGE_BUSY | _PAGE_ACCESSED; in __hash_page_huge()133 *ptep = __pte(new_pte & ~H_PAGE_BUSY); in __hash_page_huge()
212 "r" (cpu_to_be64(H_PAGE_BUSY)), "r" (cpu_to_be64(set)) in hash__pmd_hugepage_update()
74 .mask = H_PAGE_BUSY,75 .val = H_PAGE_BUSY,
44 #define H_PAGE_BUSY _RPAGE_RSV1 macro48 #define _PAGE_HPTEFLAGS (H_PAGE_BUSY | H_PAGE_HASHPTE | \
48 #define H_PAGE_BUSY _RPAGE_RSV1 /* software: PTE & hash are busy */ macro65 #define _PAGE_HPTEFLAGS (H_PAGE_BUSY | H_PAGE_HASHPTE | H_PAGE_COMBO)
180 "r" (cpu_to_be64(H_PAGE_BUSY)), "r" (cpu_to_be64(set)) in hash__pte_update_one()242 :"r" (val), "r" (ptep), "m" (*ptep), "r" (cpu_to_be64(H_PAGE_BUSY)) in hash__ptep_set_access_flags()