Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Dopal.c78 u64 reinit_flags = 0; in opal_configure_cores() local
87 reinit_flags |= OPAL_REINIT_CPUS_HILE_BE; in opal_configure_cores()
89 reinit_flags |= OPAL_REINIT_CPUS_HILE_LE; in opal_configure_cores()
98 reinit_flags |= OPAL_REINIT_CPUS_MMU_HASH; in opal_configure_cores()
100 reinit_flags |= OPAL_REINIT_CPUS_MMU_RADIX; in opal_configure_cores()
103 opal_reinit_cpus(reinit_flags); in opal_configure_cores()