Searched refs:DO_BIC (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 202 #define DO_BIC(COUNTER_NAME) (bic_enabled & bic_present & COUNTER_NAME) macro 837 if (DO_BIC(BIC_USEC)) in print_header() 839 if (DO_BIC(BIC_TOD)) in print_header() 841 if (DO_BIC(BIC_Package)) in print_header() 843 if (DO_BIC(BIC_Die)) in print_header() 845 if (DO_BIC(BIC_Node)) in print_header() 847 if (DO_BIC(BIC_Core)) in print_header() 849 if (DO_BIC(BIC_CPU)) in print_header() 851 if (DO_BIC(BIC_APIC)) in print_header() 853 if (DO_BIC(BIC_X2APIC)) in print_header() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 131 #define DO_BIC(N, M, G) (((N) & ~(M)) & (G)) macro 140 LOGICAL_PPPP(sve_bic_pppp, DO_BIC) in LOGICAL_PPPP() 149 #undef DO_BIC in LOGICAL_PPPP() 201 #define DO_BIC(N, M) (N & ~M) macro 235 DO_ZPZZ(sve_bic_zpzz_b, uint8_t, H1, DO_BIC) 236 DO_ZPZZ(sve_bic_zpzz_h, uint16_t, H1_2, DO_BIC) 237 DO_ZPZZ(sve_bic_zpzz_s, uint32_t, H1_4, DO_BIC) 238 DO_ZPZZ_D(sve_bic_zpzz_d, uint64_t, DO_BIC) 1856 #undef DO_BIC
|
H A D | mve_helper.c | 951 #define DO_BIC(N, M) ((N) & ~(M)) macro 957 DO_2OP(vbic, 8, uint64_t, DO_BIC)
|