Searched refs:page_none (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/arch/sparc/mm/ |
D | init_64.c | 2640 static void prot_init_common(unsigned long page_none, in prot_init_common() argument 2649 protection_map[0x0] = __pgprot(page_none); in prot_init_common() 2657 protection_map[0x8] = __pgprot(page_none); in prot_init_common() 2669 unsigned long page_none, page_shared, page_copy, page_readonly; in sun4u_pgprot_init() local 2706 page_none = _PAGE_PRESENT_4U | _PAGE_ACCESSED_4U | _PAGE_CACHE_4U; in sun4u_pgprot_init() 2716 prot_init_common(page_none, page_shared, page_copy, page_readonly, in sun4u_pgprot_init() 2722 unsigned long page_none, page_shared, page_copy, page_readonly; in sun4v_pgprot_init() local 2756 page_none = _PAGE_PRESENT_4V | _PAGE_ACCESSED_4V | page_cache4v_flag; in sun4v_pgprot_init() 2766 prot_init_common(page_none, page_shared, page_copy, page_readonly, in sun4v_pgprot_init()
|