Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit cc712e86 authored by Chintan Pandya's avatar Chintan Pandya Committed by Gerrit - the friendly Code Review server
Browse files

iommu: msm: Invoke secure fault handler for non-secure CBs



In case if IOMMU is secure, Linux cannot access global space.
At the time of CB fault, we look into global space registers
to get some information like faulting SID from secure CB
fault handler but not from non-secure CB fault handler. So,
handle CB interrupts by secure IRQ fault handler to get more
info.

We cannot unconditionally call into secure fault handler
because, in cases where we run Linux without any secure
environment, or the IOMMU is non-secure,  we want to fall
back on the non-secure fault handler.

Change-Id: I323736b23bb4ff141d5ae758edb517cea25c0716
Signed-off-by: default avatarChintan Pandya <cpandya@codeaurora.org>
parent 625670e9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment