Searched refs:el (Results 1 – 3 of 3) sorted by relevance
30 .macro z_arm64_enter_exc xreg0, xreg1, el43 .if \el == el167 .if \el == el084 .if \el == el0
398 uint64_t el; in z_arm64_fatal_error() local401 el = read_currentel(); in z_arm64_fatal_error()403 switch (GET_EL(el)) { in z_arm64_fatal_error()430 if (GET_EL(el) != MODE_EL0) { in z_arm64_fatal_error()
929 static uint64_t get_tcr(int el) in get_tcr() argument937 if (el == 1) { in get_tcr()
Completed in 10 milliseconds