Home
last modified time | relevance | path

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

/arch/arm64/core/
A Dvector_table.S30 .macro z_arm64_enter_exc xreg0, xreg1, el
43 .if \el == el1
67 .if \el == el0
84 .if \el == el0
A Dfatal.c398 uint64_t el; in z_arm64_fatal_error() local
401 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()
A Dmmu.c929 static uint64_t get_tcr(int el) in get_tcr() argument
937 if (el == 1) { in get_tcr()

Completed in 10 milliseconds