Page MenuHomeFreeBSD

arm64: Support pmap_fault with a locked pmap
ClosedPublic

Authored by andrew on Sep 27 2024, 3:49 PM.
Tags
None
Referenced Files
F153796300: D46813.diff
Thu, Apr 23, 7:53 PM
Unknown Object (File)
Sun, Apr 19, 2:22 AM
Unknown Object (File)
Sat, Apr 18, 2:04 PM
Unknown Object (File)
Sat, Apr 18, 7:20 AM
Unknown Object (File)
Wed, Apr 15, 9:22 PM
Unknown Object (File)
Mon, Apr 6, 6:40 PM
Unknown Object (File)
Sun, Apr 5, 2:41 PM
Unknown Object (File)
Mar 1 2026, 6:49 AM
Subscribers

Details

Summary

When we get a data abort in an EFI runtime service the userspace pmap
will be locked by the current thread. Skip trying to lock it again as
it will be in a critical section and the lock may sleep.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable