Lines Matching refs:kern_linear_pte_xor

56 unsigned long kern_linear_pte_xor[4] __read_mostly;  variable
1681 pte_val ^= kern_linear_pte_xor[2]; in kernel_map_hugepud()
1687 pte_val ^= kern_linear_pte_xor[3]; in kernel_map_hugepud()
1721 pte_val ^= kern_linear_pte_xor[0]; in kernel_map_hugepmd()
1729 pte_val ^= kern_linear_pte_xor[1]; in kernel_map_hugepmd()
1733 pte_val ^= kern_linear_pte_xor[2]; in kernel_map_hugepmd()
2223 kern_linear_pte_xor[1] = (_PAGE_VALID | _PAGE_SZ256MB_4V) ^ in sun4v_linear_pte_xor_finalize()
2225 kern_linear_pte_xor[1] |= (_PAGE_CP_4V | pagecv_flag | in sun4v_linear_pte_xor_finalize()
2228 kern_linear_pte_xor[1] = kern_linear_pte_xor[0]; in sun4v_linear_pte_xor_finalize()
2232 kern_linear_pte_xor[2] = (_PAGE_VALID | _PAGE_SZ2GB_4V) ^ in sun4v_linear_pte_xor_finalize()
2234 kern_linear_pte_xor[2] |= (_PAGE_CP_4V | pagecv_flag | in sun4v_linear_pte_xor_finalize()
2237 kern_linear_pte_xor[2] = kern_linear_pte_xor[1]; in sun4v_linear_pte_xor_finalize()
2241 kern_linear_pte_xor[3] = (_PAGE_VALID | _PAGE_SZ16GB_4V) ^ in sun4v_linear_pte_xor_finalize()
2243 kern_linear_pte_xor[3] |= (_PAGE_CP_4V | pagecv_flag | in sun4v_linear_pte_xor_finalize()
2246 kern_linear_pte_xor[3] = kern_linear_pte_xor[2]; in sun4v_linear_pte_xor_finalize()
2686 kern_linear_pte_xor[0] = _PAGE_VALID ^ PAGE_OFFSET; in sun4u_pgprot_init()
2688 kern_linear_pte_xor[0] = (_PAGE_VALID | _PAGE_SZ4MB_4U) ^ in sun4u_pgprot_init()
2691 kern_linear_pte_xor[0] |= (_PAGE_CP_4U | _PAGE_CV_4U | in sun4u_pgprot_init()
2695 kern_linear_pte_xor[i] = kern_linear_pte_xor[0]; in sun4u_pgprot_init()
2733 kern_linear_pte_xor[0] = _PAGE_VALID ^ PAGE_OFFSET; in sun4v_pgprot_init()
2735 kern_linear_pte_xor[0] = (_PAGE_VALID | _PAGE_SZ4MB_4V) ^ in sun4v_pgprot_init()
2738 kern_linear_pte_xor[0] |= (page_cache4v_flag | _PAGE_P_4V | in sun4v_pgprot_init()
2742 kern_linear_pte_xor[i] = kern_linear_pte_xor[0]; in sun4v_pgprot_init()