NetBSD/sys/arch/xen/include
bouyer f5f016d356 More i386PAE fixes:
- x86_round_page, x86_trunc_page, x86_btop and x86_ptob macros are used with
  physical addresses; cast to paddr_t instead of u_long. Issue pointed out
  by jym@
- machine_to_phys_mapping[] is a long. This is fine as it holds page
  frame numbers (and this fits in a 32bit int as physical addresses are
  only 36bits), but cast to paddr_t before << PAGE_SHIFT
- xen_start_info.store_mfn is a long; cast it to paddr_t before << PAGE_SHIFT.
  should fix issue pointed out by cegger@
2009-03-10 20:05:30 +00:00
..
amd64 prepare move to new interface 2008-11-13 01:45:48 +00:00
i386 add platform_op hypercall (already exists for amd64) 2008-11-13 18:35:20 +00:00
xen3-public apply fix from upstream: 2009-02-13 10:35:48 +00:00
xen-public Replace x86 memory fences in Xen drivers by their Xen equivalents, to reduce 2009-01-16 20:16:47 +00:00
bus_private.h Merge the bouyer-xeni386 branch. This brings in PAE support to NetBSD xeni386 2008-01-23 19:46:43 +00:00
ctrl_if.h Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
evtchn.h - rename init_events() to events_init(), to better reflect netbsd semantics 2008-10-24 21:09:24 +00:00
granttables.h make this header compile standalone 2008-10-30 09:24:37 +00:00
hypervisor.h Finish preparation to new interface. 2008-11-13 18:44:51 +00:00
i82093var.h - use POSIX integer types 2008-04-14 13:38:03 +00:00
i82489var.h
if_xennetvar.h device_t / softc split 2008-04-16 18:41:48 +00:00
intr.h Add a 'known_mpsafe' argument to intr_establish(). 2008-05-30 19:03:10 +00:00
kernfs_machdep.h
Makefile Install xenio.h and xenio3.h in /usr/include/xen, for the benefit 2008-02-17 16:23:12 +00:00
mpacpi.h
pci_machdep.h Work in progress on PCI front-end/back-end support 2009-02-13 21:03:59 +00:00
pic.h remove some obviously obsolete definitions 2008-07-02 19:18:52 +00:00
shutdown_xenbus.h Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
vcpuvar.h fix vcpu after recent cpubus changes. 2007-03-06 12:35:39 +00:00
xbdvar.h device_t / softc split 2008-04-16 18:41:48 +00:00
xen_shm.h
xen.h Work in progress on PCI front-end/back-end support 2009-02-13 21:03:59 +00:00
xenbus.h make this header standalone 2008-10-29 13:35:35 +00:00
xenfunc.h Merge the bouyer-xeni386 branch to head, at tag bouyer-xeni386-merge1 (the 2008-01-11 20:00:13 +00:00
xenio3.h Fix IOCTL_PRIVCMD_HYPERCALL issue which shows up with xen-3.1.3: 2008-02-17 16:21:19 +00:00
xenio.h Fix IOCTL_PRIVCMD_HYPERCALL issue which shows up with xen-3.1.3: 2008-02-17 16:21:19 +00:00
xennet_checksum.h
xenpmap.h More i386PAE fixes: 2009-03-10 20:05:30 +00:00