Lines Matching refs:kern_linear_pte_xor

55 unsigned long kern_linear_pte_xor[4] __read_mostly;  variable
1680 pte_val ^= kern_linear_pte_xor[2]; in kernel_map_hugepud()
1686 pte_val ^= kern_linear_pte_xor[3]; in kernel_map_hugepud()
1720 pte_val ^= kern_linear_pte_xor[0]; in kernel_map_hugepmd()
1728 pte_val ^= kern_linear_pte_xor[1]; in kernel_map_hugepmd()
1732 pte_val ^= kern_linear_pte_xor[2]; in kernel_map_hugepmd()
2222 kern_linear_pte_xor[1] = (_PAGE_VALID | _PAGE_SZ256MB_4V) ^ in sun4v_linear_pte_xor_finalize()
2224 kern_linear_pte_xor[1] |= (_PAGE_CP_4V | pagecv_flag | in sun4v_linear_pte_xor_finalize()
2227 kern_linear_pte_xor[1] = kern_linear_pte_xor[0]; in sun4v_linear_pte_xor_finalize()
2231 kern_linear_pte_xor[2] = (_PAGE_VALID | _PAGE_SZ2GB_4V) ^ in sun4v_linear_pte_xor_finalize()
2233 kern_linear_pte_xor[2] |= (_PAGE_CP_4V | pagecv_flag | in sun4v_linear_pte_xor_finalize()
2236 kern_linear_pte_xor[2] = kern_linear_pte_xor[1]; in sun4v_linear_pte_xor_finalize()
2240 kern_linear_pte_xor[3] = (_PAGE_VALID | _PAGE_SZ16GB_4V) ^ in sun4v_linear_pte_xor_finalize()
2242 kern_linear_pte_xor[3] |= (_PAGE_CP_4V | pagecv_flag | in sun4v_linear_pte_xor_finalize()
2245 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()