Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dkvm_book3s_32.h21 #define PTE_SIZE 12 macro
/linux/arch/sparc/mm/
H A Dsrmmu.c695 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton()
698 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton()
729 ptep = __srmmu_get_nocache(PTE_SIZE, in srmmu_allocate_ptable_skeleton()
730 PTE_SIZE); in srmmu_allocate_ptable_skeleton()
733 memset(ptep, 0, PTE_SIZE); in srmmu_allocate_ptable_skeleton()
825 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_inherit_prom_mappings()
828 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_inherit_prom_mappings()
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h51 #define PTE_SIZE (PTRS_PER_PTE*4) macro