Searched refs:BTFIXUP_CALL (Results 1 - 25 of 32) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc_ksyms_32.c33 EXPORT_SYMBOL(BTFIXUP_CALL(___xchg32));
35 EXPORT_SYMBOL(BTFIXUP_CALL(__hard_smp_processor_id));
37 EXPORT_SYMBOL(BTFIXUP_CALL(mmu_unlockarea));
38 EXPORT_SYMBOL(BTFIXUP_CALL(mmu_lockarea));
39 EXPORT_SYMBOL(BTFIXUP_CALL(mmu_get_scsi_sgl));
40 EXPORT_SYMBOL(BTFIXUP_CALL(mmu_get_scsi_one));
41 EXPORT_SYMBOL(BTFIXUP_CALL(mmu_release_scsi_sgl));
42 EXPORT_SYMBOL(BTFIXUP_CALL(mmu_release_scsi_one));
43 EXPORT_SYMBOL(BTFIXUP_CALL(pgprot_noncached));
H A Dirq.h20 BTFIXUP_CALL(disable_irq)(irq);
25 BTFIXUP_CALL(enable_irq)(irq);
30 BTFIXUP_CALL(disable_pil_irq)(irq);
35 BTFIXUP_CALL(enable_pil_irq)(irq);
40 BTFIXUP_CALL(clear_clock_irq)();
45 BTFIXUP_CALL(load_profile_irq)(cpu, limit);
59 #define set_cpu_int(cpu,level) BTFIXUP_CALL(set_cpu_int)(cpu,level)
60 #define clear_cpu_int(cpu,level) BTFIXUP_CALL(clear_cpu_int)(cpu,level)
61 #define set_irq_udt(cpu) BTFIXUP_CALL(set_irq_udt)(cpu)
H A Dsmp_32.c137 xc0((smpfunc_t) BTFIXUP_CALL(local_flush_cache_all));
143 xc0((smpfunc_t) BTFIXUP_CALL(local_flush_tlb_all));
153 xc1((smpfunc_t) BTFIXUP_CALL(local_flush_cache_mm), (unsigned long) mm);
164 xc1((smpfunc_t) BTFIXUP_CALL(local_flush_tlb_mm), (unsigned long) mm);
182 xc3((smpfunc_t) BTFIXUP_CALL(local_flush_cache_range), (unsigned long) vma, start, end);
196 xc3((smpfunc_t) BTFIXUP_CALL(local_flush_tlb_range), (unsigned long) vma, start, end);
209 xc2((smpfunc_t) BTFIXUP_CALL(local_flush_cache_page), (unsigned long) vma, page);
222 xc2((smpfunc_t) BTFIXUP_CALL(local_flush_tlb_page), (unsigned long) vma, page);
234 xc1((smpfunc_t) BTFIXUP_CALL(local_flush_page_to_ram), page);
243 xc2((smpfunc_t) BTFIXUP_CALL(local_flush_sig_insn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dirq.h20 BTFIXUP_CALL(disable_irq)(irq);
25 BTFIXUP_CALL(enable_irq)(irq);
30 BTFIXUP_CALL(disable_pil_irq)(irq);
35 BTFIXUP_CALL(enable_pil_irq)(irq);
40 BTFIXUP_CALL(clear_clock_irq)();
45 BTFIXUP_CALL(load_profile_irq)(cpu, limit);
59 #define set_cpu_int(cpu,level) BTFIXUP_CALL(set_cpu_int)(cpu,level)
60 #define clear_cpu_int(cpu,level) BTFIXUP_CALL(clear_cpu_int)(cpu,level)
61 #define set_irq_udt(cpu) BTFIXUP_CALL(set_irq_udt)(cpu)
H A Dsparc_ksyms_32.c33 EXPORT_SYMBOL(BTFIXUP_CALL(___xchg32));
35 EXPORT_SYMBOL(BTFIXUP_CALL(__hard_smp_processor_id));
37 EXPORT_SYMBOL(BTFIXUP_CALL(mmu_unlockarea));
38 EXPORT_SYMBOL(BTFIXUP_CALL(mmu_lockarea));
39 EXPORT_SYMBOL(BTFIXUP_CALL(mmu_get_scsi_sgl));
40 EXPORT_SYMBOL(BTFIXUP_CALL(mmu_get_scsi_one));
41 EXPORT_SYMBOL(BTFIXUP_CALL(mmu_release_scsi_sgl));
42 EXPORT_SYMBOL(BTFIXUP_CALL(mmu_release_scsi_one));
43 EXPORT_SYMBOL(BTFIXUP_CALL(pgprot_noncached));
H A Dsmp_32.c137 xc0((smpfunc_t) BTFIXUP_CALL(local_flush_cache_all));
143 xc0((smpfunc_t) BTFIXUP_CALL(local_flush_tlb_all));
153 xc1((smpfunc_t) BTFIXUP_CALL(local_flush_cache_mm), (unsigned long) mm);
164 xc1((smpfunc_t) BTFIXUP_CALL(local_flush_tlb_mm), (unsigned long) mm);
182 xc3((smpfunc_t) BTFIXUP_CALL(local_flush_cache_range), (unsigned long) vma, start, end);
196 xc3((smpfunc_t) BTFIXUP_CALL(local_flush_tlb_range), (unsigned long) vma, start, end);
209 xc2((smpfunc_t) BTFIXUP_CALL(local_flush_cache_page), (unsigned long) vma, page);
222 xc2((smpfunc_t) BTFIXUP_CALL(local_flush_tlb_page), (unsigned long) vma, page);
234 xc1((smpfunc_t) BTFIXUP_CALL(local_flush_page_to_ram), page);
243 xc2((smpfunc_t) BTFIXUP_CALL(local_flush_sig_insn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dtlbflush_32.h15 #define local_flush_tlb_all() BTFIXUP_CALL(local_flush_tlb_all)()
16 #define local_flush_tlb_mm(mm) BTFIXUP_CALL(local_flush_tlb_mm)(mm)
17 #define local_flush_tlb_range(vma,start,end) BTFIXUP_CALL(local_flush_tlb_range)(vma,start,end)
18 #define local_flush_tlb_page(vma,addr) BTFIXUP_CALL(local_flush_tlb_page)(vma,addr)
34 #define flush_tlb_all() BTFIXUP_CALL(flush_tlb_all)()
35 #define flush_tlb_mm(mm) BTFIXUP_CALL(flush_tlb_mm)(mm)
36 #define flush_tlb_range(vma,start,end) BTFIXUP_CALL(flush_tlb_range)(vma,start,end)
37 #define flush_tlb_page(vma,addr) BTFIXUP_CALL(flush_tlb_page)(vma,addr)
H A Dcacheflush_32.h21 #define local_flush_cache_all() BTFIXUP_CALL(local_flush_cache_all)()
22 #define local_flush_cache_mm(mm) BTFIXUP_CALL(local_flush_cache_mm)(mm)
23 #define local_flush_cache_range(vma,start,end) BTFIXUP_CALL(local_flush_cache_range)(vma,start,end)
24 #define local_flush_cache_page(vma,addr) BTFIXUP_CALL(local_flush_cache_page)(vma,addr)
29 #define local_flush_page_to_ram(addr) BTFIXUP_CALL(local_flush_page_to_ram)(addr)
30 #define local_flush_sig_insns(mm,insn_addr) BTFIXUP_CALL(local_flush_sig_insns)(mm,insn_addr)
49 #define flush_cache_all() BTFIXUP_CALL(flush_cache_all)()
50 #define flush_cache_mm(mm) BTFIXUP_CALL(flush_cache_mm)(mm)
51 #define flush_cache_dup_mm(mm) BTFIXUP_CALL(flush_cache_mm)(mm)
52 #define flush_cache_range(vma,start,end) BTFIXUP_CALL(flush_cache_rang
[all...]
H A Dpgalloc_32.h26 #define do_check_pgt_cache(low,high) BTFIXUP_CALL(do_check_pgt_cache)(low,high)
29 #define get_pgd_fast() BTFIXUP_CALL(get_pgd_fast)()
32 #define free_pgd_fast(pgd) BTFIXUP_CALL(free_pgd_fast)(pgd)
38 #define pgd_set(pgdp,pmdp) BTFIXUP_CALL(pgd_set)(pgdp,pmdp)
42 #define pmd_alloc_one(mm, address) BTFIXUP_CALL(pmd_alloc_one)(mm, address)
45 #define free_pmd_fast(pmd) BTFIXUP_CALL(free_pmd_fast)(pmd)
51 #define pmd_populate(MM, PMD, PTE) BTFIXUP_CALL(pmd_populate)(PMD, PTE)
54 #define pmd_populate_kernel(MM, PMD, PTE) BTFIXUP_CALL(pmd_set)(PMD, PTE)
57 #define pte_alloc_one(mm, address) BTFIXUP_CALL(pte_alloc_one)(mm, address)
59 #define pte_alloc_one_kernel(mm, addr) BTFIXUP_CALL(pte_alloc_one_kerne
[all...]
H A Dtimer_32.h17 #define bus_do_settimeofday(tv) BTFIXUP_CALL(bus_do_settimeofday)(tv)
H A Dmmu_context_32.h28 #define destroy_context(mm) BTFIXUP_CALL(destroy_context)(mm)
33 #define switch_mm(old_mm, mm, tsk) BTFIXUP_CALL(switch_mm)(old_mm, mm, tsk)
H A Dpgtable_32.h142 #define pmd_page(pmd) BTFIXUP_CALL(pmd_page)(pmd)
143 #define pgd_page_vaddr(pgd) BTFIXUP_CALL(pgd_page_vaddr)(pgd)
153 #define pte_present(pte) BTFIXUP_CALL(pte_present)(pte)
154 #define pte_clear(mm,addr,pte) BTFIXUP_CALL(pte_clear)(pte)
165 #define pmd_bad(pmd) BTFIXUP_CALL(pmd_bad)(pmd)
166 #define pmd_present(pmd) BTFIXUP_CALL(pmd_present)(pmd)
167 #define pmd_clear(pmd) BTFIXUP_CALL(pmd_clear)(pmd)
174 #define pgd_none(pgd) BTFIXUP_CALL(pgd_none)(pgd)
175 #define pgd_bad(pgd) BTFIXUP_CALL(pgd_bad)(pgd)
176 #define pgd_present(pgd) BTFIXUP_CALL(pgd_presen
[all...]
H A Ddma.h98 #define mmu_lockarea(vaddr,len) BTFIXUP_CALL(mmu_lockarea)(vaddr,len)
99 #define mmu_unlockarea(vaddr,len) BTFIXUP_CALL(mmu_unlockarea)(vaddr,len)
111 #define mmu_get_scsi_one(dev,vaddr,len) BTFIXUP_CALL(mmu_get_scsi_one)(dev,vaddr,len)
112 #define mmu_get_scsi_sgl(dev,sg,sz) BTFIXUP_CALL(mmu_get_scsi_sgl)(dev,sg,sz)
113 #define mmu_release_scsi_one(dev,vaddr,len) BTFIXUP_CALL(mmu_release_scsi_one)(dev,vaddr,len)
114 #define mmu_release_scsi_sgl(dev,sg,sz) BTFIXUP_CALL(mmu_release_scsi_sgl)(dev,sg,sz)
135 #define mmu_map_dma_area(dev,pba,va,a,len) BTFIXUP_CALL(mmu_map_dma_area)(dev,pba,va,a,len)
136 #define mmu_unmap_dma_area(dev,ba,len) BTFIXUP_CALL(mmu_unmap_dma_area)(dev,ba,len)
H A Dthread_info_32.h86 #define alloc_thread_info(tsk) BTFIXUP_CALL(alloc_thread_info)()
89 #define free_thread_info(ti) BTFIXUP_CALL(free_thread_info)(ti)
H A Dsmp_32.h56 #define smp_cross_call(func,mask,arg1,arg2,arg3,arg4) BTFIXUP_CALL(smp_cross_call)(func,mask,arg1,arg2,arg3,arg4)
H A Dbtfixup.h44 #define BTFIXUP_CALL(__name) ___f_##__name macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dtlbflush_32.h15 #define local_flush_tlb_all() BTFIXUP_CALL(local_flush_tlb_all)()
16 #define local_flush_tlb_mm(mm) BTFIXUP_CALL(local_flush_tlb_mm)(mm)
17 #define local_flush_tlb_range(vma,start,end) BTFIXUP_CALL(local_flush_tlb_range)(vma,start,end)
18 #define local_flush_tlb_page(vma,addr) BTFIXUP_CALL(local_flush_tlb_page)(vma,addr)
34 #define flush_tlb_all() BTFIXUP_CALL(flush_tlb_all)()
35 #define flush_tlb_mm(mm) BTFIXUP_CALL(flush_tlb_mm)(mm)
36 #define flush_tlb_range(vma,start,end) BTFIXUP_CALL(flush_tlb_range)(vma,start,end)
37 #define flush_tlb_page(vma,addr) BTFIXUP_CALL(flush_tlb_page)(vma,addr)
H A Dcacheflush_32.h21 #define local_flush_cache_all() BTFIXUP_CALL(local_flush_cache_all)()
22 #define local_flush_cache_mm(mm) BTFIXUP_CALL(local_flush_cache_mm)(mm)
23 #define local_flush_cache_range(vma,start,end) BTFIXUP_CALL(local_flush_cache_range)(vma,start,end)
24 #define local_flush_cache_page(vma,addr) BTFIXUP_CALL(local_flush_cache_page)(vma,addr)
29 #define local_flush_page_to_ram(addr) BTFIXUP_CALL(local_flush_page_to_ram)(addr)
30 #define local_flush_sig_insns(mm,insn_addr) BTFIXUP_CALL(local_flush_sig_insns)(mm,insn_addr)
49 #define flush_cache_all() BTFIXUP_CALL(flush_cache_all)()
50 #define flush_cache_mm(mm) BTFIXUP_CALL(flush_cache_mm)(mm)
51 #define flush_cache_dup_mm(mm) BTFIXUP_CALL(flush_cache_mm)(mm)
52 #define flush_cache_range(vma,start,end) BTFIXUP_CALL(flush_cache_rang
[all...]
H A Dpgalloc_32.h26 #define do_check_pgt_cache(low,high) BTFIXUP_CALL(do_check_pgt_cache)(low,high)
29 #define get_pgd_fast() BTFIXUP_CALL(get_pgd_fast)()
32 #define free_pgd_fast(pgd) BTFIXUP_CALL(free_pgd_fast)(pgd)
38 #define pgd_set(pgdp,pmdp) BTFIXUP_CALL(pgd_set)(pgdp,pmdp)
42 #define pmd_alloc_one(mm, address) BTFIXUP_CALL(pmd_alloc_one)(mm, address)
45 #define free_pmd_fast(pmd) BTFIXUP_CALL(free_pmd_fast)(pmd)
51 #define pmd_populate(MM, PMD, PTE) BTFIXUP_CALL(pmd_populate)(PMD, PTE)
54 #define pmd_populate_kernel(MM, PMD, PTE) BTFIXUP_CALL(pmd_set)(PMD, PTE)
57 #define pte_alloc_one(mm, address) BTFIXUP_CALL(pte_alloc_one)(mm, address)
59 #define pte_alloc_one_kernel(mm, addr) BTFIXUP_CALL(pte_alloc_one_kerne
[all...]
H A Dtimer_32.h17 #define bus_do_settimeofday(tv) BTFIXUP_CALL(bus_do_settimeofday)(tv)
H A Dmmu_context_32.h28 #define destroy_context(mm) BTFIXUP_CALL(destroy_context)(mm)
33 #define switch_mm(old_mm, mm, tsk) BTFIXUP_CALL(switch_mm)(old_mm, mm, tsk)
H A Dpgtable_32.h142 #define pmd_page(pmd) BTFIXUP_CALL(pmd_page)(pmd)
143 #define pgd_page_vaddr(pgd) BTFIXUP_CALL(pgd_page_vaddr)(pgd)
153 #define pte_present(pte) BTFIXUP_CALL(pte_present)(pte)
154 #define pte_clear(mm,addr,pte) BTFIXUP_CALL(pte_clear)(pte)
165 #define pmd_bad(pmd) BTFIXUP_CALL(pmd_bad)(pmd)
166 #define pmd_present(pmd) BTFIXUP_CALL(pmd_present)(pmd)
167 #define pmd_clear(pmd) BTFIXUP_CALL(pmd_clear)(pmd)
174 #define pgd_none(pgd) BTFIXUP_CALL(pgd_none)(pgd)
175 #define pgd_bad(pgd) BTFIXUP_CALL(pgd_bad)(pgd)
176 #define pgd_present(pgd) BTFIXUP_CALL(pgd_presen
[all...]
H A Ddma.h98 #define mmu_lockarea(vaddr,len) BTFIXUP_CALL(mmu_lockarea)(vaddr,len)
99 #define mmu_unlockarea(vaddr,len) BTFIXUP_CALL(mmu_unlockarea)(vaddr,len)
111 #define mmu_get_scsi_one(dev,vaddr,len) BTFIXUP_CALL(mmu_get_scsi_one)(dev,vaddr,len)
112 #define mmu_get_scsi_sgl(dev,sg,sz) BTFIXUP_CALL(mmu_get_scsi_sgl)(dev,sg,sz)
113 #define mmu_release_scsi_one(dev,vaddr,len) BTFIXUP_CALL(mmu_release_scsi_one)(dev,vaddr,len)
114 #define mmu_release_scsi_sgl(dev,sg,sz) BTFIXUP_CALL(mmu_release_scsi_sgl)(dev,sg,sz)
135 #define mmu_map_dma_area(dev,pba,va,a,len) BTFIXUP_CALL(mmu_map_dma_area)(dev,pba,va,a,len)
136 #define mmu_unmap_dma_area(dev,ba,len) BTFIXUP_CALL(mmu_unmap_dma_area)(dev,ba,len)
H A Dthread_info_32.h86 #define alloc_thread_info(tsk) BTFIXUP_CALL(alloc_thread_info)()
89 #define free_thread_info(ti) BTFIXUP_CALL(free_thread_info)(ti)
H A Dsmp_32.h56 #define smp_cross_call(func,mask,arg1,arg2,arg3,arg4) BTFIXUP_CALL(smp_cross_call)(func,mask,arg1,arg2,arg3,arg4)

Completed in 208 milliseconds

12