Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dpgalloc_32.h62 return srmmu_get_nocache(SRMMU_PTE_TABLE_SIZE, in pte_alloc_one_kernel()
63 SRMMU_PTE_TABLE_SIZE); in pte_alloc_one_kernel()
69 srmmu_free_nocache(pte, SRMMU_PTE_TABLE_SIZE); in free_pte_fast()
H A Dpgtsrmmu.h20 #define SRMMU_PTE_TABLE_SIZE (PTRS_PER_PTE*4) macro
/openbmc/linux/arch/sparc/mm/
H A Dsrmmu.c378 srmmu_free_nocache(ptep, SRMMU_PTE_TABLE_SIZE); in pte_free()