Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sparc/mm/
Dinit_64.c2047 #define _PAGE_CACHE_4V (_PAGE_CP_4V | _PAGE_CV_4V) macro
2204 _PAGE_CACHE_4V | _PAGE_P_4V | in sun4v_pgprot_init()
2211 _PAGE_CACHE = _PAGE_CACHE_4V; in sun4v_pgprot_init()
2242 page_none = _PAGE_PRESENT_4V | _PAGE_ACCESSED_4V | _PAGE_CACHE_4V; in sun4v_pgprot_init()
2243 page_shared = (_PAGE_VALID | _PAGE_PRESENT_4V | _PAGE_CACHE_4V | in sun4v_pgprot_init()
2245 page_copy = (_PAGE_VALID | _PAGE_PRESENT_4V | _PAGE_CACHE_4V | in sun4v_pgprot_init()
2247 page_readonly = (_PAGE_VALID | _PAGE_PRESENT_4V | _PAGE_CACHE_4V | in sun4v_pgprot_init()