Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/kvm/
Dguestdbg.c392 u32 perc = (vcpu->arch.sie_block->perc << 24); in debug_exit_required() local
400 if (per_write_wp_event(perc) && in debug_exit_required()
409 if (per_bp_event(perc) && in debug_exit_required()
428 if (guestdbg_sstep_enabled(vcpu) && per_bp_event(perc)) { in debug_exit_required()
444 u32 perc = vcpu->arch.sie_block->perc << 24; in filter_guest_per_event() local
451 u32 guest_perc = perc & cr9 & PER_EVENT_MASK; in filter_guest_per_event()
470 vcpu->arch.sie_block->perc = guest_perc >> 24; in filter_guest_per_event()
Dintercept.c181 pgm_info->per_code = vcpu->arch.sie_block->perc; in __extract_prog_irq()
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-radio-rx.c43 int perc; in vivid_radio_rx_read() local
99 perc = abs(dev->radio_rx_sig_qual) / 4; in vivid_radio_rx_read()
108 if (perc && prandom_u32_max(100) < perc) { in vivid_radio_rx_read()
/linux-4.4.14/net/tipc/
Dnetlink_compat.c412 static inline u32 perc(u32 count, u32 total) in perc() function
525 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P0]), in tipc_nl_compat_link_stat_dump()
527 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P1]), in tipc_nl_compat_link_stat_dump()
529 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P2]), in tipc_nl_compat_link_stat_dump()
531 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P3]), in tipc_nl_compat_link_stat_dump()
535 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P4]), in tipc_nl_compat_link_stat_dump()
537 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P5]), in tipc_nl_compat_link_stat_dump()
539 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P6]), in tipc_nl_compat_link_stat_dump()
/linux-4.4.14/arch/s390/include/asm/
Dkvm_host.h160 __u8 perc; /* 0x00d6 */ member