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

/linux-master/arch/s390/kvm/
H A Dguestdbg.c388 static int debug_exit_required(struct kvm_vcpu *vcpu, u8 perc, argument
397 if (per_write_wp_event(perc) &&
406 if (per_bp_event(perc) &&
425 if (guestdbg_sstep_enabled(vcpu) && per_bp_event(perc)) {
539 const u8 perc = vcpu->arch.sie_block->perc; local
545 u8 guest_perc = perc & (cr9 >> 24) & PER_CODE_MASK;
574 vcpu->arch.sie_block->perc = guest_perc;
590 if (debug_exit_required(vcpu, vcpu->arch.sie_block->perc,
H A Dintercept.c199 pgm_info.per_code = vcpu->arch.sie_block->perc;
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.c33 int perc; local
88 perc = abs(dev->radio_rx_sig_qual) / 4;
97 if (perc && get_random_u32_below(100) < perc) {
/linux-master/net/tipc/
H A Dnetlink_compat.c497 static inline u32 perc(u32 count, u32 total) function
639 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P0]),
641 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P1]),
643 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P2]),
645 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P3]),
649 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P4]),
651 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P5]),
653 perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P6]),
/linux-master/arch/s390/include/asm/
H A Dkvm_host.h318 __u8 perc; /* 0x00d6 */ member in struct:kvm_s390_sie_block::__anon63::__anon64

Completed in 126 milliseconds