Searched refs:src_pte (Results 1 – 1 of 1) sorted by relevance
61 pte_t dst_pte, pte_t src_pte, int len) in memcpy_multicache() argument94 src_pte = hv_pte_set_nc(src_pte); in memcpy_multicache()95 src_pte = hv_pte_clear_writable(src_pte); /* be paranoid */ in memcpy_multicache()99 __set_pte(ptep, src_pte); /* set_pte() would be confused by this */ in memcpy_multicache()110 src_pte = hv_pte_set_mode(src_pte, HV_PTE_MODE_CACHE_NO_L3); in memcpy_multicache()111 src_pte = hv_pte_set_writable(src_pte); /* need write access for inv */ in memcpy_multicache()112 __set_pte(ptep, src_pte); /* set_pte() would be confused by this */ in memcpy_multicache()148 pte_t src_pte, dst_pte; in fast_copy() local156 src_pte = *src_ptep; in fast_copy()157 if (!hv_pte_get_present(src_pte) || in fast_copy()[all …]