Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
Duv.h355 int uv_convert_from_secure(unsigned long paddr);
370 static inline int uv_convert_from_secure(unsigned long paddr) in uv_convert_from_secure() function
Dpgtable.h1084 uv_convert_from_secure(pte_val(res) & PAGE_MASK); in ptep_get_and_clear()
1101 uv_convert_from_secure(pte_val(res) & PAGE_MASK); in ptep_clear_flush()
1126 uv_convert_from_secure(pte_val(res) & PAGE_MASK); in ptep_get_and_clear_full()
/kernel/linux/linux-5.10/arch/s390/kernel/
Duv.c150 int uv_convert_from_secure(unsigned long paddr) in uv_convert_from_secure() function
341 rc = uv_convert_from_secure(page_to_phys(page)); in arch_make_page_accessible()