Home
last modified time | relevance | path

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

/openbmc/linux/arch/arc/include/asm/
H A Dsetup.h32 #define IS_USED_RUN(v) ((v) ? "" : "(not used) ") macro
33 #define IS_USED_CFG(cfg) IS_USED_RUN(IS_ENABLED(cfg))
/openbmc/linux/arch/arc/mm/
H A Dcache.c59 p_slc->sz_k, p_slc->line_len, IS_USED_RUN(slc_enable)); in read_decode_cache_bcr_arcv2()