mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 18:17:44 +00:00
Kernel: Introduce stages in Aarch64 CPU initialization phase
Dropping to each exception level is now more explicit.
This commit is contained in:
parent
c08f059340
commit
0f81fb03f2
4 changed files with 33 additions and 28 deletions
|
@ -68,7 +68,7 @@ inline void wait_cycles(int n)
|
|||
}
|
||||
}
|
||||
|
||||
inline void el1_vector_table_install(void* vector_table)
|
||||
inline void load_el1_vector_table(void* vector_table)
|
||||
{
|
||||
asm("msr VBAR_EL1, %[value]" ::[value] "r"(vector_table));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue