Home
last modified time | relevance | path

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

/include/linux/
A Dhmm.h67 static inline struct page *hmm_pfn_to_page(unsigned long hmm_pfn) in hmm_pfn_to_page() argument
69 return pfn_to_page(hmm_pfn & ~HMM_PFN_FLAGS); in hmm_pfn_to_page()
75 static inline phys_addr_t hmm_pfn_to_phys(unsigned long hmm_pfn) in hmm_pfn_to_phys() argument
77 return __pfn_to_phys(hmm_pfn & ~HMM_PFN_FLAGS); in hmm_pfn_to_phys()
94 static inline unsigned int hmm_pfn_to_map_order(unsigned long hmm_pfn) in hmm_pfn_to_map_order() argument
96 return (hmm_pfn >> HMM_PFN_ORDER_SHIFT) & 0x1F; in hmm_pfn_to_map_order()

Completed in 6 milliseconds