Searched refs:uasm_label (Results 1 – 6 of 6) sorted by relevance
/arch/mips/include/asm/ |
D | uasm.h | 161 struct uasm_label { struct 166 void __uasminit ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr, argument 177 static inline void __uasminit ISAFUNC(uasm_l##lb)(struct uasm_label **lab, u32 *addr) \ 265 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab); 267 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off); 268 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
|
/arch/mips/mm/ |
D | uasm.c | 310 void __uasminit ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr, int lid) in ISAFUNC() 403 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab); 406 ISAFUNC(uasm_resolve_relocs)(struct uasm_reloc *rel, struct uasm_label *lab) in ISAFUNC() 408 struct uasm_label *l; in ISAFUNC() 427 ISAFUNC(uasm_move_labels)(struct uasm_label *lab, u32 *first, u32 *end, long off) in ISAFUNC() 436 ISAFUNC(uasm_copy_handler)(struct uasm_reloc *rel, struct uasm_label *lab, u32 *first, in ISAFUNC()
|
D | tlbex.c | 199 static void __cpuinit uasm_bgezl_label(struct uasm_label **l, in uasm_bgezl_label() 301 static struct uasm_label labels[128] __cpuinitdata; 504 static void __cpuinit build_tlb_write_entry(u32 **p, struct uasm_label **l, in build_tlb_write_entry() 713 struct uasm_label **l, in build_huge_tlb_write_entry() 779 struct uasm_label **l, in build_huge_handler_tail() 801 build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pmde64() 893 build_get_pgd_vmalloc64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pgd_vmalloc64() 1147 build_fast_tlb_refill_handler (u32 **p, struct uasm_label **l, in build_fast_tlb_refill_handler() 1327 struct uasm_label *l = labels; in build_r4000_tlb_refill_handler() 1515 struct uasm_label *l = labels; in build_r4000_setup_pgd() [all …]
|
D | page.c | 69 static struct uasm_label __cpuinitdata labels[5]; 251 struct uasm_label *l = labels; 398 struct uasm_label *l = labels;
|
D | uasm-micromips.c | 203 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|
D | uasm-mips.c | 233 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|