Searched refs:ntmp (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/platform/x86/ |
H A D | system76_acpi.c | 42 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 D | intel_guc_capture.c | 902 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 D | event.c | 172 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 D | tcg.c | 188 unsigned ntmp; member 5615 tcg_debug_assert(parm->ntmp != 0); in tcg_out_helper_load_slots() 5638 tcg_debug_assert(parm->ntmp >= 2); in tcg_out_helper_load_slots() 5663 parm->ntmp ? parm->tmp[0] : -1); in tcg_out_helper_load_slots() 5667 parm->ntmp ? parm->tmp[0] : -1); in tcg_out_helper_load_slots() 5686 tcg_debug_assert(parm->ntmp != 0); in tcg_out_helper_load_imm() 5883 tcg_debug_assert(parm->ntmp != 0); in tcg_out_ld_helper_args() 5981 tcg_out_movext2(s, mov, mov + 1, parm->ntmp ? parm->tmp[0] : -1); in tcg_out_ld_helper_ret() 6068 tcg_debug_assert(parm->ntmp != 0); in tcg_out_st_helper_args()
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 1001 .ntmp = 1, .tmp = { TCG_REG_T1 }
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 931 .ntmp = 1, .tmp = { TCG_REG_TMP0 }
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 1130 .ntmp = 3, .tmp = { TCG_TMP0, TCG_TMP1, TCG_TMP2 }
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1371 .ntmp = 1,
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1650 .ntmp = 3, .tmp = { TCG_REG_TMP0, TCG_REG_TMP1, TCG_REG_TMP2 }
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1700 .ntmp = 1, .tmp = { TCG_REG_TMP0 }
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1815 .ntmp = 1, .tmp = { TCG_TMP0 }
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2376 .ntmp = 3,
|