Searched refs:uasm_copy_handler (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/mips/mm/ |
D | tlbex.c | 1242 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1248 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1289 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler() 1299 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler() 1308 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
|
D | uasm.c | 592 uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, u32 *first, in uasm_copy_handler() function 602 UASM_EXPORT_SYMBOL(uasm_copy_handler);
|
/linux-2.6.39/arch/mips/include/asm/ |
D | uasm.h | 230 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
|