Lines Matching refs:_PAGE_VALID

2225 		kern_linear_pte_xor[1] = (_PAGE_VALID | _PAGE_SZ256MB_4V) ^  in sun4v_linear_pte_xor_finalize()
2234 kern_linear_pte_xor[2] = (_PAGE_VALID | _PAGE_SZ2GB_4V) ^ in sun4v_linear_pte_xor_finalize()
2243 kern_linear_pte_xor[3] = (_PAGE_VALID | _PAGE_SZ16GB_4V) ^ in sun4v_linear_pte_xor_finalize()
2635 pte_base = (_PAGE_VALID | _PAGE_SZ4MB_4U | in vmemmap_populate()
2639 pte_base = (_PAGE_VALID | _PAGE_SZ4MB_4V | in vmemmap_populate()
2661 if (!(pte & _PAGE_VALID)) { in vmemmap_populate()
2713 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2717 PAGE_KERNEL_LOCKED = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2726 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4U | __DIRTY_BITS_4U | in sun4u_pgprot_init()
2730 kern_linear_pte_xor[0] = _PAGE_VALID ^ PAGE_OFFSET; in sun4u_pgprot_init()
2732 kern_linear_pte_xor[0] = (_PAGE_VALID | _PAGE_SZ4MB_4U) ^ in sun4u_pgprot_init()
2747 page_shared = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()
2749 page_copy = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()
2751 page_readonly = (_PAGE_VALID | _PAGE_PRESENT_4U | _PAGE_CACHE_4U | in sun4u_pgprot_init()
2766 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4V | _PAGE_VALID | in sun4v_pgprot_init()
2777 kern_linear_pte_xor[0] = _PAGE_VALID ^ PAGE_OFFSET; in sun4v_pgprot_init()
2779 kern_linear_pte_xor[0] = (_PAGE_VALID | _PAGE_SZ4MB_4V) ^ in sun4v_pgprot_init()
2788 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4V | __DIRTY_BITS_4V | in sun4v_pgprot_init()
2797 page_shared = (_PAGE_VALID | _PAGE_PRESENT_4V | page_cache4v_flag | in sun4v_pgprot_init()
2799 page_copy = (_PAGE_VALID | _PAGE_PRESENT_4V | page_cache4v_flag | in sun4v_pgprot_init()
2801 page_readonly = (_PAGE_VALID | _PAGE_PRESENT_4V | page_cache4v_flag | in sun4v_pgprot_init()
2854 val = (_PAGE_VALID | _PAGE_SZ4MB_4U | in kern_large_tte()
2858 val = (_PAGE_VALID | _PAGE_SZ4MB_4V | in kern_large_tte()
2989 if (!(pte & _PAGE_VALID)) in update_mmu_cache_pmd()