Home
last modified time | relevance | path

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

/linux-6.12.1/arch/m68k/include/asm/
Dsun3mmu.h21 #define SUN3_PTE_SIZE_BITS 13 macro
22 #define SUN3_PTE_SIZE (1 << SUN3_PTE_SIZE_BITS)
/linux-6.12.1/arch/m68k/sun3/
Dmmu_emu.c378 offset = (vaddr >> SUN3_PTE_SIZE_BITS) & 0xF; in mmu_emu_handle_fault()