Home
last modified time | relevance | path

Searched refs:l2cr (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/chrp/
Dsetup.c227 const unsigned int *l2cr = of_get_property(np, "l2cr", NULL); in pegasos_set_l2cr() local
228 if (l2cr == NULL) { in pegasos_set_l2cr()
232 if (!((*l2cr) & 0x80000000)) { in pegasos_set_l2cr()
236 _set_L2CR((*l2cr) | 0x80000000); in pegasos_set_l2cr()
/Linux-v5.4/arch/powerpc/platforms/powermac/
Dsetup.c244 const unsigned int *l2cr = in l2cr_init() local
246 if (l2cr) { in l2cr_init()
248 ppc_override_l2cr_value = *l2cr; in l2cr_init()
/Linux-v5.4/Documentation/admin-guide/sysctl/
Dkernel.rst51 - l2cr [ PPC only ]
441 l2cr: (PPC only)
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt2202 l2cr= [PPC]