Searched refs:uasm_il_beqzl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | uasm.c | 589 void uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, in uasm_il_beqzl() function 595 UASM_EXPORT_SYMBOL(uasm_il_beqzl); variable
|
H A D | tlbex.c | 1716 uasm_il_beqzl(p, r, pte, label_smp_pgtable_change); in iPTE_SW()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | uasm.c | 590 void uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, in uasm_il_beqzl() function 596 UASM_EXPORT_SYMBOL(uasm_il_beqzl); variable
|
H A D | tlbex.c | 1676 uasm_il_beqzl(p, r, pte, label_smp_pgtable_change); in iPTE_SW()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uasm.h | 317 void uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | uasm.h | 322 void uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
|
Completed in 10 milliseconds