Home
last modified time | relevance | path

Searched refs:ARM_IP (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/net/
Dbpf_jit_32.c169 ret |= (1 << ARM_FP) | (1 << ARM_IP) | (1 << ARM_LR) | (1 << ARM_PC); in saved_regs()
204 emit(ARM_MOV_R(ARM_IP, ARM_SP), ctx); in build_prologue()
206 emit(ARM_SUB_I(ARM_FP, ARM_IP, 4), ctx); in build_prologue()
249 reg_set &= ~(1 << ARM_IP); in build_epilogue()
Dbpf_jit_32.h26 #define ARM_IP 12 macro