Lines Matching refs:kern_linear_pte_xor

56 unsigned long kern_linear_pte_xor[4] __read_mostly;  variable
1682 pte_val ^= kern_linear_pte_xor[2]; in kernel_map_hugepud()
1688 pte_val ^= kern_linear_pte_xor[3]; in kernel_map_hugepud()
1722 pte_val ^= kern_linear_pte_xor[0]; in kernel_map_hugepmd()
1730 pte_val ^= kern_linear_pte_xor[1]; in kernel_map_hugepmd()
1734 pte_val ^= kern_linear_pte_xor[2]; in kernel_map_hugepmd()
2224 kern_linear_pte_xor[1] = (_PAGE_VALID | _PAGE_SZ256MB_4V) ^ in sun4v_linear_pte_xor_finalize()
2226 kern_linear_pte_xor[1] |= (_PAGE_CP_4V | pagecv_flag | in sun4v_linear_pte_xor_finalize()
2229 kern_linear_pte_xor[1] = kern_linear_pte_xor[0]; in sun4v_linear_pte_xor_finalize()
2233 kern_linear_pte_xor[2] = (_PAGE_VALID | _PAGE_SZ2GB_4V) ^ in sun4v_linear_pte_xor_finalize()
2235 kern_linear_pte_xor[2] |= (_PAGE_CP_4V | pagecv_flag | in sun4v_linear_pte_xor_finalize()
2238 kern_linear_pte_xor[2] = kern_linear_pte_xor[1]; in sun4v_linear_pte_xor_finalize()
2242 kern_linear_pte_xor[3] = (_PAGE_VALID | _PAGE_SZ16GB_4V) ^ in sun4v_linear_pte_xor_finalize()
2244 kern_linear_pte_xor[3] |= (_PAGE_CP_4V | pagecv_flag | in sun4v_linear_pte_xor_finalize()
2247 kern_linear_pte_xor[3] = kern_linear_pte_xor[2]; in sun4v_linear_pte_xor_finalize()
2690 kern_linear_pte_xor[0] = _PAGE_VALID ^ PAGE_OFFSET; in sun4u_pgprot_init()
2692 kern_linear_pte_xor[0] = (_PAGE_VALID | _PAGE_SZ4MB_4U) ^ in sun4u_pgprot_init()
2695 kern_linear_pte_xor[0] |= (_PAGE_CP_4U | _PAGE_CV_4U | in sun4u_pgprot_init()
2699 kern_linear_pte_xor[i] = kern_linear_pte_xor[0]; in sun4u_pgprot_init()
2737 kern_linear_pte_xor[0] = _PAGE_VALID ^ PAGE_OFFSET; in sun4v_pgprot_init()
2739 kern_linear_pte_xor[0] = (_PAGE_VALID | _PAGE_SZ4MB_4V) ^ in sun4v_pgprot_init()
2742 kern_linear_pte_xor[0] |= (page_cache4v_flag | _PAGE_P_4V | in sun4v_pgprot_init()
2746 kern_linear_pte_xor[i] = kern_linear_pte_xor[0]; in sun4v_pgprot_init()