Home
last modified time | relevance | path

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

/linux/arch/x86/net/
H A Dbpf_jit_comp.c2849 int i, arg_regs, nr_used_regs = 0; in get_nr_used_regs() local
2852 arg_regs = (m->arg_size[i] + 7) / 8; in get_nr_used_regs()
2853 if (nr_used_regs + arg_regs <= 6) in get_nr_used_regs()
2854 nr_used_regs += arg_regs; in get_nr_used_regs()
2866 int arg_regs, first_off = 0, nr_regs = 0, nr_stack_slots = 0; in save_args() local
2876 arg_regs = (m->arg_size[i] + 7) / 8; in save_args()
2895 if (nr_regs + arg_regs > 6) { in save_args()
2906 for (j = 0; j < arg_regs; j++) { in save_args()
2923 nr_regs += arg_regs; in save_args()
2928 for (j = 0; j < arg_regs; j++) { in save_args()
[all …]
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Dsmu_cmn.c279 WREG32(cfg->arg_regs[i], args->args[i]); in __smu_msg_v1_send()
290 args->out_args[i] = RREG32(ctl->config.arg_regs[i]); in __smu_msg_v1_read_out_args()
312 in[i] = RREG32(ctl->config.arg_regs[i]); in __smu_msg_v1_print_err_limited()
/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/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()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
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()