Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dglue-cache.h133 #define __cpuc_flush_icache_all __glue(_CACHE,_flush_icache_all)
134 #define __cpuc_flush_kern_all __glue(_CACHE,_flush_kern_cache_all)
135 #define __cpuc_flush_user_all __glue(_CACHE,_flush_user_cache_all)
136 #define __cpuc_flush_user_range __glue(_CACHE,_flush_user_cache_range)
137 #define __cpuc_coherent_kern_range __glue(_CACHE,_coherent_kern_range)
138 #define __cpuc_coherent_user_range __glue(_CACHE,_coherent_user_range)
139 #define __cpuc_flush_dcache_area __glue(_CACHE,_flush_kern_dcache_area)
141 #define dmac_map_area __glue(_CACHE,_dma_map_area)
142 #define dmac_unmap_area __glue(_CACHE,_dma_unmap_area)
143 #define dmac_flush_range __glue(_CACHE,_dma_flush_range)
Dglue-proc.h252 #define cpu_proc_init __glue(CPU_NAME,_proc_init)
253 #define cpu_proc_fin __glue(CPU_NAME,_proc_fin)
254 #define cpu_reset __glue(CPU_NAME,_reset)
255 #define cpu_do_idle __glue(CPU_NAME,_do_idle)
256 #define cpu_dcache_clean_area __glue(CPU_NAME,_dcache_clean_area)
257 #define cpu_do_switch_mm __glue(CPU_NAME,_switch_mm)
258 #define cpu_set_pte_ext __glue(CPU_NAME,_set_pte_ext)
259 #define cpu_suspend_size __glue(CPU_NAME,_suspend_size)
260 #define cpu_do_suspend __glue(CPU_NAME,_do_suspend)
261 #define cpu_do_resume __glue(CPU_NAME,_do_resume)
Dglue.h23 #define __glue(name,fn) ____glue(name,fn) macro
Dpage.h136 #define __cpu_clear_user_highpage __glue(_USER,_clear_user_highpage)
137 #define __cpu_copy_user_highpage __glue(_USER,_copy_user_highpage)
Dtlbflush.h234 #define __cpu_flush_user_tlb_range __glue(_TLB,_flush_user_tlb_range)
235 #define __cpu_flush_kern_tlb_range __glue(_TLB,_flush_kern_tlb_range)