Searched refs:ARM_FP (Results 1 – 2 of 2) sorted by relevance
| /arch/arm/net/ |
| A D | bpf_jit_32.c | 81 1 << ARM_FP) 685 emit(ARM_LDRD_I(tmp[1], ARM_FP, in arm_bpf_get_reg64() 688 emit(ARM_LDR_I(tmp[1], ARM_FP, in arm_bpf_get_reg64() 690 emit(ARM_LDR_I(tmp[0], ARM_FP, in arm_bpf_get_reg64() 716 emit(ARM_STRD_I(src[1], ARM_FP, in arm_bpf_put_reg64() 719 emit(ARM_STR_I(src[1], ARM_FP, in arm_bpf_put_reg64() 721 emit(ARM_STR_I(src[0], ARM_FP, in arm_bpf_put_reg64() 1537 emit(ARM_SUB_I(ARM_FP, ARM_IP, 4), ctx); in build_prologue() 1540 emit(ARM_MOV_R(ARM_FP, ARM_SP), ctx); in build_prologue() 1572 emit(ARM_SUB_I(ARM_SP, ARM_FP, hweight16(reg_set) * 4), ctx); in build_epilogue() [all …]
|
| A D | bpf_jit_32.h | 23 #define ARM_FP 11 /* Frame Pointer */ macro
|
Completed in 8 milliseconds