Searched refs:hmm_device_entry_from_pfn (Results 1 – 2 of 2) sorted by relevance
430 pfns[i] = hmm_device_entry_from_pfn(range, pfn) | cpu_flags; in hmm_vma_handle_pmd()501 *pfn = hmm_device_entry_from_pfn(range, in hmm_vma_handle_pte()539 *pfn = hmm_device_entry_from_pfn(range, pte_pfn(pte)) | cpu_flags; in hmm_vma_handle_pte()696 pfns[i] = hmm_device_entry_from_pfn(range, pfn) | in hmm_vma_walk_pud()757 range->pfns[i] = hmm_device_entry_from_pfn(range, pfn) | in hmm_vma_walk_hugetlb_entry()
260 static inline uint64_t hmm_device_entry_from_pfn(const struct hmm_range *range, in hmm_device_entry_from_pfn() function