Searched refs:softleaf (Results 1 – 2 of 2) sorted by relevance
776 softleaf_t softleaf; in pte_swap_exclusive_tests() local 783 softleaf = softleaf_from_pte(pte); in pte_swap_exclusive_tests() 786 WARN_ON(!softleaf_is_swap(softleaf)); in pte_swap_exclusive_tests() 787 WARN_ON(memcmp(&entry, &softleaf, sizeof(entry))); in pte_swap_exclusive_tests() 790 softleaf = softleaf_from_pte(pte); in pte_swap_exclusive_tests() 793 WARN_ON(!softleaf_is_swap(softleaf)); in pte_swap_exclusive_tests() 795 WARN_ON(memcmp(&entry, &softleaf, sizeof(entry))); in pte_swap_exclusive_tests() 798 softleaf = softleaf_from_pte(pte); in pte_swap_exclusive_tests() 801 WARN_ON(!softleaf_is_swap(softleaf)); in pte_swap_exclusive_tests() 802 WARN_ON(memcmp(&entry, &softleaf, sizeo in pte_swap_exclusive_tests() [all...]
4898 softleaf_t softleaf; in copy_hugetlb_page_range() local4950 softleaf = softleaf_from_pte(entry); in copy_hugetlb_page_range()4951 if (unlikely(softleaf_is_hwpoison(softleaf))) { in copy_hugetlb_page_range()4955 } else if (unlikely(softleaf_is_migration(softleaf))) { in copy_hugetlb_page_range()4958 if (!softleaf_is_migration_read(softleaf) && cow) { in copy_hugetlb_page_range()4963 softleaf = make_readable_migration_entry( in copy_hugetlb_page_range()4964 swp_offset(softleaf)); in copy_hugetlb_page_range()4965 entry = swp_entry_to_pte(softleaf); in copy_hugetlb_page_range()4974 const pte_marker marker = copy_pte_marker(softleaf, dst_vma); in copy_hugetlb_page_range()6047 const softleaf_t softleaf = softleaf_from_pte(vmf.orig_pte); in hugetlb_fault() local[all …]