Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/include/asm/
Dleon.h159 #define LEON_PTE_M 0x3f macro
168 #define LEON_PTE_M 0x3f macro
177 #define LEON_PTE_M 0x3f macro
186 #define LEON_PTE_M 0x3f macro
/linux-6.1.9/arch/sparc/mm/
Dleon_mm.c140 ptr += (((vaddr >> LEON_PTE_SH) & LEON_PTE_M) * 4); in leon_swprobe()