Searched refs:ARM_PC (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/net/ |
H A 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()
|
H A D | bpf_jit_32.h | 27 #define ARM_PC 15 /* Program counter */ macro
|
/kernel/linux/linux-6.6/arch/arm/net/ |
H A 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() 1293 u16 reg_set = CALLEE_PUSH_MASK | 1 << ARM_IP | 1 << ARM_PC; in build_prologue()
|
H A D | bpf_jit_32.h | 27 #define ARM_PC 15 /* Program counter */ macro
|
Completed in 8 milliseconds