Searched refs:uv_destroy_owned_page (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Duv.h486 int uv_destroy_owned_page(unsigned long paddr);
501 static inline int uv_destroy_owned_page(unsigned long paddr) function
H A Dpgtable.h1202 if (full && !uv_destroy_owned_page(pte_val(res) & PAGE_MASK))
/linux-master/arch/s390/kernel/
H A Duv.c135 int uv_destroy_owned_page(unsigned long paddr) function
409 rc = uv_destroy_owned_page(page_to_phys(page));
/linux-master/arch/s390/mm/
H A Dgmap.c2763 uv_destroy_owned_page(pfn_to_phys(pfns[i]));

Completed in 131 milliseconds