Home
last modified time | relevance | path

Searched refs:el1 (Results 1 – 2 of 2) sorted by relevance

/linux/lib/tests/
H A Dtest_list_sort.c85 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()
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h327 #define MAPPED_EL2_SYSREG(el2, el1) \ argument
328 case SYS_##el1: \