Home
last modified time | relevance | path

Searched refs:__mm (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/arch/s390/include/asm/
Dhugetlb.h141 #define huge_ptep_set_wrprotect(__mm, __addr, __ptep) \ argument
145 (__mm)->context.flush_mm = 1; \
146 if (atomic_read(&(__mm)->context.attach_count) > 1 || \
147 (__mm) != current->active_mm) \
148 huge_ptep_invalidate(__mm, __addr, __ptep); \
149 set_huge_pte_at(__mm, __addr, __ptep, \
Dpgtable.h926 #define ptep_get_and_clear(__mm, __address, __ptep) \ argument
929 (__mm)->context.flush_mm = 1; \
930 if (atomic_read(&(__mm)->context.attach_count) > 1 || \
931 (__mm) != current->active_mm) \
932 ptep_invalidate(__mm, __address, __ptep); \
934 pte_clear((__mm), (__address), (__ptep)); \
969 #define ptep_set_wrprotect(__mm, __addr, __ptep) \ argument
973 (__mm)->context.flush_mm = 1; \
974 if (atomic_read(&(__mm)->context.attach_count) > 1 || \
975 (__mm) != current->active_mm) \
[all …]
/linux-2.6.39/arch/sparc/include/asm/
Dmmu_context_64.h54 #define smp_tsb_sync(__mm) do { } while (0) argument
58 #define load_secondary_context(__mm) \ argument
67 : "r" (CTX_HWBITS((__mm)->context)), \
Dcacheflush_64.h13 #define flush_cache_mm(__mm) \ argument
14 do { if ((__mm) == current->mm) flushw_user(); } while(0)
/linux-2.6.39/include/linux/
Dhuge_mm.h86 #define split_huge_page_pmd(__mm, __pmd) \ argument
90 __split_huge_page_pmd(__mm, ____pmd); \
161 #define split_huge_page_pmd(__mm, __pmd) \ argument
Dmmu_notifier.h314 #define set_pte_at_notify(__mm, __address, __ptep, __pte) \ argument
316 struct mm_struct *___mm = __mm; \