Searched refs:ev (Results 1 - 7 of 7) sorted by relevance

/u-boot/arch/arm/cpu/armv8/
H A Dsha1_ce_core.S37 .macro add_only, op, ev, rc, s0, dg1
38 .ifc \ev, ev
55 .macro add_update, op, ev, rc, s0, s1, s2, s3, dg1
57 add_only \op, \ev, \rc, \s1, \dg1
95 add_update c, ev, k0, 8, 9, 10, 11, dgb
97 add_update c, ev, k0, 10, 11, 8, 9
99 add_update c, ev, k1, 8, 9, 10, 11
102 add_update p, ev, k1, 10, 11, 8, 9
104 add_update p, ev, k
[all...]
H A Dsha256_ce_core.S32 .macro add_only, ev, rc, s0
34 .ifeq \ev
47 .macro add_update, ev, rc, s0, s1, s2, s3
49 add_only \ev, \rc, \s1
/u-boot/common/
H A Devent.c68 static int notify_static(struct event *ev) argument
76 if (spy->type == ev->type) {
79 log_debug("Sending event %x/%s to spy '%s'\n", ev->type,
80 event_type_name(ev->type), event_spy_id(spy));
87 ret = spy->func(NULL, ev);
104 static int notify_dynamic(struct event *ev) argument
110 if (spy->type == ev->type) {
113 log_debug("Sending event %x/%s to spy '%s'\n", ev->type,
114 event_type_name(ev->type), spy->id);
115 ret = spy->func(spy->ctx, ev);
[all...]
/u-boot/scripts/dtc/
H A Dupdate-dtc-source.sh29 set -ev
/u-boot/lib/efi_loader/
H A Defi_esrt.c486 struct efi_event *ev = NULL; local
499 efi_esrt_new_fmp_notify, NULL, NULL, &ev);
506 ev, &registration));
/u-boot/lib/
H A Dtpm-v2.c185 struct tcg_efi_spec_id_event *ev;
232 ev = (struct tcg_efi_spec_id_event *)log->event;
233 strlcpy((char *)ev->signature, TCG_EFI_SPEC_ID_EVENT_SIGNATURE_03,
234 sizeof(ev->signature));
235 put_unaligned_le32(0, &ev->platform_class);
236 ev->spec_version_minor = TCG_EFI_SPEC_ID_EVENT_SPEC_VERSION_MINOR_TPM2;
237 ev->spec_version_major = TCG_EFI_SPEC_ID_EVENT_SPEC_VERSION_MAJOR_TPM2;
238 ev->spec_errata = TCG_EFI_SPEC_ID_EVENT_SPEC_VERSION_ERRATA_TPM2;
239 ev->uintn_size = sizeof(size_t) / sizeof(u32);
240 put_unaligned_le32(count, &ev
195 struct tcg_efi_spec_id_event *ev; local
[all...]
/u-boot/scripts/kconfig/
H A Dqconf.cc707 void ConfigList::keyPressEvent(QKeyEvent* ev) argument
714 if (ev->key() == Qt::Key_Escape && mode != fullMode && mode != listMode) {
716 ev->accept();
721 Parent::keyPressEvent(ev);
726 switch (ev->key()) {
755 Parent::keyPressEvent(ev);
758 ev->accept();

Completed in 65 milliseconds