search for: 1478ce4ec9e3

Displaying 2 results from an estimated 2 matches for "1478ce4ec9e3".

2007 Apr 18
0
[PATCH 2/4] Pte clear optimization.patch
...a significant performance win for VMI and removes some indirect calls from zap_pte_range. Note the 3-level paging already had a native_pte_clear function, thus demanding argument conformance and extra args for the 2-level definition. Signed-off-by: Zachary Amsden <zach@vmware.com> diff -r 1478ce4ec9e3 include/asm-i386/pgtable-2level.h --- a/include/asm-i386/pgtable-2level.h Wed Apr 11 17:13:10 2007 -0700 +++ b/include/asm-i386/pgtable-2level.h Wed Apr 11 18:22:51 2007 -0700 @@ -35,6 +35,11 @@ static inline void native_set_pmd(pmd_t #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp,...
2007 Apr 18
0
[PATCH 2/4] Pte clear optimization.patch
...a significant performance win for VMI and removes some indirect calls from zap_pte_range. Note the 3-level paging already had a native_pte_clear function, thus demanding argument conformance and extra args for the 2-level definition. Signed-off-by: Zachary Amsden <zach@vmware.com> diff -r 1478ce4ec9e3 include/asm-i386/pgtable-2level.h --- a/include/asm-i386/pgtable-2level.h Wed Apr 11 17:13:10 2007 -0700 +++ b/include/asm-i386/pgtable-2level.h Wed Apr 11 18:22:51 2007 -0700 @@ -35,6 +35,11 @@ static inline void native_set_pmd(pmd_t #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp,...