Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c30 #define USABLE_PR (1U << 0) macro
156 if ((f->usable_privilege & USABLE_PR) && (f->hwcap_bit_nr != -1)) { in feat_try_enable_unknown()
189 if ((f->usable_privilege & USABLE_PR) && (f->hwcap_bit_nr != -1)) { in feat_enable()
976 if (!(f->usable_privilege & USABLE_PR)) { in process_cpufeatures_node()