Lines Matching refs:IS_ENABLED
54 (IS_ENABLED(config) ? FTR_VISIBLE : FTR_HIDDEN)
674 return IS_ENABLED(CONFIG_ARM64_SW_TTBR0_PAN) && in system_uses_ttbr0_pan()
680 return IS_ENABLED(CONFIG_ARM64_SVE) && in system_supports_sve()
686 return IS_ENABLED(CONFIG_ARM64_CNP) && in system_supports_cnp()
692 return IS_ENABLED(CONFIG_ARM64_PTR_AUTH) && in system_supports_address_auth()
698 return IS_ENABLED(CONFIG_ARM64_PTR_AUTH) && in system_supports_generic_auth()
704 return IS_ENABLED(CONFIG_ARM64_PSEUDO_NMI) && in system_uses_irq_prio_masking()
710 return IS_ENABLED(CONFIG_ARM64_MTE) && in system_supports_mte()
716 return IS_ENABLED(CONFIG_ARM64_DEBUG_PRIORITY_MASKING) && in system_has_prio_mask_debugging()
722 return IS_ENABLED(CONFIG_ARM64_BTI) && cpus_have_const_cap(ARM64_BTI); in system_supports_bti()
727 return IS_ENABLED(CONFIG_ARM64_TLB_RANGE) && in system_supports_tlb_range()
759 if (!IS_ENABLED(CONFIG_ARM64_HW_AFDBM)) in cpu_has_hw_af()