freebsd-dev/sys/dev/xen/bus
Roger Pau Monné f4c6843ec2 xen: use correct cache attributes for Xen specific memory regions
bus_activate_resource maps memory regions as uncacheable on x86, which
is more strict than required for regions allocated using xenmem_alloc,
so don't rely on bus_activate_resource and instead map the region
using pmap_mapdev_attr and VM_MEMATTR_XEN as the cache attribute.

Sponsored by: Citrix Systems R&D
2021-08-12 09:18:32 +02:00
..
xenpv.c xen: use correct cache attributes for Xen specific memory regions 2021-08-12 09:18:32 +02:00