Lines Matching refs:kern_linear_pte_xor
56 unsigned long kern_linear_pte_xor[4] __read_mostly; variable
1484 pte_val ^= kern_linear_pte_xor[2]; in kernel_map_hugepud()
1490 pte_val ^= kern_linear_pte_xor[3]; in kernel_map_hugepud()
1524 pte_val ^= kern_linear_pte_xor[0]; in kernel_map_hugepmd()
1532 pte_val ^= kern_linear_pte_xor[1]; in kernel_map_hugepmd()
1536 pte_val ^= kern_linear_pte_xor[2]; in kernel_map_hugepmd()
1985 kern_linear_pte_xor[1] = (_PAGE_VALID | _PAGE_SZ256MB_4V) ^ in sun4v_linear_pte_xor_finalize()
1987 kern_linear_pte_xor[1] |= (_PAGE_CP_4V | pagecv_flag | in sun4v_linear_pte_xor_finalize()
1990 kern_linear_pte_xor[1] = kern_linear_pte_xor[0]; in sun4v_linear_pte_xor_finalize()
1994 kern_linear_pte_xor[2] = (_PAGE_VALID | _PAGE_SZ2GB_4V) ^ in sun4v_linear_pte_xor_finalize()
1996 kern_linear_pte_xor[2] |= (_PAGE_CP_4V | pagecv_flag | in sun4v_linear_pte_xor_finalize()
1999 kern_linear_pte_xor[2] = kern_linear_pte_xor[1]; in sun4v_linear_pte_xor_finalize()
2003 kern_linear_pte_xor[3] = (_PAGE_VALID | _PAGE_SZ16GB_4V) ^ in sun4v_linear_pte_xor_finalize()
2005 kern_linear_pte_xor[3] |= (_PAGE_CP_4V | pagecv_flag | in sun4v_linear_pte_xor_finalize()
2008 kern_linear_pte_xor[3] = kern_linear_pte_xor[2]; in sun4v_linear_pte_xor_finalize()
2507 kern_linear_pte_xor[0] = _PAGE_VALID ^ PAGE_OFFSET; in sun4u_pgprot_init()
2509 kern_linear_pte_xor[0] = (_PAGE_VALID | _PAGE_SZ4MB_4U) ^ in sun4u_pgprot_init()
2512 kern_linear_pte_xor[0] |= (_PAGE_CP_4U | _PAGE_CV_4U | in sun4u_pgprot_init()
2516 kern_linear_pte_xor[i] = kern_linear_pte_xor[0]; in sun4u_pgprot_init()
2554 kern_linear_pte_xor[0] = _PAGE_VALID ^ PAGE_OFFSET; in sun4v_pgprot_init()
2556 kern_linear_pte_xor[0] = (_PAGE_VALID | _PAGE_SZ4MB_4V) ^ in sun4v_pgprot_init()
2559 kern_linear_pte_xor[0] |= (page_cache4v_flag | _PAGE_P_4V | in sun4v_pgprot_init()
2563 kern_linear_pte_xor[i] = kern_linear_pte_xor[0]; in sun4v_pgprot_init()