Lines Matching refs:RSIZE
66 #define RSIZE (sizeof(unsigned long)) macro
571 real_off = align_sp(offset) - RSIZE; in save_bpf_jit_regs()
574 real_off = align_sp(offset) + RSIZE; in save_bpf_jit_regs()
576 emit_store_stack_reg(MIPS_R_A1, r_sp, real_off + RSIZE, ctx); in save_bpf_jit_regs()
587 real_off += RSIZE; in save_bpf_jit_regs()
596 real_off += RSIZE; in save_bpf_jit_regs()
601 if (real_off % (RSIZE * 2)) in save_bpf_jit_regs()
602 real_off += RSIZE; in save_bpf_jit_regs()
616 real_off = align_sp(offset) - RSIZE; in restore_bpf_jit_regs()
619 real_off = align_sp(offset) + RSIZE; in restore_bpf_jit_regs()
621 emit_load_stack_reg(MIPS_R_A1, r_sp, real_off + RSIZE, ctx); in restore_bpf_jit_regs()
633 real_off += RSIZE; in restore_bpf_jit_regs()
653 sp_off += hweight32(ctx->flags >> SEEN_SREG_SFT) * RSIZE; in get_stack_depth()
669 (ARGS_USED_BY_JIT + 1) * RSIZE : RSIZE; in get_stack_depth()