search for: _mach_asm_io_h

Displaying 2 results from an estimated 2 matches for "_mach_asm_io_h".

2007 Apr 18
1
[RFC, PATCH 16/24] i386 Vmi io header
...vmi/mach_io.h =================================================================== --- linux-2.6.16-rc5.orig/include/asm-i386/mach-vmi/mach_io.h 2006-03-08 10:09:24.000000000 -0800 +++ linux-2.6.16-rc5/include/asm-i386/mach-vmi/mach_io.h 2006-03-08 10:09:47.000000000 -0800 @@ -0,0 +1,155 @@ +#ifndef _MACH_ASM_IO_H +#define _MACH_ASM_IO_H + +#include <vmi.h> + +/* + * Note on the VMI calls below; all of them must specify memory + * clobber, even output calls. The reason is that the memory + * clobber is not an effect of the VMI call, but is used to + * serialize memory writes by the compiler before an...
2007 Apr 18
1
[RFC, PATCH 16/24] i386 Vmi io header
...vmi/mach_io.h =================================================================== --- linux-2.6.16-rc5.orig/include/asm-i386/mach-vmi/mach_io.h 2006-03-08 10:09:24.000000000 -0800 +++ linux-2.6.16-rc5/include/asm-i386/mach-vmi/mach_io.h 2006-03-08 10:09:47.000000000 -0800 @@ -0,0 +1,155 @@ +#ifndef _MACH_ASM_IO_H +#define _MACH_ASM_IO_H + +#include <vmi.h> + +/* + * Note on the VMI calls below; all of them must specify memory + * clobber, even output calls. The reason is that the memory + * clobber is not an effect of the VMI call, but is used to + * serialize memory writes by the compiler before an...