Home
last modified time | relevance | path

Searched full:event (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/optee_os/core/include/kernel/
H A Dtpm.h14 * Returns the TPM Event Log information previously retrieved
17 * @buf Pointer to a buffer where to store a copy of the TPM Event log.
24 * Reads the TPM Event log information and store it internally.
28 * @fdt Pointer to the DTB blob where the TPM Event log information
H A Dnotif.h42 * enum notif_event - Notification of an event
83 * without a partition activated, the @guest_id triggering the event is
90 * is a partition matching the guest or VM that triggered the event.
/optee_os/core/drivers/
H A Dstm32_exti.c465 uint32_t event = 0; in stm32_exti_rif_apply() local
478 for (event = 0; event < stm32_exti_nbevents(exti); event++) { in stm32_exti_rif_apply()
479 i = stm32_exti_get_bank(event); in stm32_exti_rif_apply()
480 bit_offset = event % _EXTI_LINES_PER_BANK; in stm32_exti_rif_apply()
485 io_clrbits32(exti->base + _EXTI_EnCIDCFGR(event), in stm32_exti_rif_apply()
511 for (event = 0; event < stm32_exti_nbevents(exti); event++) { in stm32_exti_rif_apply()
512 i = stm32_exti_get_bank(event); in stm32_exti_rif_apply()
513 bit_offset = event % _EXTI_LINES_PER_BANK; in stm32_exti_rif_apply()
518 io_clrsetbits32(exti->base + _EXTI_EnCIDCFGR(event), in stm32_exti_rif_apply()
519 _EXTI_CIDCFGR_CONF_MASK, exti->e_cids[event]); in stm32_exti_rif_apply()
[all …]
H A Dstm32_tamp.c252 /* Tamper event modes */
337 * @func: Tamper callback in case of tamper event
351 * @pin_map: List of hardware mapped of pins supporting tamper event detection
417 * @is_wakeup_source: True if a tamper event is a wakeup source
1056 FMSG("Tamper event occurred at:"); in stm32_tamp_it_handler()
1080 do_reset("Internal tamper event detected"); in stm32_tamp_it_handler()
1105 do_reset("External tamper event detected"); in stm32_tamp_it_handler()
1237 * ETAMP(id) event generates a trigger event. This in stm32_tamp_set_ext_config()
1247 * ETAMP(id) event generates a trigger event and in stm32_tamp_set_ext_config()
1249 * next tamper event detection. in stm32_tamp_set_ext_config()
[all …]
H A Dzynqmp_csu_aes.c46 static TEE_Result aes_wait(uint32_t event, bool set) in aes_wait() argument
57 status = io_read32(aes + AES_STS_OFFSET) & event; in aes_wait()
58 if ((set && status == event) || (!set && status != event)) in aes_wait()
H A Ddra7_rng.c92 /* Clear the shutdown overflow event */ in dra7_rng_read64()
171 * alarm event is generated in dra7_rng_init()
/optee_os/lib/libutee/include/
H A Dpta_rtc.h49 * @pending - 1 if alarm event is pending, 0 if not
167 * PTA_CMD_RTC_WAIT_ALARM - Get alarm event
170 * - 0: No alarm event
171 * - 1: Alarm event occurred
172 * - 2: Alarm event canceled
181 * PTA_CMD_RTC_CANCEL_WAIT_ALARM - Cancel wait for alarm event
/optee_os/core/arch/riscv/include/
H A Drpmi.h68 * @event_datalen: Size of the event data payload in bytes
69 * @event_id: Identifier for the event type within the service group
71 * @event_data: Event-specific payload (variable length)
73 * This structure defines the format of a notification event sent
H A Dsbi_mpxy.h86 * @sse_event_id: SSE event ID used for signaling events (if supported)
89 * @events_state_ctrl: Control register for event state handling
125 * struct sbi_mpxy_notification_data - MPXY notification event structure
130 * @events_data: Raw event data blob, format defined by the message protocol
/optee_os/.github/workflows/
H A Dnotify.yml3 # It runs on the pull_request_target event, which grants write permission
6 # pull_request_target event also checks out the code in the target branch,
30 PR_NUMBER: ${{ github.event.pull_request.number }}
/optee_os/core/kernel/
H A Dtpm.c18 * Check whether the node at @offs contains TPM Event Log information or not.
21 * @buf will contain the phy address of the TPM Event log.
143 DMSG("TPM Event log PA: %#" PRIxPA, log_addr); in tpm_map_log_area()
144 DMSG("TPM Event log size: %zu Bytes", tpm_log_size); in tpm_map_log_area()
/optee_os/core/arch/arm/kernel/
H A Darm32_sysreg.txt137 PMSELR c9 0 c12 5 RW Performance Monitors Event Counter Selection Register
138 PMCEID0 c9 0 c12 6 RO Performance Monitors Common Event Identification reg 0
139 PMCEID1 c9 0 c12 7 RO Performance Monitors Common Event Identification reg 1
141 PMXEVTYPER c9 0 c13 1 RW Performance Monitors Event Type Select Register
142 PMXEVCNTR c9 0 c13 2 RW Performance Monitors Event Count Register
H A Dspin_lock_a64.S19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
49 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
/optee_os/core/arch/arm/include/scmi/
H A Dscmi_server.h13 * Request processing of an incoming event in the SCMI server for a target
21 * Request processing of an incoming event in the SCMI server for a target
/optee_os/core/arch/arm/plat-imx/config/
H A Dimx6qdlsolo.h21 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
70 * Event monitor disabled (bit20=0)
88 * Event monitor disabled (bit20=0)
/optee_os/core/arch/arm/plat-vexpress/
H A Dmain.c158 DMSG("Asynchronous notifications started, event %d (vm %#"PRIx16")", in atomic_console_notif()
162 DMSG("Shutting down partition, event %d (vm %#"PRIx16")", in atomic_console_notif()
170 EMSG("Unknown event %d", (int)ev); in atomic_console_notif()
191 EMSG("Unknown event %d", (int)ev); in yielding_console_notif()
/optee_os/core/arch/arm/plat-sam/
H A Dplatform_config.h19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
85 * Event monitor disabled (bit20=0)
/optee_os/core/include/dt-bindings/tamper/
H A Dst,stm32mp25-tamp.h23 /* No event linked to tamper13 */
/optee_os/core/include/drivers/
H A Dtzc400.h19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
48 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
196 * The memory requested is zeroed. But we can also raise and event to
H A Dmvebu_uart.h19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
H A Dls_gpio.h27 #define GPIOIER U(0xc) /* interrupt event register */
H A Dimx_uart.h20 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
/optee_os/
H A DLICENSE20 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
/optee_os/core/include/tee/
H A Dtee_cryp_utl.h27 * RPC is allowed to be performed or the event just will be queued for later
/optee_os/lib/libutils/isoc/arch/arm/softfloat/
H A DCOPYING.txt30 DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY

12345678910>>...21