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)
Thu, Jul 30, 10:02 AM
Unknown Object (File)
Thu, Jul 23, 2:03 AM
Unknown Object (File)
Mon, Jul 20, 4:08 PM
Unknown Object (File)
Sat, Jul 18, 3:14 AM
Unknown Object (File)
Sun, Jul 5, 8:04 AM
Unknown Object (File)
Sat, Jul 4, 10:48 PM
Unknown Object (File)
Jun 26 2026, 10:37 PM
Unknown Object (File)
Jun 24 2026, 9:32 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 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.