Searched refs:ARM_PC (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-4.19/arch/arm/net/ |
D | bpf_jit_32.c | 74 #define CALLEE_POP_MASK (CALLEE_MASK | 1 << ARM_PC) 420 emit(ARM_LDR_I(rd, ARM_PC, imm_offset(val, ctx)), ctx); in emit_mov_i_no8m() 443 emit(ARM_MOV_R(ARM_PC, tgt_reg), ctx); in emit_bx_r() 449 emit(ARM_MOV_R(ARM_LR, ARM_PC), ctx); in emit_blx_r() 1275 u16 reg_set = CALLEE_PUSH_MASK | 1 << ARM_IP | 1 << ARM_PC; in build_prologue()
|
D | bpf_jit_32.h | 30 #define ARM_PC 15 /* Program counter */ macro
|
/kernel/linux/linux-5.10/arch/arm/net/ |
D | bpf_jit_32.c | 81 #define CALLEE_POP_MASK (CALLEE_MASK | 1 << ARM_PC) 429 emit(ARM_LDR_I(rd, ARM_PC, imm_offset(val, ctx)), ctx); in emit_mov_i_no8m() 452 emit(ARM_MOV_R(ARM_PC, tgt_reg), ctx); in emit_bx_r() 458 emit(ARM_MOV_R(ARM_LR, ARM_PC), ctx); in emit_blx_r() 1308 u16 reg_set = CALLEE_PUSH_MASK | 1 << ARM_IP | 1 << ARM_PC; in build_prologue()
|
D | bpf_jit_32.h | 27 #define ARM_PC 15 /* Program counter */ macro
|