Symbol: uasm_label
arch/mips/include/asm/tlbex.h
18
void build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
arch/mips/include/asm/tlbex.h
23
void build_tlb_write_entry(u32 **p, struct uasm_label **l,
arch/mips/include/asm/uasm.h
194
void uasm_build_label(struct uasm_label **lab, u32 *addr,
arch/mips/include/asm/uasm.h
203
static inline void uasm_l##lb(struct uasm_label **lab, u32 *addr) \
arch/mips/include/asm/uasm.h
304
void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab);
arch/mips/include/asm/uasm.h
306
void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
arch/mips/include/asm/uasm.h
307
void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
arch/mips/kernel/pm-cps.c
188
static void cps_gen_cache_routine(u32 **pp, struct uasm_label **pl,
arch/mips/kernel/pm-cps.c
232
static int cps_gen_flush_fsb(u32 **pp, struct uasm_label **pl,
arch/mips/kernel/pm-cps.c
325
static void cps_gen_set_top_bit(u32 **pp, struct uasm_label **pl,
arch/mips/kernel/pm-cps.c
340
struct uasm_label *l = labels;
arch/mips/kernel/pm-cps.c
67
static struct uasm_label labels[32];
arch/mips/kernel/smp-cps.c
101
struct uasm_label *l = labels;
arch/mips/kernel/smp-cps.c
99
struct uasm_label labels[2];
arch/mips/kvm/entry.c
237
struct uasm_label labels[2];
arch/mips/kvm/entry.c
239
struct uasm_label __maybe_unused *l = labels;
arch/mips/kvm/entry.c
383
struct uasm_label labels[2];
arch/mips/kvm/entry.c
386
struct uasm_label *l = labels;
arch/mips/kvm/entry.c
471
struct uasm_label labels[2];
arch/mips/kvm/entry.c
473
struct uasm_label *l = labels;
arch/mips/kvm/entry.c
514
struct uasm_label labels[3];
arch/mips/kvm/entry.c
516
struct uasm_label *l = labels;
arch/mips/kvm/entry.c
740
struct uasm_label labels[2];
arch/mips/kvm/entry.c
742
struct uasm_label *l = labels;
arch/mips/mm/page.c
268
struct uasm_label *l = labels;
arch/mips/mm/page.c
417
struct uasm_label *l = labels;
arch/mips/mm/page.c
54
static struct uasm_label labels[5];
arch/mips/mm/tlbex.c
1049
build_fast_tlb_refill_handler (u32 **p, struct uasm_label **l,
arch/mips/mm/tlbex.c
1247
struct uasm_label *l = labels;
arch/mips/mm/tlbex.c
1476
struct uasm_label *l = labels;
arch/mips/mm/tlbex.c
1549
struct uasm_label *l = labels;
arch/mips/mm/tlbex.c
1841
build_r3000_tlb_reload_write(u32 **p, struct uasm_label **l,
arch/mips/mm/tlbex.c
1881
struct uasm_label *l = labels;
arch/mips/mm/tlbex.c
1911
struct uasm_label *l = labels;
arch/mips/mm/tlbex.c
1941
struct uasm_label *l = labels;
arch/mips/mm/tlbex.c
1993
build_r4000_tlbchange_handler_head(u32 **p, struct uasm_label **l,
arch/mips/mm/tlbex.c
2037
build_r4000_tlbchange_handler_tail(u32 **p, struct uasm_label **l,
arch/mips/mm/tlbex.c
2057
struct uasm_label *l = labels;
arch/mips/mm/tlbex.c
217
static void uasm_bgezl_label(struct uasm_label **l, u32 **p, int instance)
arch/mips/mm/tlbex.c
2239
struct uasm_label *l = labels;
arch/mips/mm/tlbex.c
2295
struct uasm_label *l = labels;
arch/mips/mm/tlbex.c
298
static struct uasm_label labels[128];
arch/mips/mm/tlbex.c
476
void build_tlb_write_entry(u32 **p, struct uasm_label **l,
arch/mips/mm/tlbex.c
658
static void build_huge_tlb_write_entry(u32 **p, struct uasm_label **l,
arch/mips/mm/tlbex.c
722
struct uasm_label **l,
arch/mips/mm/tlbex.c
760
void build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
arch/mips/mm/tlbex.c
851
build_get_pgd_vmalloc64(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
arch/mips/mm/uasm-micromips.c
214
__resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab)
arch/mips/mm/uasm-mips.c
278
__resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab)
arch/mips/mm/uasm.c
413
void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid)
arch/mips/mm/uasm.c
501
struct uasm_label *lab);
arch/mips/mm/uasm.c
504
struct uasm_label *lab)
arch/mips/mm/uasm.c
506
struct uasm_label *l;
arch/mips/mm/uasm.c
524
void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end,
arch/mips/mm/uasm.c
533
void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,