Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/mm/
Dinit_64.c2168 static void prot_init_common(unsigned long page_none, in prot_init_common() argument
2177 protection_map[0x0] = __pgprot(page_none); in prot_init_common()
2185 protection_map[0x8] = __pgprot(page_none); in prot_init_common()
2197 unsigned long page_none, page_shared, page_copy, page_readonly; in sun4u_pgprot_init() local
2235 page_none = _PAGE_PRESENT_4U | _PAGE_ACCESSED_4U | _PAGE_CACHE_4U; in sun4u_pgprot_init()
2245 prot_init_common(page_none, page_shared, page_copy, page_readonly, in sun4u_pgprot_init()
2251 unsigned long page_none, page_shared, page_copy, page_readonly; in sun4v_pgprot_init() local
2293 page_none = _PAGE_PRESENT_4V | _PAGE_ACCESSED_4V | _PAGE_CACHE_4V; in sun4v_pgprot_init()
2303 prot_init_common(page_none, page_shared, page_copy, page_readonly, in sun4v_pgprot_init()
Dsrmmu.c2199 BTFIXUPSET_INT(page_none, pgprot_val(SRMMU_PAGE_NONE)); in ld_mmu_srmmu()
Dsun4c.c2049 BTFIXUPSET_INT(page_none, pgprot_val(SUN4C_PAGE_NONE)); in ld_mmu_sun4c()
/linux-3.4.99/arch/sparc/include/asm/
Dpgtable_32.h45 BTFIXUPDEF_INT(page_none)
64 #define PAGE_NONE __pgprot(BTFIXUP_INT(page_none))