HomeFreeBSD

Implement pmap_sync_icache().

Description

Implement pmap_sync_icache().

This invokes "fence" on the hart performing the write followed by an IPI
to execute "fence.i" on all harts.

This is required to support userland debuggers setting breakpoints in
user processes.

Reviewed by: br (earlier version), markj
Approved by: re (gjb)
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D17139

Details

Provenance
jhbAuthored on
Reviewer
br
Differential Revision
D17139: Implement pmap_sync_icache().
Parents
rS338913: Fix use-after-free in RAID0 error reporting of GEOM_RAID.
Branches
Unknown
Tags
Unknown