Searched hist:b6ff9345a46af564da32ad480490eaa97840d0b6 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/xen/bus/ |
H A D | xenpv.c | diff b6ff9345a46af564da32ad480490eaa97840d0b6 Tue Apr 06 09:59:30 CEST 2021 Elliott Mitchell <ehem+freebsd@m5p.com> xen: create VM_MEMATTR_XEN for Xen memory mappings
The requirements for pages shared with Xen/other VMs may vary from architecture to architecture. As such create a macro which various architectures can use.
Remove a use of PAT_WRITE_BACK in xenstore.c. This is a x86-ism which shouldn't have been present in a common area.
Original idea: Julien Grall <julien@xen.org>, 2014-01-14 06:44:08 Approach suggested by: royger Reviewed by: royger, mhorne Differential Revision: https://reviews.freebsd.org/D29351
|
/freebsd/sys/dev/xen/console/ |
H A D | xen_console.c | diff b6ff9345a46af564da32ad480490eaa97840d0b6 Tue Apr 06 09:59:30 CEST 2021 Elliott Mitchell <ehem+freebsd@m5p.com> xen: create VM_MEMATTR_XEN for Xen memory mappings
The requirements for pages shared with Xen/other VMs may vary from architecture to architecture. As such create a macro which various architectures can use.
Remove a use of PAT_WRITE_BACK in xenstore.c. This is a x86-ism which shouldn't have been present in a common area.
Original idea: Julien Grall <julien@xen.org>, 2014-01-14 06:44:08 Approach suggested by: royger Reviewed by: royger, mhorne Differential Revision: https://reviews.freebsd.org/D29351
|
/freebsd/sys/x86/include/xen/ |
H A D | xen-os.h | diff b6ff9345a46af564da32ad480490eaa97840d0b6 Tue Apr 06 09:59:30 CEST 2021 Elliott Mitchell <ehem+freebsd@m5p.com> xen: create VM_MEMATTR_XEN for Xen memory mappings
The requirements for pages shared with Xen/other VMs may vary from architecture to architecture. As such create a macro which various architectures can use.
Remove a use of PAT_WRITE_BACK in xenstore.c. This is a x86-ism which shouldn't have been present in a common area.
Original idea: Julien Grall <julien@xen.org>, 2014-01-14 06:44:08 Approach suggested by: royger Reviewed by: royger, mhorne Differential Revision: https://reviews.freebsd.org/D29351
|
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore.c | diff b6ff9345a46af564da32ad480490eaa97840d0b6 Tue Apr 06 09:59:30 CEST 2021 Elliott Mitchell <ehem+freebsd@m5p.com> xen: create VM_MEMATTR_XEN for Xen memory mappings
The requirements for pages shared with Xen/other VMs may vary from architecture to architecture. As such create a macro which various architectures can use.
Remove a use of PAT_WRITE_BACK in xenstore.c. This is a x86-ism which shouldn't have been present in a common area.
Original idea: Julien Grall <julien@xen.org>, 2014-01-14 06:44:08 Approach suggested by: royger Reviewed by: royger, mhorne Differential Revision: https://reviews.freebsd.org/D29351
|