Searched refs:uasm_il_bgez (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/mips/mm/ |
D | uasm.c | 622 void uasm_il_bgez(u32 **p, struct uasm_reloc **r, unsigned int reg, in uasm_il_bgez() function 628 UASM_EXPORT_SYMBOL(uasm_il_bgez);
|
D | tlbex.c | 889 uasm_il_bgez(p, r, bvaddr, label_large_segbits_fault); in build_get_pgd_vmalloc64() 1508 uasm_il_bgez(&p, &r, K0, label_large_segbits_fault); in build_loongson3_tlb_refill_handler()
|
/Linux-v6.6/arch/mips/include/asm/ |
D | uasm.h | 324 void uasm_il_bgez(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
|