Home
last modified time | relevance | path

Searched full:servicing (Results 1 – 25 of 248) sorted by relevance

12345678910

/openbmc/openpower-hw-diags/attn/
H A DAttention_Handler.md112 or a shutdown has been requested. When servicing a HBTI the attention handler
130 When servicing a PHYPTI the attention handler will generate a PEL entry and then
147 These attentions do not generate an attention GPIO event however when servicing
156 hardware analyses is required to determine root cause. When servicing a
180 Regardless of the type of attention, after servicing the attention the attention
187 If the attention handler encounters any errors while servicing an interrupt it
/openbmc/qemu/hw/intc/
H A Dopenpic.c299 if (IRQ_get_next(opp, &dst->servicing) >= 0 && in IRQ_local_pipe()
300 priority <= dst->servicing.priority) { in IRQ_local_pipe()
301 DPRINTF("%s: IRQ %d is hidden by servicing IRQ %d on CPU %d", in IRQ_local_pipe()
302 __func__, n_IRQ, dst->servicing.next, n_CPU); in IRQ_local_pipe()
309 IRQ_get_next(opp, &dst->servicing); in IRQ_local_pipe()
311 dst->raised.priority > dst->servicing.priority) { in IRQ_local_pipe()
314 dst->ctpr, dst->servicing.priority, n_CPU); in IRQ_local_pipe()
318 __func__, n_IRQ, dst->ctpr, dst->servicing.priority, n_CPU); in IRQ_local_pipe()
999 DPRINTF("%s: set CPU %d ctpr to %d, raised %d servicing %d", in openpic_cpu_write_internal()
1001 dst->servicing.priority); in openpic_cpu_write_internal()
[all …]
/openbmc/linux/arch/powerpc/kvm/
H A Dmpic.c182 struct irq_queue servicing; member
383 if (IRQ_get_next(opp, &dst->servicing) >= 0 && in IRQ_local_pipe()
384 priority <= dst->servicing.priority) { in IRQ_local_pipe()
385 pr_debug("%s: IRQ %d is hidden by servicing IRQ %d on CPU %d\n", in IRQ_local_pipe()
386 __func__, n_IRQ, dst->servicing.next, n_CPU); in IRQ_local_pipe()
393 IRQ_get_next(opp, &dst->servicing); in IRQ_local_pipe()
395 dst->raised.priority > dst->servicing.priority) { in IRQ_local_pipe()
399 dst->servicing.priority, n_CPU); in IRQ_local_pipe()
404 dst->servicing.priority, n_CPU); in IRQ_local_pipe()
549 memset(&opp->dst[i].servicing, 0, sizeof(struct irq_queue)); in openpic_reset()
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark/
H A D0001-tracers-Fix-buffer-overflow.patch29 gint irq; /* Time servicing interrupts */
30 gint softirq; /* Time servicing softirqs */
/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/
H A Dvirtual-memory.json28 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
99 …"PublicDescription": "This event count cycles when Page Miss Handler (PMH) is servicing page walks…
/openbmc/linux/tools/perf/pmu-events/arch/x86/sandybridge/
H A Dvirtual-memory.json28 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
99 …"PublicDescription": "This event count cycles when Page Miss Handler (PMH) is servicing page walks…
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dprocessor_mmio_stale_data.rst235 out of Servicing period. Mitigation is not attempted.
240 Servicing period: The process of providing functional and security updates to
244 End of Servicing Updates (ESU): ESU is the date at which Intel will no
245 longer provide Servicing, such as through IPU or other similar update
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DErrorBlocksTransition.interface.yaml12 servicing and the power-on sequence may safely continue.
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/
H A Dvirtual-memory.json77 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
156 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
242 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Dvirtual-memory.json77 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
156 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
242 …iption": "This event counts cycles when the page miss handler (PMH) is servicing page walks cause…
/openbmc/linux/include/linux/platform_data/
H A Dams-delta-fiq.h21 * since the buffer and header need to be accessed by drivers servicing devices
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dseg_helper.c208 "Servicing hardware INT=0x%02x\n", intno); in x86_cpu_exec_interrupt()
216 "Servicing virtual hardware INT=0x%02x\n", intno); in x86_cpu_exec_interrupt()
/openbmc/linux/security/keys/
H A Drequest_key_auth.c183 /* see if the calling process is already servicing the key request of in request_key_auth_new()
190 * servicing is already instantiated */ in request_key_auth_new()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSAX-PD10 …h you. Should SAX prove defective, you assume the cost of all necessary servicing, repair or corre…
H A DSSH-OpenSSH56 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
H A DiMatix39 … with you. Should the Product prove defective, the full cost of repair, servicing, or correction l…
/openbmc/linux/drivers/usb/serial/
H A Dkeyspan_usa49msg.h188 enablePort, // start servicing port (move data, check status)
189 disablePort; // stop servicing port (does implicit tx/rx flush/off)
/openbmc/linux/fs/orangefs/
H A Dwaitqueue.c89 * acquiring the request_mutex because we're servicing a in service_operation()
303 * If client-core finishes servicing, then we are good to go.
/openbmc/linux/Documentation/driver-api/
H A Dipmb.rst13 controllers that perform management functions such as servicing
/openbmc/linux/Documentation/arch/x86/
H A Dintel-hfi.rst64 When servicing such interrupt, the HFI driver parses the updated table and
/openbmc/qemu/docs/devel/migration/
H A Dpostcopy.rst175 a new thread (a) is started that takes over servicing the migration stream,
185 is no longer used by migration, while the listen thread carries on servicing
/openbmc/linux/drivers/atm/
H A Deni.c327 printk(KERN_ALERT " last %p, servicing %d\n",eni_vcc->last, in rx_ident_err()
328 eni_vcc->servicing); in rx_ident_err()
663 ENI_VCC(curr)->servicing--; in poll_rx()
671 ENI_VCC(curr)->servicing--; in poll_rx()
697 DPRINTK("Grr, servicing VCC %ld twice\n",vci); in get_service()
715 ENI_VCC(vcc)->servicing++; in get_service()
798 eni_vcc->servicing = 0; in open_rx_first()
863 /* transition service->rx: rxing++, servicing-- */ in close_rx()
864 if (!eni_vcc->servicing) { in close_rx()
869 eni_vcc->servicing); in close_rx()
[all …]
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dpsci_test.c8 * - A regression test for a race between KVM servicing the PSCI CPU_ON call
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_dp.c48 * @r_vec: IRQ vector servicing this ring
72 * @r_vec: IRQ vector servicing this ring
/openbmc/linux/sound/soc/intel/avs/
H A Davs.h41 * @irq_handler: Top half of IPC servicing
42 * @irq_thread: Bottom half of IPC servicing

12345678910