Searched refs:ev (Results 1 – 7 of 7) sorted by relevance
/optee_os/core/arch/arm/crypto/ |
A D | sha1_armv8a_ce_a64.S | 33 .macro add_only, op, ev, rc, s0, dg1 34 .ifc \ev, ev 53 add_only \op, \ev, \rc, \s1, \dg1 86 add_update c, ev, k0, 10, 11, 8, 9 88 add_update c, ev, k1, 8, 9, 10, 11 91 add_update p, ev, k1, 10, 11, 8, 9 93 add_update p, ev, k1, 8, 9, 10, 11 96 add_update m, ev, k2, 10, 11, 8, 9 98 add_update m, ev, k2, 8, 9, 10, 11 103 add_only p, ev, k3, 9 [all …]
|
A D | sha256_armv8a_ce_a32.S | 27 .macro add_only, ev, s0 30 vld1.32 {k\ev}, [r3]! 32 sha256h.32 dg0, dg1, tb\ev 33 sha256h2.32 dg1, dg2, tb\ev 35 vadd.u32 ta\ev, q\s0, k\ev 39 .macro add_update, ev, s0, s1, s2, s3 41 add_only \ev, \s1
|
A D | sha1_armv8a_ce_a32.S | 33 .macro add_only, op, ev, rc, s0, dg1 35 vadd.u32 tb\ev, q\s0, \rc 37 sha1h.32 dg1b\ev, dg0 39 sha1\op\().32 dg0, dg1a\ev, ta\ev 41 sha1\op\().32 dg0, \dg1, ta\ev 45 .macro add_update, op, ev, rc, s0, s1, s2, s3, dg1 47 add_only \op, \ev, \rc, \s1, \dg1
|
A D | sha256_armv8a_ce_a64.S | 28 .macro add_only, ev, rc, s0 30 .ifeq \ev 43 .macro add_update, ev, rc, s0, s1, s2, s3 45 add_only \ev, \rc, \s1
|
/optee_os/core/kernel/ |
A D | notif.c | 146 void notif_deliver_atomic_event(enum notif_event ev) in notif_deliver_atomic_event() argument 151 assert(ev == NOTIF_EVENT_STARTED); in notif_deliver_atomic_event() 163 nd->atomic_cb(nd, ev); in notif_deliver_atomic_event() 169 void notif_deliver_event(enum notif_event ev) in notif_deliver_event() argument 175 assert(ev == NOTIF_EVENT_DO_BOTTOM_HALF || ev == NOTIF_EVENT_STOPPED); in notif_deliver_event() 182 DMSG("Not started ev %d", (int)ev); in notif_deliver_event() 186 if (ev == NOTIF_EVENT_STOPPED) in notif_deliver_event() 193 nd->yielding_cb(nd, ev); in notif_deliver_event() 197 if (ev == NOTIF_EVENT_STOPPED && notif_started) { in notif_deliver_event()
|
/optee_os/core/include/kernel/ |
A D | notif.h | 87 void (*atomic_cb)(struct notif_driver *ndrv, enum notif_event ev); 88 void (*yielding_cb)(struct notif_driver *ndrv, enum notif_event ev); 159 void notif_deliver_atomic_event(enum notif_event ev); 160 void notif_deliver_event(enum notif_event ev); 162 static inline void notif_deliver_atomic_event(enum notif_event ev __unused) in notif_deliver_atomic_event() 166 static inline void notif_deliver_event(enum notif_event ev __unused) in notif_deliver_event()
|
/optee_os/core/arch/arm/plat-vexpress/ |
A D | main.c | 139 enum notif_event ev __maybe_unused) in atomic_console_notif() 141 DMSG("Asynchronous notifications started, event %d", (int)ev); in atomic_console_notif() 146 enum notif_event ev) in yielding_console_notif() argument 148 switch (ev) { in yielding_console_notif() 158 EMSG("Unknown event %d", (int)ev); in yielding_console_notif()
|
Completed in 12 milliseconds