Home
last modified time | relevance | path

Searched refs:_PAGE_SZHUGE_4V (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/sparc/include/asm/
Dpgtable_64.h175 #define _PAGE_SZHUGE_4V _PAGE_SZ4MB_4V macro
178 #define _PAGE_SZHUGE_4V _PAGE_SZ512K_4V macro
181 #define _PAGE_SZHUGE_4V _PAGE_SZ64K_4V macro
372 : "i" (_PAGE_SZHUGE_4U), "i" (_PAGE_SZHUGE_4V)); in pte_mkhuge()
/linux-3.4.99/arch/sparc/kernel/
Dtsb.S133 mov _PAGE_SZHUGE_4V, %g7
/linux-3.4.99/arch/sparc/mm/
Dinit_64.c316 (pte_val(pte) & _PAGE_SZALL_4V) == _PAGE_SZHUGE_4V) || in update_mmu_cache()