Searched refs:priority (Results 101 - 125 of 1104) sorted by path

1234567891011>>

/linux-master/arch/powerpc/kvm/
H A Dbook3s_xics.c134 state->priority);
142 u32 server, u32 priority, u32 saved_priority)
151 state->priority = priority;
154 if ((state->masked_pending || state->resend) && priority != MASKED) {
166 int kvmppc_xics_set_xive(struct kvm *kvm, u32 irq, u32 server, u32 priority) argument
187 irq, server, priority,
190 if (write_xive(xics, ics, state, server, priority, priority))
196 int kvmppc_xics_get_xive(struct kvm *kvm, u32 irq, u32 *server, u32 *priority) argument
140 write_xive(struct kvmppc_xics *xics, struct kvmppc_ics *ics, struct ics_irq_state *state, u32 server, u32 priority, u32 saved_priority) argument
336 icp_try_to_deliver(struct kvmppc_icp *icp, u32 irq, u8 priority, u32 *reject) argument
[all...]
H A Dbook3s_xics.h40 u8 priority; member in struct:ics_irq_state
H A Dbook3s_xive.c139 /* Find highest pending priority */
176 * non-queueing priority (ie, qpage = 0).
275 * as the HW interrupt we use for IPIs is routed to priority 0.
395 /* For each priority that is now masked */
1193 * priority. The count for that new target will have
1269 u32 priority)
1282 irq, server, priority);
1285 if (priority != MASKED) {
1288 xive_prio_from_guest(priority));
1315 if (priority
1268 kvmppc_xive_set_xive(struct kvm *kvm, u32 irq, u32 server, u32 priority) argument
1369 kvmppc_xive_get_xive(struct kvm *kvm, u32 irq, u32 *server, u32 *priority) argument
[all...]
H A Dbook3s_xive_native.c419 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; local
490 priority = (kvm_cfg & KVM_XIVE_SOURCE_PRIORITY_MASK) >>
499 if (priority !
416 kvmppc_xive_native_update_source_config(struct kvmppc_xive *xive, struct kvmppc_xive_src_block *sb, struct kvmppc_xive_irq_state *state, u32 server, u8 priority, bool masked, u32 eisn) argument
567 u8 priority; local
716 u8 priority; local
[all...]
H A Dbooke.c272 unsigned int priority)
274 trace_kvm_booke_queue_irqprio(vcpu, priority);
275 set_bit(priority, &vcpu->arch.pending_exceptions);
414 /* Deliver the interrupt of the corresponding priority, if possible. */
416 unsigned int priority)
439 if (priority == BOOKE_IRQPRIO_EXTERNAL_LEVEL) {
440 priority = BOOKE_IRQPRIO_EXTERNAL;
444 if ((priority == BOOKE_IRQPRIO_EXTERNAL) && vcpu->arch.epr_flags)
447 switch (priority) {
531 vcpu->arch.ivor[priority];
271 kvmppc_booke_queue_irqprio(struct kvm_vcpu *vcpu, unsigned int priority) argument
415 kvmppc_booke_irqprio_deliver(struct kvm_vcpu *vcpu, unsigned int priority) argument
693 unsigned int priority; local
[all...]
H A Dmpic.c143 int priority; member in struct:irq_queue
147 uint32_t ivpr; /* IRQ vector/priority register */
180 int32_t ctpr; /* CPU current task priority */
295 int priority = -1; local
303 irq, IVPR_PRIORITY(opp->src[irq].ivpr), priority);
305 if (IVPR_PRIORITY(opp->src[irq].ivpr) > priority) {
307 priority = IVPR_PRIORITY(opp->src[irq].ivpr);
312 q->priority = priority;
328 int priority; local
[all...]
H A Dtrace_booke.h180 TP_PROTO(struct kvm_vcpu *vcpu, unsigned int priority),
181 TP_ARGS(vcpu, priority),
185 __field( __u32, priority )
191 __entry->priority = priority;
197 __print_symbolic(__entry->priority, kvm_trace_symbol_irqprio),
/linux-master/arch/powerpc/platforms/cell/
H A Dinterrupt.c325 * priority of 1. We might want to improve that later.
342 (1 << 12) /* priority */ |
376 void iic_set_interrupt_routing(int cpu, int thread, int priority) argument
383 iic_ir |= CBE_IIC_IR_PRIO(priority) |
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-async.c243 .priority = 0,
H A Dopal-hmi.c363 .priority = 0,
H A Dopal-memory-errors.c115 .priority = 0,
H A Dopal-power.c120 .priority = 0,
127 .priority = 0,
134 .priority = 0,
H A Dopal-prd.c378 .priority = 0,
384 .priority = 0,
/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c496 .priority = CMM_MEM_HOTPLUG_PRI
/linux-master/arch/powerpc/sysdev/
H A Dfsl_soc.c159 .priority = 128,
/linux-master/arch/powerpc/sysdev/xics/
H A Dics-opal.c101 int8_t priority; local
108 rc = opal_get_xive(hw_irq, &oserver, &priority);
126 rc = opal_set_xive(hw_irq, server, priority);
156 int8_t priority; local
162 rc = opal_get_xive(hw_irq, &server, &priority);
173 int8_t priority; local
176 rc = opal_get_xive(vec, &server, &priority);
187 int8_t priority; local
190 rc = opal_get_xive(vec, &server, &priority);
/linux-master/arch/powerpc/sysdev/xive/
H A Dspapr.c269 unsigned long priority,
278 priority);
283 target, priority, rc);
291 target, priority, retbuf[0], retbuf[1]);
300 unsigned long priority,
306 pr_debug("H_INT_SET_QUEUE_CONFIG flags=0x%lx target=%ld priority=0x%lx qpage=0x%lx qsize=0x%lx\n",
307 flags, target, priority, qpage, qsize);
311 priority, qpage, qsize);
316 target, priority, qpage, rc);
630 /* Mark the priority pendin
267 plpar_int_get_queue_info(unsigned long flags, unsigned long target, unsigned long priority, unsigned long *esn_page, unsigned long *esn_size) argument
298 plpar_int_set_queue_config(unsigned long flags, unsigned long target, unsigned long priority, unsigned long qpage, unsigned long qsize) argument
[all...]
/linux-master/arch/riscv/kernel/
H A Dsbi.c673 sbi_srst_reboot_nb.priority = 192;
/linux-master/arch/s390/kernel/
H A Dipl.c2341 .priority = INT_MIN,
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7724.c1271 .priority = SH_MOBILE_PRE(SH_MOBILE_SLEEP_CPU),
1276 .priority = SH_MOBILE_POST(SH_MOBILE_SLEEP_CPU),
/linux-master/arch/sh/kernel/
H A Dkgdb.c356 * Lowest-prio notifier priority, we want to be notified last:
358 .priority = -INT_MAX,
/linux-master/arch/sparc/kernel/
H A Dsstate.c88 .priority = INT_MAX,
/linux-master/arch/um/drivers/
H A Dmconsole_kern.c51 .priority = 0,
854 .priority = INT_MAX, /* run as soon as possible */
/linux-master/arch/um/kernel/
H A Dum_arch.c257 .priority = INT_MAX - 1, /* run as 2nd notifier, won't return */
/linux-master/arch/x86/crypto/
H A Daesni-intel_glue.c1172 #define DEFINE_XTS_ALG(suffix, driver_name, priority) \
1195 .cra_priority = priority, \

Completed in 950 milliseconds

1234567891011>>