| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | pgalloc.h | 36 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function54 	pte = pte_alloc_one_kernel(mm);  in pte_alloc_one()
 
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | pgalloc.h | 31 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | pgalloc.h | 25 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function
 | 
| /Linux-v5.4/arch/microblaze/include/asm/ | 
| D | pgalloc.h | 51 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
 | 
| /Linux-v5.4/arch/unicore32/include/asm/ | 
| D | pgalloc.h | 34 pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function
 | 
| /Linux-v5.4/arch/openrisc/include/asm/ | 
| D | pgalloc.h | 69 extern pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
 | 
| /Linux-v5.4/arch/openrisc/mm/ | 
| D | ioremap.c | 117 pte_t __ref *pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function
 | 
| /Linux-v5.4/arch/csky/include/asm/ | 
| D | pgalloc.h | 30 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | pgalloc_32.h | 61 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function
 | 
| D | pgalloc_64.h | 63 pte_t *pte_alloc_one_kernel(struct mm_struct *mm);
 | 
| /Linux-v5.4/arch/arc/include/asm/ | 
| D | pgalloc.h | 90 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function
 | 
| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | mcf_pgalloc.h | 15 extern inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function
 | 
| D | motorola_pgalloc.h | 11 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | pgalloc.h | 82 pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | pgalloc.h | 142 #define pte_alloc_one_kernel(mm) ((pte_t *)page_table_alloc(mm))  macro
 | 
| /Linux-v5.4/arch/microblaze/mm/ | 
| D | pgtable.c | 234 __ref pte_t *pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function
 | 
| /Linux-v5.4/arch/powerpc/mm/kasan/ | 
| D | kasan_init_32.c | 49 			new = pte_alloc_one_kernel(&init_mm);  in kasan_init_shadow_page_tables()
 | 
| /Linux-v5.4/mm/kasan/ | 
| D | init.c | 132 				p = pte_alloc_one_kernel(&init_mm);  in zero_pmd_populate()
 | 
| /Linux-v5.4/arch/sparc/mm/ | 
| D | srmmu.c | 378 	if ((pte = (unsigned long)pte_alloc_one_kernel(mm)) == 0)  in pte_alloc_one()
 | 
| D | init_64.c | 2890 pte_t *pte_alloc_one_kernel(struct mm_struct *mm)  in pte_alloc_one_kernel()  function
 | 
| /Linux-v5.4/virt/kvm/arm/ | 
| D | mmu.c | 636 			pte = pte_alloc_one_kernel(NULL);  in create_hyp_pmd_mappings()
 | 
| /Linux-v5.4/mm/ | 
| D | memory.c | 441 	pte_t *new = pte_alloc_one_kernel(&init_mm);  in __pte_alloc_kernel()
 |