Displaying 2 results from an estimated 2 matches for "412,26".
Did you mean:
812,26
2007 Apr 18
1
[RFC, PATCH 19/24] i386 Vmi mmu changes
...; \
+ __ptep = (pte_t *)kmap_atomic(pfn_to_page(pfn),KM_PTE1); \
+ mach_map_linear_pt(1, __ptep, pfn); \
+ __ptep = __ptep + pte_index(address); \
+ __ptep; \
+})
#define pte_unmap(pte) kunmap_atomic(pte, KM_PTE0)
#define pte_unmap_nested(pte) kunmap_atomic(pte, KM_PTE1)
#else
@@ -412,26 +444,6 @@ extern void noexec_setup(const char *str
#define pte_unmap_nested(pte) do { } while (0)
#endif
-/*
- * The i386 doesn't have any external MMU info: the kernel page
- * tables contain all the necessary information.
- *
- * Also, we only update the dirty/accessed state if we set...
2007 Apr 18
1
[RFC, PATCH 19/24] i386 Vmi mmu changes
...; \
+ __ptep = (pte_t *)kmap_atomic(pfn_to_page(pfn),KM_PTE1); \
+ mach_map_linear_pt(1, __ptep, pfn); \
+ __ptep = __ptep + pte_index(address); \
+ __ptep; \
+})
#define pte_unmap(pte) kunmap_atomic(pte, KM_PTE0)
#define pte_unmap_nested(pte) kunmap_atomic(pte, KM_PTE1)
#else
@@ -412,26 +444,6 @@ extern void noexec_setup(const char *str
#define pte_unmap_nested(pte) do { } while (0)
#endif
-/*
- * The i386 doesn't have any external MMU info: the kernel page
- * tables contain all the necessary information.
- *
- * Also, we only update the dirty/accessed state if we set...