[ARMv8] 리눅스 커널: ARMv8의 익셉션 벡터 코드는 누가 작성했을까?

Guillermo Austin Kim|2020년 7월 28일
Posts

[ARMv8] 리눅스 커널: ARMv8의 익셉션 벡터 코드는 누가 작성했을까?

Guillermo Austin Kim|2020년 7월 28일

리눅스 커널에서 ARMv8 아키텍처에서 구동되는 익셉션 벡터 코드는 누가 작성했을까?정답은 ARM사의 소프트웨어 개발자들이다. 아래 커밋을 감상하자. arm64: entry: Explicitly pass exception level to kernel_ventry macro We will need to treat exceptions from EL0 differently in kernel_ventry,so rework the macro to take the exception level as an argument andconstruct the branch target using that. Signed-off-by: Will Deacon diff --gi