Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dpgalloc.h25 unsigned long *page_table_alloc(struct mm_struct *);
140 #define pte_alloc_one_kernel(mm) ((pte_t *)page_table_alloc(mm))
141 #define pte_alloc_one(mm) ((pte_t *)page_table_alloc(mm))
/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c245 unsigned long *page_table_alloc(struct mm_struct *mm) in page_table_alloc() function
H A Dvmem.c63 pte = (pte_t *) page_table_alloc(&init_mm); in vmem_pte_alloc()