Searched refs:ARM_SP (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/arch/arm/net/ |
D | bpf_jit_32.c | 1274 emit(ARM_MOV_R(ARM_IP, ARM_SP), ctx); in build_prologue() 1279 emit(ARM_MOV_R(ARM_FP, ARM_SP), ctx); in build_prologue() 1282 emit(ARM_SUB_I(ARM_IP, ARM_SP, SCRATCH_SIZE), ctx); in build_prologue() 1287 emit(ARM_SUB_I(ARM_SP, ARM_SP, ctx->stack_size), ctx); in build_prologue() 1311 u16 reg_set = CALLEE_POP_MASK | 1 << ARM_SP; in build_epilogue() 1312 emit(ARM_SUB_I(ARM_SP, ARM_FP, hweight16(reg_set) * 4), ctx); in build_epilogue() 1313 emit(ARM_LDM(ARM_SP, reg_set), ctx); in build_epilogue() 1316 emit(ARM_MOV_R(ARM_SP, ARM_FP), ctx); in build_epilogue() 1775 emit(ARM_ADD_I(ARM_SP, ARM_SP, imm8m(24)), ctx); // callee clean in build_insn()
|
D | bpf_jit_32.h | 25 #define ARM_SP 13 /* Stack pointer: as load/store base reg */ macro
|