Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dalgobase.h392 _SpotType __mm = __mismatch_switch(__begin1, __end1, __begin2, in _GLIBCXX_VISIBILITY() local
397 return (__mm.first == __end1) in _GLIBCXX_VISIBILITY()
398 || bool(__pred(*__mm.first, *__mm.second)); in _GLIBCXX_VISIBILITY()
403 _SpotType __mm = __mismatch_switch(__begin2, __end2, __begin1, in _GLIBCXX_VISIBILITY() local
408 return (__mm.first != __end2) in _GLIBCXX_VISIBILITY()
409 && bool(__pred(*__mm.second, *__mm.first)); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dalgobase.h392 _SpotType __mm = __mismatch_switch(__begin1, __end1, __begin2, in _GLIBCXX_VISIBILITY() local
397 return (__mm.first == __end1) in _GLIBCXX_VISIBILITY()
398 || bool(__pred(*__mm.first, *__mm.second)); in _GLIBCXX_VISIBILITY()
403 _SpotType __mm = __mismatch_switch(__begin2, __end2, __begin1, in _GLIBCXX_VISIBILITY() local
408 return (__mm.first != __end2) in _GLIBCXX_VISIBILITY()
409 && bool(__pred(*__mm.second, *__mm.first)); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dmmu_context_64.h62 #define smp_tsb_sync(__mm) do { } while (0) argument
66 #define load_secondary_context(__mm) \ argument
75 : "r" (CTX_HWBITS((__mm)->context)), \
H A Dcacheflush_64.h21 #define flush_cache_mm(__mm) \ argument
22 do { if ((__mm) == current->mm) flushw_user(); } while(0)
/OK3568_Linux_fs/kernel/include/linux/
H A Dmmu_notifier.h700 #define set_pte_at_notify(__mm, __address, __ptep, __pte) \ argument
702 struct mm_struct *___mm = __mm; \
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dldt.c136 static void flush_ldt(void *__mm) in flush_ldt() argument
138 struct mm_struct *mm = __mm; in flush_ldt()