Searched defs:print_kf_bit (Results 1 – 2 of 2) sorted by relevance
362 #define print_kf_bit(kf_value) if (Prcb->FeatureBits & kf_value) DbgPrint(#kf_value " ") in KiReportCpuFeatures() macro
448 #define print_kf_bit(kf_value) if (KeFeatureBits & kf_value) DbgPrint(#kf_value " ") in KiReportCpuFeatures() macro