search for: flush_cache_vmap

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

Did you mean: fluch_cache_vmap
2007 May 09
0
[patch 1/9] lguest: export symbols for lguest as a module
...ruct return buf - old_buf; } +EXPORT_SYMBOL_GPL(access_process_vm); diff -puN mm/vmalloc.c~lguest-export-symbols-for-lguest-as-a-module mm/vmalloc.c --- a/mm/vmalloc.c~lguest-export-symbols-for-lguest-as-a-module +++ a/mm/vmalloc.c @@ -159,6 +159,7 @@ int map_vm_area(struct vm_struct *area, flush_cache_vmap((unsigned long) area->addr, end); return err; } +EXPORT_SYMBOL_GPL(map_vm_area); static struct vm_struct *__get_vm_area_node(unsigned long size, unsigned long flags, unsigned long start, unsigned long end, @@ -237,6 +238,7 @@ struct vm_struct *__get_vm_area(unsigned { return _...
2007 May 09
0
[patch 1/9] lguest: export symbols for lguest as a module
...ruct return buf - old_buf; } +EXPORT_SYMBOL_GPL(access_process_vm); diff -puN mm/vmalloc.c~lguest-export-symbols-for-lguest-as-a-module mm/vmalloc.c --- a/mm/vmalloc.c~lguest-export-symbols-for-lguest-as-a-module +++ a/mm/vmalloc.c @@ -159,6 +159,7 @@ int map_vm_area(struct vm_struct *area, flush_cache_vmap((unsigned long) area->addr, end); return err; } +EXPORT_SYMBOL_GPL(map_vm_area); static struct vm_struct *__get_vm_area_node(unsigned long size, unsigned long flags, unsigned long start, unsigned long end, @@ -237,6 +238,7 @@ struct vm_struct *__get_vm_area(unsigned { return _...