Searched refs:PTE_SIZE (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | kvm_book3s_32.h | 21 #define PTE_SIZE 12 macro
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_mmu_hpte.c | 22 #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()
|
A D | book3s_64_mmu_host.c | 22 #define PTE_SIZE 12 macro
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | srmmu.c | 702 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton() 705 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_early_allocate_ptable_skeleton() 736 ptep = __srmmu_get_nocache(PTE_SIZE, in srmmu_allocate_ptable_skeleton() 737 PTE_SIZE); in srmmu_allocate_ptable_skeleton() 740 memset(ptep, 0, PTE_SIZE); in srmmu_allocate_ptable_skeleton() 832 ptep = __srmmu_get_nocache(PTE_SIZE, PTE_SIZE); in srmmu_inherit_prom_mappings() 835 memset(__nocache_fix(ptep), 0, PTE_SIZE); in srmmu_inherit_prom_mappings()
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_32.h | 51 #define PTE_SIZE (PTRS_PER_PTE*4) macro
|
Completed in 13 milliseconds