Searched refs:ARM_SP (Results 1 – 2 of 2) sorted by relevance
/arch/arm/net/ |
D | bpf_jit_32.c | 1309 emit(ARM_MOV_R(ARM_IP, ARM_SP), ctx); in build_prologue() 1314 emit(ARM_MOV_R(ARM_FP, ARM_SP), ctx); in build_prologue() 1317 emit(ARM_SUB_I(ARM_IP, ARM_SP, SCRATCH_SIZE), ctx); in build_prologue() 1322 emit(ARM_SUB_I(ARM_SP, ARM_SP, ctx->stack_size), ctx); in build_prologue() 1346 u16 reg_set = CALLEE_POP_MASK | 1 << ARM_SP; in build_epilogue() 1347 emit(ARM_SUB_I(ARM_SP, ARM_FP, hweight16(reg_set) * 4), ctx); in build_epilogue() 1348 emit(ARM_LDM(ARM_SP, reg_set), ctx); in build_epilogue() 1351 emit(ARM_MOV_R(ARM_SP, ARM_FP), ctx); in build_epilogue() 1813 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
|