Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sparc/include/asm/
A Dmmu_context_64.h61 #define smp_tsb_sync(__mm) do { } while (0) argument
65 #define load_secondary_context(__mm) \ argument
74 : "r" (CTX_HWBITS((__mm)->context)), \
A Dcacheflush_64.h21 #define flush_cache_mm(__mm) \ argument
22 do { if ((__mm) == current->mm) flushw_user(); } while(0)
/linux-6.3-rc2/include/linux/
A Dmmu_notifier.h634 #define set_pte_at_notify(__mm, __address, __ptep, __pte) \ argument
636 struct mm_struct *___mm = __mm; \
A Dmm_types.h859 #define VMA_ITERATOR(name, __mm, __addr) \ argument
862 .tree = &(__mm)->mm_mt, \
/linux-6.3-rc2/arch/x86/kernel/
A Dldt.c136 static void flush_ldt(void *__mm) in flush_ldt() argument
138 struct mm_struct *mm = __mm; in flush_ldt()

Completed in 10 milliseconds