Searched refs:arg_regs (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 3056 int i, arg_regs, nr_used_regs = 0; in get_nr_used_regs() local 3059 arg_regs = (m->arg_size[i] + 7) / 8; in get_nr_used_regs() 3060 if (nr_used_regs + arg_regs <= 6) in get_nr_used_regs() 3061 nr_used_regs += arg_regs; in get_nr_used_regs() 3100 int arg_regs, first_off = 0, nr_regs = 0, nr_stack_slots = 0; in save_args() local 3114 arg_regs = (m->arg_size[i] + 7) / 8; in save_args() 3133 if (nr_regs + arg_regs > 6) { in save_args() 3144 for (j = 0; j < arg_regs; j++) { in save_args() 3164 nr_regs += arg_regs; in save_args() 3169 for (j = 0; j < arg_regs; j++) { in save_args() [all …]
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
| H A D | smu_v12_0.c | 382 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/smu15/ |
| H A D | smu_v15_0_0_ppt.c | 1745 ctl->config.arg_regs[0] = SOC15_REG_OFFSET(MP1, 0, mmMP1_SMN_C2PMSG_32); in smu_v15_0_0_init_msg_ctl() 1746 ctl->config.arg_regs[1] = SOC15_REG_OFFSET(MP1, 0, mmMP1_SMN_C2PMSG_33); in smu_v15_0_0_init_msg_ctl() 1747 ctl->config.arg_regs[2] = SOC15_REG_OFFSET(MP1, 0, mmMP1_SMN_C2PMSG_34); in smu_v15_0_0_init_msg_ctl()
|
| /linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
| H A D | smu_v13_0_5_ppt.c | 1139 ctl->config.arg_regs[0] = SOC15_REG_OFFSET(MP1, 0, mmMP1_C2PMSG_34); in smu_v13_0_5_init_msg_ctl()
|
| H A D | smu_v13_0_4_ppt.c | 1136 ctl->config.arg_regs[0] = SOC15_REG_OFFSET(MP1, 0, mmMP1_SMN_C2PMSG_82); in smu_v13_0_4_init_msg_ctl()
|