Home
last modified time | relevance | path

Searched refs:perc (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tests/tcg/aarch64/
H A Dpauth-4.c13 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 Dpauth-1.c16 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 Dguestdbg.c388 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 Dintercept.c199 pgm_info.per_code = vcpu->arch.sie_block->perc; in inject_prog_on_prog_intercept()
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.c33 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 Dnetlink_compat.c497 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 Dtrace-events48 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 Dkvm_host.h318 __u8 perc; /* 0x00d6 */ member