Searched refs:ops_list (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/objtool/arch/loongarch/
H A Ddecode.c76 else for (*ops_list = op, ops_list = &op->next; op; op = NULL)
119 struct stack_op **ops_list,
178 struct stack_op **ops_list,
279 struct stack_op **ops_list = &insn->stack_ops; local
300 if (decode_insn_reg2i12_fomat(inst, insn, ops_list, op))
302 if (decode_insn_reg2i14_fomat(inst, insn, ops_list, op))
117 decode_insn_reg2i12_fomat(union loongarch_instruction inst, struct instruction *insn, struct stack_op **ops_list, struct stack_op *op) argument
176 decode_insn_reg2i14_fomat(union loongarch_instruction inst, struct instruction *insn, struct stack_op **ops_list, struct stack_op *op) argument
/linux-master/tools/objtool/arch/x86/
H A Ddecode.c108 else for (*ops_list = op, ops_list = &op->next; op; op = NULL)
151 struct stack_op **ops_list = &insn->stack_ops; local
/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm.c2378 struct list_head *ops_list, bool last)
2390 bool first = list_empty(ops_list);
2394 list_add_tail(&op->link, ops_list);
2518 XE_WARN_ON(!last_op && last && !list_empty(ops_list));
2802 struct list_head *ops_list)
2809 list_for_each_entry_safe(op, next, ops_list, link) {
2981 LIST_HEAD(ops_list);
3151 &ops_list,
3158 if (list_empty(&ops_list)) {
3167 err = vm_bind_ioctl_ops_execute(vm, &ops_list);
2375 vm_bind_ioctl_ops_parse(struct xe_vm *vm, struct xe_exec_queue *q, struct drm_gpuva_ops *ops, struct xe_sync_entry *syncs, u32 num_syncs, struct list_head *ops_list, bool last) argument
2801 vm_bind_ioctl_ops_execute(struct xe_vm *vm, struct list_head *ops_list) argument
[all...]

Completed in 122 milliseconds