Searched refs:uasm_reloc (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Duasm.h235 struct uasm_reloc { struct
244 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid);
245 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab);
246 void uasm_move_relocs(struct uasm_reloc *rel, u32 *first, u32 *end, long off);
248 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
250 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr);
253 void uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
254 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid);
255 void uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
256 void uasm_il_beqzl(u32 **p, struct uasm_reloc **
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Duasm.c534 uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid)
544 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab)
561 uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab)
573 uasm_move_relocs(struct uasm_reloc *rel, u32 *first, u32 *end, long off)
591 uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, u32 *first,
603 int __uasminit uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr)
618 uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid)
626 uasm_il_b(u32 **p, struct uasm_reloc **r, int lid)
634 uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid)
642 uasm_il_beqzl(u32 **p, struct uasm_reloc **
[all...]
H A Dtlbex.c228 static struct uasm_reloc relocs[128] __cpuinitdata;
413 struct uasm_reloc **r,
593 struct uasm_reloc **r,
637 struct uasm_reloc **r,
656 build_is_huge_pte(u32 **p, struct uasm_reloc **r, unsigned int tmp,
701 struct uasm_reloc **r,
724 build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
816 build_get_pgd_vmalloc64(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
1067 struct uasm_reloc **r, unsigned int tmp,
1251 struct uasm_reloc *
[all...]
H A Dpage.c70 static struct uasm_reloc __cpuinitdata relocs[5];
280 struct uasm_reloc *r = relocs;
422 struct uasm_reloc *r = relocs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Docteon-wdt-main.c109 static struct uasm_reloc __initdata relocs[5];
131 struct uasm_reloc *r = relocs;

Completed in 103 milliseconds