Searched refs:hmm_pfn (Results 1 – 2 of 2) sorted by relevance
55 static inline struct page *hmm_pfn_to_page(unsigned long hmm_pfn) in hmm_pfn_to_page() argument57 return pfn_to_page(hmm_pfn & ~HMM_PFN_FLAGS); in hmm_pfn_to_page()74 static inline unsigned int hmm_pfn_to_map_order(unsigned long hmm_pfn) in hmm_pfn_to_map_order() argument76 return (hmm_pfn >> HMM_PFN_ORDER_SHIFT) & 0x1F; in hmm_pfn_to_map_order()
225 unsigned long *hmm_pfn) in hmm_vma_handle_pte() argument232 uint64_t pfn_req_flags = *hmm_pfn; in hmm_vma_handle_pte()239 *hmm_pfn = 0; in hmm_vma_handle_pte()256 *hmm_pfn = swp_offset_pfn(entry) | cpu_flags; in hmm_vma_handle_pte()263 *hmm_pfn = 0; in hmm_vma_handle_pte()307 *hmm_pfn = HMM_PFN_ERROR; in hmm_vma_handle_pte()311 *hmm_pfn = pte_pfn(pte) | cpu_flags; in hmm_vma_handle_pte()