Home
last modified time | relevance | path

Searched refs:hmm_device_entry_from_pfn (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/mm/
Dhmm.c430 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()
/Linux-v5.4/include/linux/
Dhmm.h260 static inline uint64_t hmm_device_entry_from_pfn(const struct hmm_range *range, in hmm_device_entry_from_pfn() function