Home
last modified time | relevance | path

Searched full:raised (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/openbmc/linux/lib/math/
H A Dint_pow.c14 * @base: base which will be raised to the given power
15 * @exp: power to be raised to
17 * Computes: pow(base, exp), i.e. @base raised to the @exp power
/openbmc/linux/kernel/
H A Dirq_work.c186 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local
188 raised = this_cpu_ptr(&raised_list); in irq_work_needs_cpu()
191 if (llist_empty(raised) || arch_irq_work_has_interrupt()) in irq_work_needs_cpu()
271 struct llist_head *raised = this_cpu_ptr(&raised_list); in irq_work_tick() local
273 if (!llist_empty(raised) && !arch_irq_work_has_interrupt()) in irq_work_tick()
274 irq_work_run_list(raised); in irq_work_tick()
/openbmc/qemu/hw/intc/
H A Dopenpic.c282 * it is still raised, in case ctpr is lowered later. in IRQ_local_pipe()
285 IRQ_setbit(&dst->raised, n_IRQ); in IRQ_local_pipe()
287 IRQ_resetbit(&dst->raised, n_IRQ); in IRQ_local_pipe()
290 IRQ_check(opp, &dst->raised); in IRQ_local_pipe()
305 __func__, n_CPU, n_IRQ, dst->raised.next); in IRQ_local_pipe()
310 if (dst->raised.priority > dst->ctpr && in IRQ_local_pipe()
311 dst->raised.priority > dst->servicing.priority) { in IRQ_local_pipe()
313 __func__, n_IRQ, dst->raised.next, dst->raised.priority, in IRQ_local_pipe()
701 * If enabled is true, arranges for an interrupt to be raised val clocks into
999 DPRINTF("%s: set CPU %d ctpr to %d, raised %d servicing %d", in openpic_cpu_write_internal()
[all …]
/openbmc/qemu/hw/dma/
H A Dtrace-events26 pl330_fault_abort(void) "abort interrupt raised"
34 pl330_dmasev_evirq(uint8_t ev_id) "event interrupt raised %"PRId8
35 pl330_dmasev_event(uint8_t ev_id) "event raised %"PRId8
/openbmc/u-boot/drivers/axi/
H A Dihs_axi.c98 * raised in the interrupt_status register
100 * raised in the interrupt_status register
101 * @CONTROL_TIMEOUT_EVENT_ENABLE: STATUS_TIMEOUT_EVENT will be raised in
103 * @CONTROL_ERROR_EVENT_ENABLE: STATUS_ERROR_EVENT will be raised in
105 * @CONTROL_AXI_INT_ENABLE: STATUS_AXI_INT will be raised in the
/openbmc/linux/arch/powerpc/kvm/
H A Dmpic.c181 struct irq_queue raised; member
367 * it is still raised, in case ctpr is lowered later. in IRQ_local_pipe()
370 IRQ_setbit(&dst->raised, n_IRQ); in IRQ_local_pipe()
372 IRQ_resetbit(&dst->raised, n_IRQ); in IRQ_local_pipe()
374 IRQ_check(opp, &dst->raised); in IRQ_local_pipe()
389 __func__, n_CPU, n_IRQ, dst->raised.next); in IRQ_local_pipe()
394 if (dst->raised.priority > dst->ctpr && in IRQ_local_pipe()
395 dst->raised.priority > dst->servicing.priority) { in IRQ_local_pipe()
397 __func__, n_IRQ, dst->raised.next, in IRQ_local_pipe()
398 dst->raised.priority, dst->ctpr, in IRQ_local_pipe()
[all …]
/openbmc/linux/tools/testing/selftests/x86/
H A Dtest_FCOMI.c102 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in test_qnan()
131 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in testu_qnan()
160 // " fnclex""\n" // flds of a snan raised FE_INVALID, clear it in testu_snan()
246 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in testp_qnan()
274 " fnclex""\n" // fld of a qnan raised FE_INVALID, clear it in testup_qnan()
/openbmc/linux/include/uapi/linux/
H A Dkfd_ioctl.h1066 * @dbg_fd (IN) - fd the KFD will nofify the debugger with of raised
1101 * All other exceptions are raised to runtime through err_payload_addr.
1114 * Set new exceptions to be raised to the debugger.
1177 * @exception_mask (IN) - raised exceptions to clear
1299 * Find one or more raised exceptions. This function can return multiple
1301 * all raised exceptions, this function must be called repeatedly until it
1307 * @exception_mask (IN/OUT) - exception to clear (IN) and raised (OUT)
1308 * @gpu_id (OUT) - gpu id of exceptions raised
1309 * @queue_id (OUT) - queue id of exceptions raised
1312 * Return - 0 on raised exception found
[all …]
/openbmc/linux/Documentation/devicetree/bindings/power/supply/
H A Ddlg,da9150-fuel-gauge.yaml27 description: Battery discharge level (%) where warning event raised.
34 Battery discharge level (%) where critical event raised.
/openbmc/linux/arch/powerpc/math-emu/
H A Dfdiv.c33 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdiv()
39 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdiv()
H A Dfdivs.c34 printk("%s: FPSCR_VXZDZ raised\n", __func__); in fdivs()
40 printk("%s: FPSCR_VXIDI raised\n", __func__); in fdivs()
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-event.rst24 raised by the driver.
41 so that an event can be raised by that object. So the ``node`` field can
50 - struct v4l2_subscribed_event has a ringbuffer of raised
60 callbacks are called when a new event is raised and there is no more room.
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A D__init__.py30 """Exception raised when parsing fails"""
44 """Exception raised to skip this recipe"""
47 """Exception raised to skip this recipe (use SkipRecipe in new code)"""
/openbmc/qemu/target/rx/
H A Dhelper.c70 qemu_log_mask(CPU_LOG_INT, "fast interrupt raised\n"); in rx_cpu_do_interrupt()
81 "interrupt 0x%02x raised\n", env->ack_irq); in rx_cpu_do_interrupt()
116 qemu_log_mask(CPU_LOG_INT, "exception 0x%02x [%s] raised\n", in rx_cpu_do_interrupt()
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-force-tm.c12 * saved prior to the signal being raised, and it is restored when there is
83 * fork() prior to the signal being raised. in usr_signal_handler()
145 * the signal is raised. in tm_trap_test()
/openbmc/linux/include/linux/
H A Dhil_mlc.h136 struct semaphore csem; /* Raised when loop idle */
139 struct semaphore osem; /* Raised when outpacket dispatched */
143 struct semaphore isem; /* Raised when a packet arrives */
/openbmc/linux/arch/x86/include/uapi/asm/
H A Ducontext.h40 * despite the fact that the SS selector when the signal was raised is
47 * the signal was raised.. Old kernels would lose track of the
/openbmc/openpower-proc-control/procedures/phal/
H A Dcheck_host_running.cpp44 log<level::ERR>("Exception raised creating BMC dump", in createBmcDump()
74 log<level::ERR>("Exception raised during init PHAL", in checkHostRunning()
155 log<level::ERR>("Exception raised during init PHAL", in clearHostRunning()
/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h85 * so that a "normal" cpu exception can be raised. In this case,
86 * the signal must be raised by the architecture cpu_loop.
109 * @ra is provided so that a "normal" cpu exception can be raised.
110 * In this case, the signal must be raised by the architecture cpu_loop.
/openbmc/u-boot/test/py/
H A Du_boot_utils.py140 exception will be raised.
166 an error code, otherwise an exception will be raised if such
183 and exception method. If not, an exception is raised.
199 "but it was not raised" % (retcode, msg))
/openbmc/openbmc/poky/meta/lib/oeqa/controllers/
H A Dtesttargetloader.py16 # AttributeError raised if not found.
17 # ImportError raised if a provided module can not be imported.
/openbmc/linux/Documentation/arch/arm64/
H A Dtagged-pointers.rst40 result in an error code being returned, a (fatal) signal being raised,
69 For signals raised in response to watchpoint debug exceptions, the
/openbmc/linux/Documentation/admin-guide/perf/
H A Dimx-ddr.rst13 interrupt is raised. If any other counter overflows, it continues counting, and
14 no interrupt is raised.
/openbmc/qemu/docs/specs/
H A Dedu.rst66 It contains values which raised the interrupt (see interrupt raise
101 appears in interrupt status register when the interrupt is raised and has to
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py16 """Indicates exceptions raised by a Pyinotify class."""
22 Raised on unsupported Python versions.
89 Raised when no inotify support couldn't be found.
404 only one event can be raised at a given time.
447 Event structure, represent events raised by the system. This
502 event was raised in case where the watched directory
503 is the parent directory. None if the event was raised
538 event was raised in case where the watched directory
539 is the parent directory. None if the event was raised
547 - dir (bool): True if the event was raised against a directory.
[all …]

12345678910>>...20