Searched refs:uasm_label (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.h139 struct uasm_label { struct
144 void __uasminit uasm_build_label(struct uasm_label **lab, u32 *addr, int lid);
154 static inline void __uasminit uasm_l##lb(struct uasm_label **lab, u32 *addr) \
245 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab);
247 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
248 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dtlbex.c227 static struct uasm_label labels[128] __cpuinitdata;
412 static void __cpuinit build_tlb_write_entry(u32 **p, struct uasm_label **l,
636 struct uasm_label **l,
702 struct uasm_label **l,
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,
1066 build_fast_tlb_refill_handler (u32 **p, struct uasm_label **l,
1250 struct uasm_label *l = labels;
1437 struct uasm_label *l = labels;
1680 build_r3000_tlb_reload_write(u32 **p, struct uasm_label **
[all...]
H A Duasm.c454 void __uasminit uasm_build_label(struct uasm_label **lab, 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)
563 struct uasm_label *l;
582 uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off)
591 uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, u32 *first,
H A Dpage.c69 static struct uasm_label __cpuinitdata labels[5];
279 struct uasm_label *l = labels;
421 struct uasm_label *l = labels;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Docteon-wdt-main.c108 static struct uasm_label __initdata labels[5];
130 struct uasm_label *l = labels;

Completed in 121 milliseconds