Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/include/asm/
Dleon.h158 #define LEON_PTE_M 0x3f macro
167 #define LEON_PTE_M 0x3f macro
176 #define LEON_PTE_M 0x3f macro
185 #define LEON_PTE_M 0x3f macro
/linux-4.1.27/arch/sparc/mm/
Dleon_mm.c139 ptr += (((vaddr >> LEON_PTE_SH) & LEON_PTE_M) * 4); in leon_swprobe()