Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dpgtable_64.h162 #define _PAGE_CV_4V _AC(0x0000000000000200,UL) /* Cacheable in V-Cache */ macro
314 _PAGE_CP_4V | _PAGE_CV_4V | _PAGE_E_4V | _PAGE_PRESENT_4V | in pte_modify()
350 "i" (_PAGE_CP_4V | _PAGE_CV_4V), "i" (_PAGE_E_4V)); in pgprot_noncached()
Dtsb.h191 or REG, _PAGE_CP_4V|_PAGE_CV_4V|_PAGE_SZHUGE_4V, REG; \
/arch/sparc/mm/
Dinit_64.c1726 kern_linear_pte_xor[1] |= (_PAGE_CP_4V | _PAGE_CV_4V | in sun4v_linear_pte_xor_finalize()
1735 kern_linear_pte_xor[2] |= (_PAGE_CP_4V | _PAGE_CV_4V | in sun4v_linear_pte_xor_finalize()
1744 kern_linear_pte_xor[3] |= (_PAGE_CP_4V | _PAGE_CV_4V | in sun4v_linear_pte_xor_finalize()
2140 #define _PAGE_CACHE_4V (_PAGE_CP_4V | _PAGE_CV_4V)
2186 _PAGE_CP_4V | _PAGE_CV_4V | in vmemmap_populate()
2334 kern_linear_pte_xor[0] |= (_PAGE_CP_4V | _PAGE_CV_4V | in sun4v_pgprot_init()
2411 _PAGE_CP_4V | _PAGE_CV_4V | _PAGE_P_4V | in kern_large_tte()
2648 pte |= _PAGE_CP_4V|_PAGE_CV_4V; in pmd_pgprot()