Lines Matching refs:priority

419 					u32 server, u8 priority, bool masked,
428 if (state->act_server == server && state->act_priority == priority &&
433 priority, server, masked, state->act_server,
438 if (priority != MASKED && !masked) {
439 rc = kvmppc_xive_select_target(kvm, &server, priority);
443 state->act_priority = priority;
449 priority, eisn);
472 u8 priority;
490 priority = (kvm_cfg & KVM_XIVE_SOURCE_PRIORITY_MASK) >>
499 if (priority != xive_prio_from_guest(priority)) {
500 pr_err("invalid priority for queue %d for VCPU %d\n",
501 priority, server);
506 priority, masked, eisn);
567 u8 priority;
578 * Demangle priority/server tuple from the EQ identifier
580 priority = (eq_idx & KVM_XIVE_EQ_PRIORITY_MASK) >>
595 if (priority != xive_prio_from_guest(priority)) {
597 priority, server);
600 q = &xc->queues[priority];
602 pr_devel("%s VCPU %d priority %d fl:%x shift:%d addr:%llx g:%d idx:%d\n",
603 __func__, server, priority, kvm_eq.flags,
611 rc = kvmppc_xive_native_configure_queue(xc->vp_id, q, priority,
615 priority, xc->server_num, rc);
678 rc = kvmppc_xive_native_configure_queue(xc->vp_id, q, priority,
682 priority, xc->server_num, rc);
692 rc = xive_native_set_queue_state(xc->vp_id, priority,
699 rc = kvmppc_xive_attach_escalation(vcpu, priority,
703 kvmppc_xive_native_cleanup_queue(vcpu, priority);
716 u8 priority;
726 * Demangle priority/server tuple from the EQ identifier
728 priority = (eq_idx & KVM_XIVE_EQ_PRIORITY_MASK) >>
740 if (priority != xive_prio_from_guest(priority)) {
741 pr_err("invalid priority for queue %d for VCPU %d\n",
742 priority, server);
745 q = &xc->queues[priority];
752 rc = xive_native_get_queue_info(xc->vp_id, priority, &qaddr, &qshift,
764 rc = xive_native_get_queue_state(xc->vp_id, priority, &kvm_eq.qtoggle,
769 pr_devel("%s VCPU %d priority %d fl:%x shift:%d addr:%llx g:%d idx:%d\n",
770 __func__, server, priority, kvm_eq.flags,