search for: pmd_clear_bad

Displaying 3 results from an estimated 3 matches for "pmd_clear_bad".

2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 02/13] hvvm export page utils
...98,10 @@ int access_process_vm(struct task_struct return buf - old_buf; } EXPORT_SYMBOL_GPL(access_process_vm); + +/* temp until we put the hv vm stuff into the kernel */ +EXPORT_SYMBOL_GPL(__pud_alloc); +EXPORT_SYMBOL_GPL(__pmd_alloc); +EXPORT_SYMBOL_GPL(__pte_alloc_kernel); +EXPORT_SYMBOL_GPL(pmd_clear_bad); +EXPORT_SYMBOL_GPL(pud_clear_bad); --
2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 02/13] hvvm export page utils
...98,10 @@ int access_process_vm(struct task_struct return buf - old_buf; } EXPORT_SYMBOL_GPL(access_process_vm); + +/* temp until we put the hv vm stuff into the kernel */ +EXPORT_SYMBOL_GPL(__pud_alloc); +EXPORT_SYMBOL_GPL(__pmd_alloc); +EXPORT_SYMBOL_GPL(__pte_alloc_kernel); +EXPORT_SYMBOL_GPL(pmd_clear_bad); +EXPORT_SYMBOL_GPL(pud_clear_bad); --
2006 Mar 14
12
[RFC] VMI for Xen?
I''m sure everyone has seen the drop of VMI patches for Linux at this point, but just in case, the link is included below. I''ve read this version of the VMI spec and have made my way through most of the patches. While I wasn''t really that impressed with the first spec wrt Xen, the second version seems to be much more palatable. Specifically, the code inlining and