Home
last modified time | relevance | path

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

/linux/arch/s390/mm/
H A Dpgalloc.c51 table = ptdesc_to_virt(ptdesc); in crst_table_alloc()
150 table = (u64 *)ptdesc_to_virt(ptdesc); in page_table_alloc_pgste()
177 table = ptdesc_to_virt(ptdesc); in page_table_alloc()
/linux/include/linux/
H A Dmm.h2879 static inline void *ptdesc_to_virt(const struct ptdesc *pt) in ptdesc_to_virt() function