Searched refs:IS_IMPL_BIT_SET (Results 1 – 3 of 3) sorted by relevance
56 #define IS_IMPL_BIT_SET(fsp, y) ((fsp->hsfs_ext_impl) & ((0x01L) << (y))) macro67 #define IS_SUSP_IMPLEMENTED(fsp) (IS_IMPL_BIT_SET(fsp, 0) ? 1 : 0)
76 #define IS_RRIP_IMPLEMENTED(fsp) (IS_IMPL_BIT_SET(fsp, RRIP_BIT) ? 1 : 0)
254 if (!IS_IMPL_BIT_SET(sig_args_p->fsp, impl_bit_num)) in parse_signatures()