Searched refs:perc (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | pauth-4.c | 13 float perc; in main() local 51 perc = (float) count / (float) TESTS; in main() 52 printf("Checks Passed: %0.2f%%\n", perc * 100.0); in main() 53 assert(perc > 0.95); in main()
|
H A D | pauth-1.c | 16 float perc; in main() local 31 perc = (float) count / (float) (TESTS * 2); in main() 32 printf("Ptr Check: %0.2f%%\n", perc * 100.0); in main() 33 assert(perc > 0.95); in main()
|
/openbmc/linux/arch/s390/kvm/ |
H A D | guestdbg.c | 388 static int debug_exit_required(struct kvm_vcpu *vcpu, u8 perc, in debug_exit_required() argument 397 if (per_write_wp_event(perc) && in debug_exit_required() 406 if (per_bp_event(perc) && in debug_exit_required() 425 if (guestdbg_sstep_enabled(vcpu) && per_bp_event(perc)) { in debug_exit_required() 539 const u8 perc = vcpu->arch.sie_block->perc; in filter_guest_per_event() local 545 u8 guest_perc = perc & (cr9 >> 24) & PER_CODE_MASK; in filter_guest_per_event() 574 vcpu->arch.sie_block->perc = guest_perc; in filter_guest_per_event() 590 if (debug_exit_required(vcpu, vcpu->arch.sie_block->perc, in kvm_s390_handle_per_event()
|
H A D | intercept.c | 199 pgm_info.per_code = vcpu->arch.sie_block->perc; in inject_prog_on_prog_intercept()
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-radio-rx.c | 33 int perc; in vivid_radio_rx_read() local 88 perc = abs(dev->radio_rx_sig_qual) / 4; in vivid_radio_rx_read() 97 if (perc && get_random_u32_below(100) < perc) { in vivid_radio_rx_read()
|
/openbmc/linux/net/tipc/ |
H A D | netlink_compat.c | 497 static inline u32 perc(u32 count, u32 total) in perc() function 639 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P0]), in tipc_nl_compat_link_stat_dump() 641 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P1]), in tipc_nl_compat_link_stat_dump() 643 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P2]), in tipc_nl_compat_link_stat_dump() 645 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P3]), in tipc_nl_compat_link_stat_dump() 649 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P4]), in tipc_nl_compat_link_stat_dump() 651 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P5]), in tipc_nl_compat_link_stat_dump() 653 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P6]), in tipc_nl_compat_link_stat_dump()
|
/openbmc/qemu/hw/arm/ |
H A D | trace-events | 48 smmuv3_config_cache_hit(uint32_t sid, uint32_t hits, uint32_t misses, uint32_t perc) "Config cache … 49 smmuv3_config_cache_miss(uint32_t sid, uint32_t hits, uint32_t misses, uint32_t perc) "Config cache…
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | kvm_host.h | 318 __u8 perc; /* 0x00d6 */ member
|