Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c39 #define OS_SUPPORT_NONE 0xffffffffU macro
146 if (f->os_support == OS_SUPPORT_NONE) { in feat_try_enable_unknown()
181 if (f->os_support != OS_SUPPORT_NONE) { in feat_enable()
915 f->os_support = OS_SUPPORT_NONE; in process_cpufeatures_node()
958 if (f->os_support == OS_SUPPORT_NONE && f->fscr_bit_nr != -1) { in process_cpufeatures_node()
970 if (f->os_support != OS_SUPPORT_NONE || f->fscr_bit_nr != -1) { in process_cpufeatures_node()