Searched refs:BTFIXUPCALL_NOP (Results 1 – 8 of 8) sorted by relevance
/arch/sparc/kernel/ |
D | sun4c_irq.c | 217 BTFIXUPSET_CALL(load_profile_irq, sun4c_load_profile_irq, BTFIXUPCALL_NOP); in sun4c_init_IRQ() 220 BTFIXUPSET_CALL(set_cpu_int, sun4c_nop, BTFIXUPCALL_NOP); in sun4c_init_IRQ() 221 BTFIXUPSET_CALL(clear_cpu_int, sun4c_nop, BTFIXUPCALL_NOP); in sun4c_init_IRQ() 222 BTFIXUPSET_CALL(set_irq_udt, sun4c_nop, BTFIXUPCALL_NOP); in sun4c_init_IRQ()
|
D | sun4d_irq.c | 587 BTFIXUPSET_CALL(clear_cpu_int, sun4d_clear_ipi, BTFIXUPCALL_NOP); in sun4d_init_IRQ() 588 BTFIXUPSET_CALL(set_irq_udt, sun4d_set_udt, BTFIXUPCALL_NOP); in sun4d_init_IRQ()
|
/arch/sparc/mm/ |
D | srmmu.c | 1494 BTFIXUPSET_CALL(flush_page_for_dma, hypersparc_flush_page_for_dma, BTFIXUPCALL_NOP); in init_hypersparc() 1560 BTFIXUPSET_CALL(flush_sig_insns, cypress_flush_sig_insns, BTFIXUPCALL_NOP); in init_cypress_common() 1561 BTFIXUPSET_CALL(flush_page_for_dma, cypress_flush_page_for_dma, BTFIXUPCALL_NOP); in init_cypress_common() 1829 BTFIXUPSET_CALL(flush_sig_insns, turbosparc_flush_sig_insns, BTFIXUPCALL_NOP); in init_turbosparc() 1868 BTFIXUPSET_CALL(__flush_page_to_ram, tsunami_flush_page_to_ram, BTFIXUPCALL_NOP); in init_tsunami() 1950 BTFIXUPSET_CALL(flush_page_for_dma, viking_flush_page_for_dma, BTFIXUPCALL_NOP); in init_viking() 1973 BTFIXUPSET_CALL(__flush_page_to_ram, viking_flush_page_to_ram, BTFIXUPCALL_NOP); in init_viking() 1974 BTFIXUPSET_CALL(flush_sig_insns, viking_flush_sig_insns, BTFIXUPCALL_NOP); in init_viking() 2159 BTFIXUPSET_CALL(do_check_pgt_cache, srmmu_check_pgt_cache, BTFIXUPCALL_NOP); in ld_mmu_srmmu() 2212 BTFIXUPSET_CALL(update_mmu_cache, srmmu_update_mmu_cache, BTFIXUPCALL_NOP); in ld_mmu_srmmu()
|
D | btfixup.c | 204 if (p[2] == BTFIXUPCALL_NOP) { in btfixup()
|
D | io-unit.c | 259 BTFIXUPSET_CALL(mmu_unlockarea, iounit_unlockarea, BTFIXUPCALL_NOP); in ld_mmu_iounit()
|
D | sun4c.c | 2092 BTFIXUPSET_CALL(flush_sig_insns, sun4c_flush_sig_insns, BTFIXUPCALL_NOP); in ld_mmu_sun4c() 2118 BTFIXUPSET_CALL(pgd_clear, sun4c_pgd_clear, BTFIXUPCALL_NOP); in ld_mmu_sun4c() 2131 BTFIXUPSET_CALL(free_pmd_fast, sun4c_free_pmd_fast, BTFIXUPCALL_NOP); in ld_mmu_sun4c() 2175 BTFIXUPSET_CALL(pgd_set, sun4c_pgd_set, BTFIXUPCALL_NOP); in ld_mmu_sun4c()
|
D | iommu.c | 442 BTFIXUPSET_CALL(mmu_unlockarea, iommu_unlockarea, BTFIXUPCALL_NOP); in ld_mmu_iommu()
|
/arch/sparc/include/asm/ |
D | btfixup.h | 117 #define BTFIXUPCALL_NOP 0x01000000 /* Possibly optimize to nop */ macro
|