Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/include/asm/
Dleon.h156 #define LEON_PMD_M 0x3f macro
165 #define LEON_PMD_M 0x3f macro
174 #define LEON_PMD_M 0x3f macro
183 #define LEON_PMD_M 0x7f macro
/linux-4.4.14/arch/sparc/mm/
Dleon_mm.c111 ptr += (((vaddr >> LEON_PMD_SH) & LEON_PMD_M) * 4); in leon_swprobe()