Home
last modified time | relevance | path

Searched refs:PTE_SIZE (Results 1 – 2 of 2) 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.c666 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton()
669 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton()
700 ptep = __srmmu_get_nocache(PTE_SIZE, in srmmu_allocate_ptable_skeleton()
701 PTE_SIZE); in srmmu_allocate_ptable_skeleton()
704 memset(ptep, 0, PTE_SIZE); in srmmu_allocate_ptable_skeleton()
796 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_inherit_prom_mappings()
799 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_inherit_prom_mappings()