Searched refs:PTE_SIZE (Results 1 – 8 of 8) sorted by relevance
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 65 return srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in pte_alloc_one_kernel() 71 srmmu_free_nocache(pte, PTE_SIZE); in free_pte_fast()
|
D | pgtable_32.h | 48 #define PTE_SIZE (PTRS_PER_PTE*4) macro
|
/arch/powerpc/include/asm/ |
D | kvm_book3s_32.h | 32 #define PTE_SIZE 12 macro
|
/arch/powerpc/kvm/ |
D | book3s_mmu_hpte.c | 33 #define PTE_SIZE 12 macro 39 return hash_64(eaddr >> PTE_SIZE, HPTEG_HASH_BITS_PTE); in kvmppc_mmu_hash_pte() 44 return hash_64((eaddr & 0x0ffff000) >> PTE_SIZE, in kvmppc_mmu_hash_pte_long()
|
D | book3s_64_mmu_host.c | 32 #define PTE_SIZE 12 macro
|
/arch/sparc/mm/ |
D | srmmu.c | 368 srmmu_free_nocache(__nocache_va(p), PTE_SIZE); in pte_free() 678 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton() 681 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton() 708 ptep = __srmmu_get_nocache(PTE_SIZE, in srmmu_allocate_ptable_skeleton() 709 PTE_SIZE); in srmmu_allocate_ptable_skeleton() 712 memset(ptep, 0, PTE_SIZE); in srmmu_allocate_ptable_skeleton() 795 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_inherit_prom_mappings() 798 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_inherit_prom_mappings()
|
/arch/powerpc/mm/ |
D | hash_low_32.S | 530 addi r5,r5,PTE_SIZE 617 addi r5,r5,PTE_SIZE
|
/arch/powerpc/kernel/ |
D | asm-offsets.c | 433 DEFINE(PTE_SIZE, sizeof(pte_t)); in main()
|