Searched refs:LOONGARCH_GPR_FP (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | inst.h | 109 LOONGARCH_GPR_FP = 22, enumerator
|
/kernel/linux/linux-5.10/arch/loongarch/net/ |
H A D | ebpf_jit.c | 78 * original $sp ------------> +-------------------------+ <--LOONGARCH_GPR_FP 107 stack_adjust += sizeof(long); /* LOONGARCH_GPR_FP */ in build_prologue() 131 emit_insn(ctx, std, LOONGARCH_GPR_FP, LOONGARCH_GPR_SP, store_offset); in build_prologue() 151 emit_insn(ctx, addid, LOONGARCH_GPR_FP, LOONGARCH_GPR_SP, stack_adjust); in build_prologue() 175 emit_insn(ctx, ldd, LOONGARCH_GPR_FP, LOONGARCH_GPR_SP, load_offset); in __build_epilogue()
|
/kernel/linux/linux-6.6/arch/loongarch/net/ |
H A D | bpf_jit.c | 67 * original $sp ------------> +-------------------------+ <--LOONGARCH_GPR_FP 114 emit_insn(ctx, std, LOONGARCH_GPR_FP, LOONGARCH_GPR_SP, store_offset); in build_prologue() 134 emit_insn(ctx, addid, LOONGARCH_GPR_FP, LOONGARCH_GPR_SP, stack_adjust); in build_prologue() 158 emit_insn(ctx, ldd, LOONGARCH_GPR_FP, LOONGARCH_GPR_SP, load_offset); in __build_epilogue()
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | inst.h | 377 LOONGARCH_GPR_FP = 22, enumerator
|
Completed in 5 milliseconds