Home
last modified time | relevance | path

Searched refs:arg_regs (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/net/
H A Dbpf_jit_comp.c2982 int i, arg_regs, nr_used_regs = 0; in invoke_bpf_prog()
2985 arg_regs = (m->arg_size[i] + 7) / 8; in invoke_bpf_prog()
2986 if (nr_used_regs + arg_regs <= 6) in invoke_bpf_prog()
2987 nr_used_regs += arg_regs; in invoke_bpf_prog()
2999 int arg_regs, first_off = 0, nr_regs = 0, nr_stack_slots = 0; in invoke_bpf_prog()
3009 arg_regs = (m->arg_size[i] + 7) / 8; in invoke_bpf_prog()
3028 if (nr_regs + arg_regs > 6) { in invoke_bpf_prog()
3039 for (j = 0; j < arg_regs; j++) { in invoke_bpf_prog()
3056 nr_regs += arg_regs; in invoke_bpf_prog()
3061 for (j = 0; j < arg_regs; in invoke_bpf_prog()
2849 int i, arg_regs, nr_used_regs = 0; get_nr_used_regs() local
2866 int arg_regs, first_off = 0, nr_regs = 0, nr_stack_slots = 0; save_args() local
2944 int i, j, arg_regs, nr_regs = 0; restore_regs() local
[all...]
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.c323 WREG32(cfg->arg_regs[i], arg);
335 args->out_args[i] = RREG32(ctl->config.arg_regs[i]); in __smu_msg_v1_print_error()
357 in[i] = RREG32(ctl->config.arg_regs[i]); in __smu_msg_v1_print_error()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Dsmu_v12_0.c382 ctl->config.arg_regs[0] = SOC15_REG_OFFSET(MP1, 0, mmMP1_SMN_C2PMSG_82); in smu_v12_0_init_msg_ctl()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h606 u32 arg_regs[SMU_MSG_MAX_ARGS]; member
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_0_ppt.c1748 ctl->config.arg_regs[0] = SOC15_REG_OFFSET(MP1, 0, mmMP1_SMN_C2PMSG_82); in smu_v14_0_0_init_msg_ctl()
H A Dsmu_v14_0_2_ppt.c2109 ctl->config.arg_regs[0] = SOC15_REG_OFFSET(MP1, 0, regMP1_SMN_C2PMSG_82); in smu_v14_0_2_init_msg_ctl()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsmu_v11_0.c2106 ctl->config.arg_regs[0] = SOC15_REG_OFFSET(MP1, 0, mmMP1_SMN_C2PMSG_82); in smu_v11_0_init_msg_ctl()