Page MenuHomeFreeBSD

arm64: Implement efi_rt_arch_call
ClosedPublic

Authored by andrew on Sep 27 2024, 3:50 PM.
Tags
None
Referenced Files
F170641980: D46817.id.diff
Sat, Sep 5, 6:45 PM
F170619461: D46817.id145423.diff
Sat, Sep 5, 4:25 PM
Unknown Object (File)
Fri, Sep 4, 9:38 AM
Unknown Object (File)
Thu, Sep 3, 10:12 PM
Unknown Object (File)
Thu, Sep 3, 12:57 PM
Unknown Object (File)
Thu, Sep 3, 5:17 AM
Unknown Object (File)
Thu, Sep 3, 4:40 AM
Unknown Object (File)
Wed, Sep 2, 11:15 PM
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.Oct 24 2024, 10:37 AM
This revision was automatically updated to reflect the committed changes.