Page MenuHomeFreeBSD

arm64: Implement efi_rt_arch_call
ClosedPublic

Authored by andrew on Sep 27 2024, 3:50 PM.
Tags
None
Referenced Files
F102700270: D46817.diff
Sat, Nov 16, 1:10 AM
Unknown Object (File)
Sat, Nov 9, 10:27 PM
Unknown Object (File)
Tue, Nov 5, 9:09 PM
Unknown Object (File)
Sat, Nov 2, 7:39 PM
Unknown Object (File)
Thu, Oct 24, 12:19 PM
Unknown Object (File)
Wed, Oct 23, 5:17 PM
Unknown Object (File)
Sun, Oct 20, 6:42 AM
Unknown Object (File)
Oct 9 2024, 2:48 AM
Subscribers

Details

Summary

This is a function that calls into the EFI Runtime Services, but can
handle a fault. To support this add a handler in assembly that can
restore the kernel state on an exception and return a failure to the
caller.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 59675
Build 56561: arc lint + arc unit

Event Timeline

Add vm_fault_disable_pagefaults/vm_fault_enable_pagefaults around calls to the EFI runtime services

This revision was not accepted when it landed; it landed in state Needs Review.Thu, Oct 24, 10:37 AM
This revision was automatically updated to reflect the committed changes.