search for: __asm_hypervisor_hooks_h

Displaying 4 results from an estimated 4 matches for "__asm_hypervisor_hooks_h".

2007 Apr 18
0
[PATCH 12/12] xen-ldt
...================================================================ --- linux-2.6.13.orig/include/asm-i386/mach-default/hypervisor_hooks.h 2005-08-08 21:12:55.000000000 -0700 +++ linux-2.6.13/include/asm-i386/mach-default/hypervisor_hooks.h 2005-08-08 21:13:19.000000000 -0700 @@ -0,0 +1,27 @@ +#ifndef __ASM_HYPERVISOR_HOOKS_H +#define __ASM_HYPERVISOR_HOOKS_H + +static inline void make_pages_readonly(void *va, unsigned int nr) +{ +} + +static inline void make_pages_writable(void *va, unsigned int nr) +{ +} + +static inline void add_context_to_unpinned(struct mm_struct *mm) +{ +} + +static inline void del_context_from_un...
2007 Apr 18
0
[PATCH 12/12] xen-ldt
...================================================================ --- linux-2.6.13.orig/include/asm-i386/mach-default/hypervisor_hooks.h 2005-08-08 21:12:55.000000000 -0700 +++ linux-2.6.13/include/asm-i386/mach-default/hypervisor_hooks.h 2005-08-08 21:13:19.000000000 -0700 @@ -0,0 +1,27 @@ +#ifndef __ASM_HYPERVISOR_HOOKS_H +#define __ASM_HYPERVISOR_HOOKS_H + +static inline void make_pages_readonly(void *va, unsigned int nr) +{ +} + +static inline void make_pages_writable(void *va, unsigned int nr) +{ +} + +static inline void add_context_to_unpinned(struct mm_struct *mm) +{ +} + +static inline void del_context_from_un...
2007 Apr 18
2
[PATCH 12/12; UPDATED] xen-ldt
...================================================================ --- linux-2.6.13.orig/include/asm-i386/mach-default/hypervisor_hooks.h 2005-08-08 21:16:15.000000000 -0700 +++ linux-2.6.13/include/asm-i386/mach-default/hypervisor_hooks.h 2005-08-08 21:16:33.000000000 -0700 @@ -0,0 +1,20 @@ +#ifndef __ASM_HYPERVISOR_HOOKS_H +#define __ASM_HYPERVISOR_HOOKS_H + +static inline void make_pages_readonly(void *va, unsigned int nr) +{ +} + +static inline void make_pages_writable(void *va, unsigned int nr) +{ +} + +static inline void add_context_to_unpinned(struct mm_struct *mm) +{ +} + +static inline void del_context_from_un...
2007 Apr 18
2
[PATCH 12/12; UPDATED] xen-ldt
...================================================================ --- linux-2.6.13.orig/include/asm-i386/mach-default/hypervisor_hooks.h 2005-08-08 21:16:15.000000000 -0700 +++ linux-2.6.13/include/asm-i386/mach-default/hypervisor_hooks.h 2005-08-08 21:16:33.000000000 -0700 @@ -0,0 +1,20 @@ +#ifndef __ASM_HYPERVISOR_HOOKS_H +#define __ASM_HYPERVISOR_HOOKS_H + +static inline void make_pages_readonly(void *va, unsigned int nr) +{ +} + +static inline void make_pages_writable(void *va, unsigned int nr) +{ +} + +static inline void add_context_to_unpinned(struct mm_struct *mm) +{ +} + +static inline void del_context_from_un...