Symbol: perc
arch/s390/include/asm/kvm_host_types.h
282
__u8 perc; /* 0x00d6 */
arch/s390/kvm/guestdbg.c
384
static int debug_exit_required(struct kvm_vcpu *vcpu, u8 perc,
arch/s390/kvm/guestdbg.c
393
if (per_write_wp_event(perc) &&
arch/s390/kvm/guestdbg.c
402
if (per_bp_event(perc) &&
arch/s390/kvm/guestdbg.c
421
if (guestdbg_sstep_enabled(vcpu) && per_bp_event(perc)) {
arch/s390/kvm/guestdbg.c
535
const u8 perc = vcpu->arch.sie_block->perc;
arch/s390/kvm/guestdbg.c
541
u8 guest_perc = perc & (cr9 >> 24) & PER_CODE_MASK;
arch/s390/kvm/guestdbg.c
570
vcpu->arch.sie_block->perc = guest_perc;
arch/s390/kvm/guestdbg.c
586
if (debug_exit_required(vcpu, vcpu->arch.sie_block->perc,
arch/s390/kvm/intercept.c
200
pgm_info.per_code = vcpu->arch.sie_block->perc;
drivers/media/test-drivers/vivid/vivid-radio-rx.c
33
int perc;
drivers/media/test-drivers/vivid/vivid-radio-rx.c
88
perc = abs(dev->radio_rx_sig_qual) / 4;
drivers/media/test-drivers/vivid/vivid-radio-rx.c
97
if (perc && get_random_u32_below(100) < perc) {
net/tipc/netlink_compat.c
636
perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P0]),
net/tipc/netlink_compat.c
638
perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P1]),
net/tipc/netlink_compat.c
640
perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P2]),
net/tipc/netlink_compat.c
642
perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P3]),
net/tipc/netlink_compat.c
646
perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P4]),
net/tipc/netlink_compat.c
648
perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P5]),
net/tipc/netlink_compat.c
650
perc(nla_get_u32(stats[TIPC_NLA_STATS_MSG_LEN_P6]),
tools/testing/selftests/kvm/include/s390/sie.h
189
__u8 perc; /* 0x00d6 */