/openbmc/openpower-hw-diags/attn/ |
H A D | Attention_Handler.md | 112 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 D | openpic.c | 299 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 D | mpic.c | 182 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 D | 0001-tracers-Fix-buffer-overflow.patch | 29 gint irq; /* Time servicing interrupts */ 30 gint softirq; /* Time servicing softirqs */
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/jaketown/ |
H A D | virtual-memory.json | 28 …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 D | virtual-memory.json | 28 …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 D | processor_mmio_stale_data.rst | 235 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 D | ErrorBlocksTransition.interface.yaml | 12 servicing and the power-on sequence may safely continue.
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswell/ |
H A D | virtual-memory.json | 77 …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 D | virtual-memory.json | 77 …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 D | ams-delta-fiq.h | 21 * since the buffer and header need to be accessed by drivers servicing devices
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | seg_helper.c | 208 "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 D | request_key_auth.c | 183 /* 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 D | SAX-PD | 10 …h you. Should SAX prove defective, you assume the cost of all necessary servicing, repair or corre…
|
H A D | SSH-OpenSSH | 56 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
H A D | iMatix | 39 … with you. Should the Product prove defective, the full cost of repair, servicing, or correction l…
|
/openbmc/linux/drivers/usb/serial/ |
H A D | keyspan_usa49msg.h | 188 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 D | waitqueue.c | 89 * 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 D | ipmb.rst | 13 controllers that perform management functions such as servicing
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | intel-hfi.rst | 64 When servicing such interrupt, the HFI driver parses the updated table and
|
/openbmc/qemu/docs/devel/migration/ |
H A D | postcopy.rst | 175 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 D | eni.c | 327 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 D | psci_test.c | 8 * - A regression test for a race between KVM servicing the PSCI CPU_ON call
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_dp.c | 48 * @r_vec: IRQ vector servicing this ring 72 * @r_vec: IRQ vector servicing this ring
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | avs.h | 41 * @irq_handler: Top half of IPC servicing 42 * @irq_thread: Bottom half of IPC servicing
|