Page MenuHomeFreeBSD

Add support for pmap_sync_icache on arm64.
ClosedPublic

Authored by andrew on Aug 20 2015, 12:09 PM.
Tags
None
Referenced Files
F132965657: D3438.id8081.diff
Tue, Oct 21, 3:23 PM
Unknown Object (File)
Mon, Oct 20, 2:03 PM
Unknown Object (File)
Sun, Oct 19, 8:01 AM
Unknown Object (File)
Sun, Oct 19, 2:50 AM
Unknown Object (File)
Sun, Oct 19, 2:50 AM
Unknown Object (File)
Sun, Oct 19, 2:50 AM
Unknown Object (File)
Sat, Oct 18, 11:08 PM
Unknown Object (File)
Sat, Oct 18, 10:09 PM
Subscribers

Details

Test Plan

Run the failing test case

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew retitled this revision from to Add support for pmap_sync_icache on arm64..
andrew updated this object.
andrew edited the test plan for this revision. (Show Details)
andrew added a reviewer: emaste.
sys/arm64/arm64/pmap.c
3060 ↗(On Diff #8081)

Should we check against VM_MAX_KERNEL_ADDRESS too?

imp added a reviewer: imp.

this looks like what you're supposed to do.

This revision is now accepted and ready to land.Aug 22 2015, 7:51 PM
sys/arm64/arm64/pmap.c
3060 ↗(On Diff #8081)

The vm code checks this for us. It only calls this function with valid entries, we just need to know if the address is a user or kernel address.

emaste edited edge metadata.
This revision was automatically updated to reflect the committed changes.