Searched refs:__srmmu_get_nocache (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | srmmu.c | 148 static void *__srmmu_get_nocache(int size, int align) in __srmmu_get_nocache() function 183 tmp = __srmmu_get_nocache(size, align); in srmmu_get_nocache() 295 srmmu_swapper_pg_dir = __srmmu_get_nocache(SRMMU_PGD_TABLE_SIZE, SRMMU_PGD_TABLE_SIZE); in srmmu_nocache_init() 330 pgd = __srmmu_get_nocache(SRMMU_PGD_TABLE_SIZE, SRMMU_PGD_TABLE_SIZE); in get_pgd_fast() 693 pmdp = __srmmu_get_nocache( in srmmu_early_allocate_ptable_skeleton() 702 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton() 728 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton() 736 ptep = __srmmu_get_nocache(PTE_SIZE, in srmmu_allocate_ptable_skeleton() 818 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in srmmu_inherit_prom_mappings() 832 ptep = __srmmu_get_nocache(PTE_SIZ in srmmu_inherit_prom_mappings() [all...] |
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | srmmu.c | 148 static void *__srmmu_get_nocache(int size, int align) in __srmmu_get_nocache() function 183 tmp = __srmmu_get_nocache(size, align); in srmmu_get_nocache() 295 srmmu_swapper_pg_dir = __srmmu_get_nocache(SRMMU_PGD_TABLE_SIZE, SRMMU_PGD_TABLE_SIZE); in srmmu_nocache_init() 330 pgd = __srmmu_get_nocache(SRMMU_PGD_TABLE_SIZE, SRMMU_PGD_TABLE_SIZE); in get_pgd_fast() 694 pmdp = __srmmu_get_nocache( in srmmu_early_allocate_ptable_skeleton() 703 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton() 729 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton() 737 ptep = __srmmu_get_nocache(PTE_SIZE, in srmmu_allocate_ptable_skeleton() 819 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in srmmu_inherit_prom_mappings() 833 ptep = __srmmu_get_nocache(PTE_SIZ in srmmu_inherit_prom_mappings() [all...] |
Completed in 4 milliseconds