freebsd-dev/sys/dev/xen
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
..
balloon
blkback
blkfront xen: introduce xen_pv_disks_disabled() 2021-07-28 17:27:04 +02:00
bus xen: use correct cache attributes for Xen specific memory regions 2021-08-12 09:18:32 +02:00
console
control xen/control: print warning on call of xctrl_suspend() 2021-07-28 17:27:05 +02:00
debug xen: introduce xen_has_percpu_evtchn() 2021-07-28 17:27:05 +02:00
efi
evtchn
gntdev
grant_table xen/grant_table: cleanup max_nr_grant_frames() 2021-07-28 17:27:04 +02:00
netback
netfront xen/netfront: introduce xen_pv_nics_disabled() 2021-07-28 17:27:04 +02:00
pcifront
privcmd
timer
xenpci
xenstore