Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dbook3s_mmu_hpte.c22 #define PTE_SIZE 12 macro
28 return hash_64(eaddr >> PTE_SIZE, HPTEG_HASH_BITS_PTE); in kvmppc_mmu_hash_pte()
33 return hash_64((eaddr & 0x0ffff000) >> PTE_SIZE, in kvmppc_mmu_hash_pte_long()
H A Dbook3s_64_mmu_host.c22 #define PTE_SIZE 12 macro
/linux/arch/powerpc/include/asm/
H A Dkvm_book3s_32.h21 #define PTE_SIZE 12 macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h51 #define PTE_SIZE (PTRS_PER_PTE*4) macro