Page MenuHomeFreeBSD

linuxkpi: Add `io_mapping_map_local_wc()` and `io_mapping_unmap_local()`
ClosedPublic

Authored by dumbbell on Jan 22 2023, 2:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 15 2024, 12:22 AM
Unknown Object (File)
Dec 23 2023, 1:46 AM
Unknown Object (File)
Nov 2 2023, 11:46 PM
Unknown Object (File)
Nov 2 2023, 11:43 PM
Unknown Object (File)
Nov 2 2023, 11:43 PM
Unknown Object (File)
Nov 2 2023, 11:22 PM
Unknown Object (File)
Aug 8 2023, 7:49 PM
Unknown Object (File)
Aug 8 2023, 7:48 PM

Diff Detail

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

Event Timeline

What's the difference in Linux ?

In D38156#866976, @manu wrote:

What's the difference in Linux ?

Like in D38155, the *_atomic variant turn off preemption and page faults between the map and the unmap, something the *_local variant doesn't do.

This revision is now accepted and ready to land.Jan 28 2023, 8:32 AM