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
Unknown Object (File)
Wed, Oct 23, 5:32 PM
Unknown Object (File)
Oct 15 2024, 9:04 PM
Unknown Object (File)
Oct 11 2024, 4:17 PM
Unknown Object (File)
Oct 9 2024, 2:43 AM
Unknown Object (File)
Oct 9 2024, 2:42 AM
Unknown Object (File)
Oct 9 2024, 2:42 AM
Unknown Object (File)
Oct 7 2024, 4:54 AM
Unknown Object (File)
Oct 2 2024, 12:22 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