Page MenuHomeFreeBSD

arm64: Implement efi_rt_arch_call
ClosedPublic

Authored by andrew on Sep 27 2024, 3:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 11, 5:41 PM
Unknown Object (File)
Tue, May 5, 2:30 AM
Unknown Object (File)
Apr 17 2026, 12:42 PM
Unknown Object (File)
Apr 16 2026, 9:40 AM
Unknown Object (File)
Apr 16 2026, 8:54 AM
Unknown Object (File)
Apr 16 2026, 7:55 AM
Unknown Object (File)
Apr 15 2026, 11:34 AM
Unknown Object (File)
Apr 6 2026, 4:24 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 Not Applicable
Unit
Tests Not Applicable

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.