Home
last modified time | relevance | path

Searched refs:el (Results 1 – 8 of 8) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/arch/arm64/
Dlib_helpers.h157 static inline bool is_el_implemented(unsigned int el) in is_el_implemented() argument
161 if (el > 3) { in is_el_implemented()
165 shift = ID_AA64PFR0_EL1_SHIFT * el; in is_el_implemented()
/Zephyr-Core-3.5.0/arch/arm64/core/
Dvector_table.S30 .macro z_arm64_enter_exc xreg0, xreg1, el
43 .if \el == el1
67 .if \el == el0
84 .if \el == el0
Dfatal.c305 uint64_t el; in z_arm64_fatal_error() local
308 el = read_currentel(); in z_arm64_fatal_error()
310 switch (GET_EL(el)) { in z_arm64_fatal_error()
329 if (GET_EL(el) != MODE_EL0) { in z_arm64_fatal_error()
Dmmu.c794 static uint64_t get_tcr(int el) in get_tcr() argument
802 if (el == 1) { in get_tcr()
/Zephyr-Core-3.5.0/subsys/bluetooth/host/
Dgatt.c1343 struct ds_peer *el; in gatt_delayed_store_find()
1346 el = &gatt_delayed_store.peer_list[i]; in gatt_delayed_store_find()
1347 if (el->id == id && in gatt_delayed_store_find()
1348 bt_addr_le_eq(peer_addr, &el->peer)) { in gatt_delayed_store_find()
1349 return el; in gatt_delayed_store_find()
1357 static void gatt_delayed_store_free(struct ds_peer *el) in gatt_delayed_store_free() argument
1359 if (el) { in gatt_delayed_store_free()
1360 el->id = 0; in gatt_delayed_store_free()
1361 memset(&el->peer, 0, sizeof(el->peer)); in gatt_delayed_store_free()
1362 atomic_set(el->flags, 0); in gatt_delayed_store_free()
[all …]
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Dreports.py64 el = ET.SubElement(eleTestcase, 'failure', type="failure", message=f"{reason}")
66 el.text = log
69 el = ET.SubElement(eleTestcase, 'error', type="failure", message=f"{reason}")
71 el.text = log
/Zephyr-Core-3.5.0/
D.mailmap98 Radosław Koppel <radoslaw.koppel@nordicsemi.no> <r.koppel@k-el.com>
/Zephyr-Core-3.5.0/scripts/
Dcheckpatch.pl4495 foreach my $el (@elements) {
4496 push(@fix_elements, substr($rawline, $off, length($el)));
4497 $off += length($el);