Searched refs:page_none (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/arch/sparc/mm/ |
D | init_64.c | 2117 static void prot_init_common(unsigned long page_none, in prot_init_common() argument 2126 protection_map[0x0] = __pgprot(page_none); in prot_init_common() 2134 protection_map[0x8] = __pgprot(page_none); in prot_init_common() 2146 unsigned long page_none, page_shared, page_copy, page_readonly; in sun4u_pgprot_init() local 2184 page_none = _PAGE_PRESENT_4U | _PAGE_ACCESSED_4U | _PAGE_CACHE_4U; in sun4u_pgprot_init() 2194 prot_init_common(page_none, page_shared, page_copy, page_readonly, in sun4u_pgprot_init() 2200 unsigned long page_none, page_shared, page_copy, page_readonly; in sun4v_pgprot_init() local 2242 page_none = _PAGE_PRESENT_4V | _PAGE_ACCESSED_4V | _PAGE_CACHE_4V; in sun4v_pgprot_init() 2252 prot_init_common(page_none, page_shared, page_copy, page_readonly, in sun4v_pgprot_init()
|
D | srmmu.c | 2199 BTFIXUPSET_INT(page_none, pgprot_val(SRMMU_PAGE_NONE)); in ld_mmu_srmmu()
|
D | sun4c.c | 2049 BTFIXUPSET_INT(page_none, pgprot_val(SUN4C_PAGE_NONE)); in ld_mmu_sun4c()
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | pgtable_32.h | 43 BTFIXUPDEF_INT(page_none) 62 #define PAGE_NONE __pgprot(BTFIXUP_INT(page_none))
|