Home
last modified time | relevance | path

Searched refs:event (Results 1 – 25 of 47) sorted by relevance

12

/trusted-firmware-a/include/lib/el3_runtime/
A Dpubsub.h13 #define __pubsub_start_sym(event) __pubsub_##event##_start argument
14 #define __pubsub_end_sym(event) __pubsub_##event##_end argument
15 #define __pubsub_section(event) __pubsub_##event argument
50 #define __pubsub_start_sym(event) Load$$__pubsub_##event##_start$$Base argument
51 #define __pubsub_end_sym(event) Load$$__pubsub_##event##_end$$Base argument
53 #define __pubsub_start_sym(event) __pubsub_##event##_start argument
54 #define __pubsub_end_sym(event) __pubsub_##event##_end argument
57 #define __pubsub_section(event) __section("__pubsub_" #event) argument
75 extern pubsub_cb_t __cb_func_##func##event __pubsub_section(event); \
76 pubsub_cb_t __cb_func_##func##event __pubsub_section(event) = (func)
[all …]
/trusted-firmware-a/drivers/measured_boot/event_log/
A Devent_print.c43 assert(event->header.pcr_index == (uint32_t)PCR_0); in id_event_print()
46 assert(event->header.event_type == EV_NO_ACTION); in id_event_print()
50 uint8_t val = event->header.digest[i]; in id_event_print()
70 event_size = event->header.event_size; in id_event_print()
74 event->struct_header.signature); in id_event_print()
76 event->struct_header.platform_class); in id_event_print()
78 event->struct_header.spec_version_major, in id_event_print()
79 event->struct_header.spec_version_minor, in id_event_print()
80 event->struct_header.spec_errata); in id_event_print()
82 event->struct_header.uintn_size); in id_event_print()
[all …]
A Devent_log.c133 (void)memcpy((void *)(((event2_data_t *)ptr)->event), in event_log_record()
138 offsetof(event2_data_t, event) + name_len); in event_log_record()
220 ptr = (uint8_t *)((uintptr_t)ptr + offsetof(event2_data_t, event)); in event_log_write_header()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dsdei.rst.txt33 registers a handler for that event [3], enables the event [5], and unmasks all
66 - For an event that has a backing interrupt, the interrupt number the event is
82 - The event number (as above);
93 Regarding event descriptors:
162 /* Shared event mappings */
234 event [1], enables the event [3], and unmasks the current PE [5]. Note that,
238 At a later point in time, a critical event [#critical-event]_ is trapped into
247 Conditions for event dispatch
251 event to be dispatched:
361 .. [#std-event] Except event 0, which is defined by the SDEI specification as a
[all …]
A Dsecure-partition-manager-mm.rst.txt389 initialisation event is executed as a Fast Call.
525 Zero or a positive value indicates that the event was handled successfully.
526 The values depend upon the original event that was delegated to the Secure
533 code in response to a runtime event.
536 on the original event.
542 Zero or a positive value specifies the unique ID of the event being
560 event specific information. The format of the data populated in the buffer
582 A return from this function is in response to the next event that will be
583 delegated to the partition. The return parameters describe the next event.
599 event to the Secure Partition. The return parameters of this interface must
[all …]
/trusted-firmware-a/docs/components/
A Dsdei.rst33 registers a handler for that event [3], enables the event [5], and unmasks all
66 - For an event that has a backing interrupt, the interrupt number the event is
82 - The event number (as above);
93 Regarding event descriptors:
162 /* Shared event mappings */
234 event [1], enables the event [3], and unmasks the current PE [5]. Note that,
238 At a later point in time, a critical event [#critical-event]_ is trapped into
247 Conditions for event dispatch
251 event to be dispatched:
361 .. [#std-event] Except event 0, which is defined by the SDEI specification as a
[all …]
A Dsecure-partition-manager-mm.rst389 initialisation event is executed as a Fast Call.
525 Zero or a positive value indicates that the event was handled successfully.
526 The values depend upon the original event that was delegated to the Secure
533 code in response to a runtime event.
536 on the original event.
542 Zero or a positive value specifies the unique ID of the event being
560 event specific information. The format of the data populated in the buffer
582 A return from this function is in response to the next event that will be
583 delegated to the partition. The return parameters describe the next event.
599 event to the Secure Partition. The return parameters of this interface must
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Ddoctools.js291 $(document).keydown(function(event) { argument
295 && activeElementType !== 'BUTTON' && !event.altKey && !event.ctrlKey && !event.metaKey
296 && !event.shiftKey) {
297 switch (event.keyCode) {
A Djquery-3.5.1.js5387 event = jQuery.event.fix( nativeEvent ),
5392 special = jQuery.event.special[ event.type ] || {};
5467 !( event.type === "click" && event.button >= 1 ) ) {
5601 event.originalEvent.returnValue = event.result;
5830 return event.charCode != null ? event.charCode : event.keyCode;
8629 type = hasOwn.call( event, "type" ) ? event.type : event,
8654 event = event[ jQuery.expando ] ?
8655 event :
8661 event.rnamespace = event.namespace ?
8777 event,
[all …]
A Djquery.js2event.add(this,t,i,r,n)})}function Ae(e,i,o){o?(Y.set(e,i,!1),S.event.add(e,i,{namespace:!1,handle…
/trusted-firmware-a/drivers/brcm/emmc/
A Demmc_csl_sdcard.c193 uint32_t present, options, event, rel = 0; in abort_err() local
208 event = wait_for_event(handle, in abort_err()
213 if (event & SD_CMD_ERROR_INT) { in abort_err()
216 if (event & SD_DAT_TIMEOUT) { in abort_err()
655 uint32_t rem, blockSize, event; in write_buffer() local
666 event = wait_for_event(handle, in write_buffer()
692 if ((event & SD4_EMMC_TOP_INTR_TXDONE_MASK) != in write_buffer()
694 event = wait_for_event(handle, in write_buffer()
719 uint32_t rem, blockSize, event = 0; in read_buffer() local
729 event = wait_for_event(handle, in read_buffer()
[all …]
A Demmc_csl_sdcmd.c705 uint32_t event = 0, present, timeout = 0, retry = 0, mask = 3; in send_cmd() local
744 event = wait_for_event(handle, in send_cmd()
819 status = event; in send_cmd()
822 status = event; in send_cmd()
833 status = event; in send_cmd()
/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dsdei_explicit_dispatch.puml27 note over EL3: Critical event triage
31 note over RAS: Critical event handling
A Dsdei_general.puml16 EL3->EL2: event number: ev
/trusted-firmware-a/fdts/
A Dfvp-base-gicv3-psci-common.dtsi60 * Each event descriptor has typically 3 fields:
62 * 2. Interrupt number the event is bound to or
63 * if event is dynamic, specified as SDEI_DYN_IRQ
64 * 3. Bit map of event flags
A Dstm32mp151.dtsi127 interrupt-names = "event", "error";
425 interrupt-names = "event", "error";
484 interrupt-names = "event", "error";
/trusted-firmware-a/include/drivers/measured_boot/event_log/
A Dtcg.h129 uint8_t event[]; /* [event_data_size] */ member
283 uint8_t event[]; /* Event[EventSize] */ member
/trusted-firmware-a/docs/perf/
A Dperformance-monitoring-unit.rst20 - 31 programmable event counters: ``PMEVCNTR<n>``, where ``n`` is ``0`` to
113 - The event number that the associated ``PMEVCNTR<n>`` will count.
134 - If set to ``1`` it disables the cycle counter ``PMCCNTR`` where event
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/perf/
A Dperformance-monitoring-unit.rst.txt20 - 31 programmable event counters: ``PMEVCNTR<n>``, where ``n`` is ``0`` to
113 - The event number that the associated ``PMEVCNTR<n>`` will count.
134 - If set to ``1`` it disables the cycle counter ``PMCCNTR`` where event
/trusted-firmware-a/docs/process/
A Dsecurity-hardening.rst71 exception levels) it instructs counters to increment, obtaining event counts
92 - Prohibit general event counters and the cycle counter:
108 - Prohibit general event counters: ``MDCR_EL3.SPME == 0``.
114 - Prohibit general event counters: as in ARMv8.2-Debug.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/
A Dsecurity-hardening.rst.txt71 exception levels) it instructs counters to increment, obtaining event counts
92 - Prohibit general event counters and the cycle counter:
108 - Prohibit general event counters: ``MDCR_EL3.SPME == 0``.
114 - Prohibit general event counters: as in ARMv8.2-Debug.
/trusted-firmware-a/plat/xilinx/zynqmp/pm_service/
A Dpm_api_sys.h91 unsigned int event,
101 unsigned int event,
/trusted-firmware-a/plat/mediatek/mt8173/drivers/spm/
A Dspm.h278 #define EVENT_VEC(event, resume, imme, pc) \ argument
282 ((event) & 0x1f))
/trusted-firmware-a/plat/xilinx/versal/pm_service/
A Dpm_api_sys.h96 enum pm_ret_status pm_register_notifier(uint32_t device_id, uint32_t event,
/trusted-firmware-a/docs/design_documents/
A Dmeasured_boot_poc.rst9 (TF-A) stores the measurements into a `TGC event log`_ in secure
476 PoC, we are only focused on the fact that the event log could be passed to a third
492 - **CFG_TA_EVENT_LOG_SIZE**: Defines the size, in bytes, of the larger event log that
494 least the same as the size of the event log generated by TF-A. If this build option
507 .. _TGC event log: https://trustedcomputinggroup.org/resource/tcg-efi-platform-specification/

Completed in 49 milliseconds

12