forked from Imagelibrary/seL4
This fastpath optimizes the performance of VM faults in seL4. It is heavily based on the existing seL4_Call fastpath and includes the addition of fastpathing replies to faulted threads in the seL4_ReplyRecv fastpath. Currently only supported only implemented for aarch64. Signed-off-by: Alwin Joshy <joshyalwin@gmail.com>