Searched refs:count3 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | bp_signal.c | 167 long long count1, count2, count3; in test__bp_signal() local 261 count3 = bp_count(fd3); in test__bp_signal() 268 count1, count2, count3, overflows, overflows_2); in test__bp_signal() 286 if (count3 != 2) in test__bp_signal() 287 pr_debug("failed: wrong count for bp3 (%lld), expected 2\n", count3); in test__bp_signal() 289 return count1 == 1 && overflows == 3 && count2 == 3 && overflows_2 == 3 && count3 == 2 ? in test__bp_signal()
|
/openbmc/linux/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.h | 91 unsigned int count3; /* 0x00000000 */ member
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | jr3_pci.h | 565 u32 count3; /* offset 0x00ea */ member
|
/openbmc/qemu/disas/ |
H A D | nanomips.c | 8051 uint64 count3 = encode_count3_from_count(count3_value); in LDM() local 8054 rt, s_value, rs, count3); in LDM() 9015 uint64 count3 = encode_count3_from_count(count3_value); in LWM() local 9018 rt, s_value, rs, count3); in LWM() 12996 uint64 count3 = encode_count3_from_count(count3_value); in SDM() local 12999 rt, s_value, rs, count3); in SDM() 15175 uint64 count3 = encode_count3_from_count(count3_value); in SWM() local 15178 rt, s_value, rs, count3); in SWM() 15716 uint64 count3 = encode_count3_from_count(count3_value); in UALDM() local 15719 rt, s_value, rs, count3); in UALDM() [all …]
|