Searched refs:BTFIXUPCALL_NOP (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/arch/sparc/kernel/ |
D | sun4c_irq.c | 234 BTFIXUPSET_CALL(clear_profile_irq, sun4c_clear_profile_irq, BTFIXUPCALL_NOP); in sun4c_init_IRQ() 235 BTFIXUPSET_CALL(load_profile_irq, sun4c_load_profile_irq, BTFIXUPCALL_NOP); in sun4c_init_IRQ() 239 BTFIXUPSET_CALL(set_cpu_int, sun4c_nop, BTFIXUPCALL_NOP); in sun4c_init_IRQ() 240 BTFIXUPSET_CALL(clear_cpu_int, sun4c_nop, BTFIXUPCALL_NOP); in sun4c_init_IRQ() 241 BTFIXUPSET_CALL(set_irq_udt, sun4c_nop, BTFIXUPCALL_NOP); in sun4c_init_IRQ()
|
D | sun4d_irq.c | 562 BTFIXUPSET_CALL(clear_cpu_int, sun4d_clear_ipi, BTFIXUPCALL_NOP); in sun4d_init_IRQ() 563 BTFIXUPSET_CALL(set_irq_udt, sun4d_set_udt, BTFIXUPCALL_NOP); in sun4d_init_IRQ()
|
D | sparc-stub.c | 410 BTFIXUPSET_CALL(flush_cache_all, flush_cache_all_nop, BTFIXUPCALL_NOP); in set_debug_traps()
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | iommu.c | 336 BTFIXUPSET_CALL(mmu_unlockarea, iommu_unlockarea, BTFIXUPCALL_NOP); in ld_mmu_iommu() 350 BTFIXUPSET_CALL(mmu_release_scsi_one, iommu_release_scsi_one, BTFIXUPCALL_NOP); in ld_mmu_iommu() 351 BTFIXUPSET_CALL(mmu_release_scsi_sgl, iommu_release_scsi_sgl, BTFIXUPCALL_NOP); in ld_mmu_iommu()
|
D | srmmu.c | 1392 BTFIXUPSET_CALL(flush_page_for_dma, hypersparc_flush_page_for_dma, BTFIXUPCALL_NOP); in init_hypersparc() 1458 BTFIXUPSET_CALL(flush_sig_insns, cypress_flush_sig_insns, BTFIXUPCALL_NOP); in init_cypress_common() 1459 BTFIXUPSET_CALL(flush_page_for_dma, cypress_flush_page_for_dma, BTFIXUPCALL_NOP); in init_cypress_common() 1727 BTFIXUPSET_CALL(flush_sig_insns, turbosparc_flush_sig_insns, BTFIXUPCALL_NOP); in init_turbosparc() 1766 BTFIXUPSET_CALL(__flush_page_to_ram, tsunami_flush_page_to_ram, BTFIXUPCALL_NOP); in init_tsunami() 1860 BTFIXUPSET_CALL(flush_page_for_dma, viking_flush_page_for_dma, BTFIXUPCALL_NOP); in init_viking() 1883 BTFIXUPSET_CALL(__flush_page_to_ram, viking_flush_page_to_ram, BTFIXUPCALL_NOP); in init_viking() 1884 BTFIXUPSET_CALL(flush_sig_insns, viking_flush_sig_insns, BTFIXUPCALL_NOP); in init_viking() 2107 BTFIXUPSET_CALL(update_mmu_cache, srmmu_update_mmu_cache, BTFIXUPCALL_NOP); in ld_mmu_srmmu()
|
D | btfixup.c | 209 if (p[2] == BTFIXUPCALL_NOP) { in btfixup()
|
D | io-unit.c | 246 BTFIXUPSET_CALL(mmu_unlockarea, iounit_unlockarea, BTFIXUPCALL_NOP); in ld_mmu_iounit()
|
D | sun4c.c | 2121 BTFIXUPSET_CALL(flush_sig_insns, sun4c_flush_sig_insns, BTFIXUPCALL_NOP); in ld_mmu_sun4c() 2143 BTFIXUPSET_CALL(pgd_clear, sun4c_pgd_clear, BTFIXUPCALL_NOP); in ld_mmu_sun4c() 2155 BTFIXUPSET_CALL(free_pmd_fast, sun4c_free_pmd_fast, BTFIXUPCALL_NOP); in ld_mmu_sun4c() 2190 BTFIXUPSET_CALL(pgd_set, sun4c_pgd_set, BTFIXUPCALL_NOP); in ld_mmu_sun4c()
|
/linux-2.4.37.9/include/asm-sparc/ |
D | btfixup.h | 117 #define BTFIXUPCALL_NOP 0x01000000 /* Possibly optimize to nop */ macro
|