taglinefilesource code
flush_tlb_page_for_cbit53arch/sparc/mm/srmmu.cstatic void (*flush_tlb_page_for_cbit)(unsigned long page);
flush_tlb_page_for_cbit250arch/sparc/mm/srmmu.cflush_tlb_page_for_cbit(addr);
flush_tlb_page_for_cbit260arch/sparc/mm/srmmu.cflush_tlb_page_for_cbit(addr);
flush_tlb_page_for_cbit2049arch/sparc/mm/srmmu.cflush_tlb_page_for_cbit = hypersparc_flush_tlb_page_for_cbit;
flush_tlb_page_for_cbit2187arch/sparc/mm/srmmu.cflush_tlb_page_for_cbit = swift_flush_tlb_page_for_cbit;
flush_tlb_page_for_cbit2233arch/sparc/mm/srmmu.cflush_tlb_page_for_cbit = tsunami_flush_tlb_page_for_cbit;
flush_tlb_page_for_cbit2336arch/sparc/mm/srmmu.cflush_tlb_page_for_cbit = viking_flush_tlb_page_for_cbit;
flush_tlb_page_for_cbit2576arch/sparc/mm/srmmu.clocal_flush_tlb_page_for_cbit = flush_tlb_page_for_cbit;
flush_tlb_page_for_cbit2589arch/sparc/mm/srmmu.cflush_tlb_page_for_cbit = smp_flush_tlb_page_for_cbit;