Home
last modified time | relevance | path

Searched refs:ntmp (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/platform/x86/
H A Dsystem76_acpi.c42 union acpi_object *ntmp; member
510 if (system76_name(data->ntmp, channel)) in thermal_is_visible()
581 *str = system76_name(data->ntmp, channel); in thermal_read_string()
767 err = system76_get_object(data, "NTMP", &data->ntmp); in system76_add()
784 kfree(data->ntmp); in system76_add()
800 kfree(data->ntmp); in system76_remove()
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c902 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_delete_prealloc_nodes() local
909 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) in guc_capture_delete_prealloc_nodes()
912 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) in guc_capture_delete_prealloc_nodes()
961 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_get_prealloc_node() local
964 list_for_each_entry_safe(n, ntmp, &guc->capture->cachelist, link) { in guc_capture_get_prealloc_node()
970 struct __guc_capture_parsed_output *n, *ntmp; in guc_capture_get_prealloc_node() local
973 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) { in guc_capture_get_prealloc_node()
1570 struct __guc_capture_parsed_output *n, *ntmp; in intel_guc_capture_get_matching_node() local
1587 list_for_each_entry_safe(n, ntmp, &guc->capture->outlist, link) { in intel_guc_capture_get_matching_node()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Devent.c172 struct nvkm_event_ntfy *ntfy, *ntmp; in nvkm_event_ntfy() local
181 list_for_each_entry_safe(ntfy, ntmp, &event->ntfy, head) { in nvkm_event_ntfy()
/openbmc/qemu/tcg/
H A Dtcg.c188 unsigned ntmp; member
5616 tcg_debug_assert(parm->ntmp != 0); in tcg_out_helper_load_slots()
5639 tcg_debug_assert(parm->ntmp >= 2); in tcg_out_helper_load_slots()
5664 parm->ntmp ? parm->tmp[0] : -1); in tcg_out_helper_load_slots()
5668 parm->ntmp ? parm->tmp[0] : -1); in tcg_out_helper_load_slots()
5687 tcg_debug_assert(parm->ntmp != 0); in tcg_out_helper_load_imm()
5884 tcg_debug_assert(parm->ntmp != 0); in tcg_out_ld_helper_args()
5982 tcg_out_movext2(s, mov, mov + 1, parm->ntmp ? parm->tmp[0] : -1); in tcg_out_ld_helper_ret()
6069 tcg_debug_assert(parm->ntmp != 0); in tcg_out_st_helper_args()
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1001 .ntmp = 1, .tmp = { TCG_REG_T1 }
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc1175 .ntmp = 3, .tmp = { TCG_REG_TMP0, TCG_REG_TMP1, TCG_REG_TMP2 }
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.c.inc932 .ntmp = 1, .tmp = { TCG_REG_TMP0 }
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc1130 .ntmp = 3, .tmp = { TCG_TMP0, TCG_TMP1, TCG_TMP2 }
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc1371 .ntmp = 1,
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1700 .ntmp = 1, .tmp = { TCG_REG_TMP0 }
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc1802 .ntmp = 1, .tmp = { TCG_TMP0 }
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc2374 .ntmp = 3,