Home
last modified time | relevance | path

Searched defs:DO_BIC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c202 #define DO_BIC(COUNTER_NAME) (bic_enabled & bic_present & COUNTER_NAME) macro
/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c951 #define DO_BIC(N, M) ((N) & ~(M)) macro
H A Dsve_helper.c131 #define DO_BIC(N, M, G) (((N) & ~(M)) & (G)) macro
201 #define DO_BIC(N, M) (N & ~M) macro