Searched refs:el1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/lib/ |
H A D | test_list_sort.c | 85 struct debug_el *el1; in list_sort_test() local 95 el1 = container_of(cur->next, struct debug_el, list); in list_sort_test() 97 KUNIT_ASSERT_LE_MSG(test, el->serial, el1->serial, in list_sort_test() 101 check(test, el, el1); in list_sort_test()
|
/openbmc/u-boot/lib/ |
H A D | list_sort.c | 249 struct debug_el *el1; in list_sort_test() local 266 el1 = container_of(cur->next, struct debug_el, list); in list_sort_test() 267 if (cmp_result == 0 && el->serial >= el1->serial) { in list_sort_test() 273 if (check(el, el1)) { in list_sort_test()
|
/openbmc/qemu/target/arm/ |
H A D | helper.c | 2019 bool el1 = arm_current_el(env) == 1; in isr_read() local 2020 uint64_t hcr_el2 = el1 ? arm_hcr_el2_eff(env) : 0; in isr_read()
|