Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/net/
Dbpf_jit_32.c144 ret |= (1 << ARM_FP) | (1 << ARM_IP) | (1 << ARM_LR) | (1 << ARM_PC); in saved_regs()
179 emit(ARM_MOV_R(ARM_IP, ARM_SP), ctx); in build_prologue()
181 emit(ARM_SUB_I(ARM_FP, ARM_IP, 4), ctx); in build_prologue()
224 reg_set &= ~(1 << ARM_IP); in build_epilogue()
Dbpf_jit_32.h26 #define ARM_IP 12 macro