Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dpgalloc_32.h66 return srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in pte_alloc_one_kernel()
72 srmmu_free_nocache(pte, PTE_SIZE); in free_pte_fast()
Dpgtable_32.h49 #define PTE_SIZE (PTRS_PER_PTE*4) macro
/arch/powerpc/include/asm/
Dkvm_book3s_32.h32 #define PTE_SIZE 12 macro
/arch/powerpc/kvm/
Dbook3s_mmu_hpte.c34 #define PTE_SIZE 12 macro
40 return hash_64(eaddr >> PTE_SIZE, HPTEG_HASH_BITS_PTE); in kvmppc_mmu_hash_pte()
45 return hash_64((eaddr & 0x0ffff000) >> PTE_SIZE, in kvmppc_mmu_hash_pte_long()
Dbook3s_64_mmu_host.c33 #define PTE_SIZE 12 macro
/arch/sparc/mm/
Dsrmmu.c375 srmmu_free_nocache(__nocache_va(p), PTE_SIZE); in pte_free()
685 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton()
688 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton()
715 ptep = __srmmu_get_nocache(PTE_SIZE, in srmmu_allocate_ptable_skeleton()
716 PTE_SIZE); in srmmu_allocate_ptable_skeleton()
719 memset(ptep, 0, PTE_SIZE); in srmmu_allocate_ptable_skeleton()
802 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_inherit_prom_mappings()
805 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_inherit_prom_mappings()
/arch/powerpc/mm/
Dhash_low_32.S530 addi r5,r5,PTE_SIZE
617 addi r5,r5,PTE_SIZE
/arch/powerpc/kernel/
Dasm-offsets.c415 DEFINE(PTE_SIZE, sizeof(pte_t)); in main()