Home
last modified time | relevance | path

Searched refs:SUN3_PTE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/m68k/include/asm/
Dsun3mmu.h22 #define SUN3_PTE_SIZE (1 << SUN3_PTE_SIZE_BITS) macro
23 #define SUN3_PTE_MASK (SUN3_PTE_SIZE - 1)
/linux-6.1.9/arch/m68k/sun3/
Dmmu_emu.c330 for (i=0; i<SUN3_PMEG_SIZE; i+=SUN3_PTE_SIZE) in mmu_emu_map_pmeg()