Lines Matching refs:IS_ENABLED
54 (IS_ENABLED(config) ? FTR_VISIBLE : FTR_HIDDEN)
719 return IS_ENABLED(CONFIG_ARM64_SW_TTBR0_PAN) && in system_uses_ttbr0_pan()
725 return IS_ENABLED(CONFIG_ARM64_SVE) && in system_supports_sve()
731 return IS_ENABLED(CONFIG_ARM64_CNP) && in system_supports_cnp()
737 return IS_ENABLED(CONFIG_ARM64_PTR_AUTH) && in system_supports_address_auth()
743 return IS_ENABLED(CONFIG_ARM64_PTR_AUTH) && in system_supports_generic_auth()
754 return IS_ENABLED(CONFIG_ARM64_PSEUDO_NMI) && in system_uses_irq_prio_masking()
760 return IS_ENABLED(CONFIG_ARM64_MTE) && in system_supports_mte()
766 return IS_ENABLED(CONFIG_ARM64_DEBUG_PRIORITY_MASKING) && in system_has_prio_mask_debugging()
772 return IS_ENABLED(CONFIG_ARM64_BTI) && cpus_have_const_cap(ARM64_BTI); in system_supports_bti()
777 return IS_ENABLED(CONFIG_ARM64_TLB_RANGE) && in system_supports_tlb_range()
809 if (!IS_ENABLED(CONFIG_ARM64_HW_AFDBM)) in cpu_has_hw_af()