Searched refs:SRMMU_PMD_TABLE_SIZE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | pgalloc_32.h | 41 return srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in pmd_alloc_one() 42 SRMMU_PMD_TABLE_SIZE); in pmd_alloc_one() 47 srmmu_free_nocache(pmd, SRMMU_PMD_TABLE_SIZE); in free_pmd_fast()
|
H A D | pgtsrmmu.h | 21 #define SRMMU_PMD_TABLE_SIZE (PTRS_PER_PMD*4) macro
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | pgalloc_32.h | 41 return srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in pmd_alloc_one() 42 SRMMU_PMD_TABLE_SIZE); in pmd_alloc_one() 47 srmmu_free_nocache(pmd, SRMMU_PMD_TABLE_SIZE); in free_pmd_fast()
|
H A D | pgtsrmmu.h | 21 #define SRMMU_PMD_TABLE_SIZE (PTRS_PER_PMD*4) macro
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | srmmu.c | 694 SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton() 697 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton() local 728 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton() 731 memset(pmdp, 0, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton() 818 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in srmmu_inherit_prom_mappings() 819 SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings() 822 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings() local
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | srmmu.c | 695 SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton() 698 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_early_allocate_ptable_skeleton() local 729 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton() 732 memset(pmdp, 0, SRMMU_PMD_TABLE_SIZE); in srmmu_allocate_ptable_skeleton() 819 pmdp = __srmmu_get_nocache(SRMMU_PMD_TABLE_SIZE, in srmmu_inherit_prom_mappings() 820 SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings() 823 memset(__nocache_fix(pmdp), 0, SRMMU_PMD_TABLE_SIZE); in srmmu_inherit_prom_mappings() local
|
Completed in 9 milliseconds