forked from Imagelibrary/seL4
Implemented the vm fault fastpath on aarch64
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>
This commit is contained in:
@@ -281,6 +281,12 @@ config_string(
|
||||
)
|
||||
config_option(KernelFastpath FASTPATH "Enable IPC fastpath" DEFAULT ON)
|
||||
|
||||
config_option(
|
||||
KernelExceptionFastpath EXCEPTION_FASTPATH "Enable exception fastpath"
|
||||
DEFAULT OFF
|
||||
DEPENDS "NOT KernelVerificationBuild; KernelSel4ArchAarch64"
|
||||
)
|
||||
|
||||
config_string(
|
||||
KernelNumDomains NUM_DOMAINS "The number of scheduler domains in the system"
|
||||
DEFAULT 1
|
||||
|
||||
Reference in New Issue
Block a user