Searched refs:hit_count (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/tests/tcg/s390x/gdbstub/ |
| H A D | test-signals-s390x.py | 24 report(illegal_op.hit_count == 1, "illegal_op.hit_count == 1") 25 report(stg.hit_count == 4, "stg.hit_count == 4") 26 report(mvc_8.hit_count == 4, "mvc_8.hit_count == 4")
|
| /openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
| H A D | memory.py | 38 report(bp.hit_count == 1, 39 "break @ %s (%s %d hits)" % (end_pc, sym.value(), bp.hit_count)) 50 if wp.hit_count > 0: 88 report(cbp.hit_count == 0, "didn't reach backstop")
|
| H A D | sha1.py | 24 report(bp.hit_count == 1, 25 "break @ %s (%s %d hits)" % (end_pc, sym.value(), bp.hit_count))
|
| /openbmc/u-boot/cmd/aspeed/nettest/ |
| H A D | phy.c | 314 uint16_t hit_count = 0; in phy_check_register() local 318 if ( ++hit_count >= hit_number ) { in phy_check_register() 325 hit_count = 0; in phy_check_register() 330 if ( hit_count < hit_number ) { in phy_check_register()
|