Home
last modified time | relevance | path

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

/Linux-v5.15/arch/s390/include/asm/
Duv.h355 int uv_convert_from_secure(unsigned long paddr);
368 static inline int uv_convert_from_secure(unsigned long paddr) in uv_convert_from_secure() function
Dpgtable.h1078 uv_convert_from_secure(pte_val(res) & PAGE_MASK); in ptep_get_and_clear()
1095 uv_convert_from_secure(pte_val(res) & PAGE_MASK); in ptep_clear_flush()
1120 uv_convert_from_secure(pte_val(res) & PAGE_MASK); in ptep_get_and_clear_full()
/Linux-v5.15/arch/s390/kernel/
Duv.c129 int uv_convert_from_secure(unsigned long paddr) in uv_convert_from_secure() function
320 rc = uv_convert_from_secure(page_to_phys(page)); in arch_make_page_accessible()