Home
last modified time | relevance | path

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

/linux/arch/arm/net/
H A Dbpf_jit_32.c83 #define CALLEE_POP_MASK (CALLEE_MASK | 1 << ARM_PC)
472 emit(ARM_LDR_I(rd, ARM_PC, imm_offset(val, ctx)), ctx); in emit_mov_i_no8m()
495 emit(ARM_MOV_R(ARM_PC, tgt_reg), ctx); in emit_bx_r()
501 emit(ARM_MOV_R(ARM_LR, ARM_PC), ctx); in emit_blx_r()
1534 u16 reg_set = CALLEE_PUSH_MASK | 1 << ARM_IP | 1 << ARM_PC; in build_prologue()
H A Dbpf_jit_32.h27 #define ARM_PC 15 /* Program counter */ macro