Searched refs:trt (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/thermal/intel/int340x_thermal/ |
H A D | acpi_thermal_rel.c | 67 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trtp, in acpi_parse_trt() 74 struct trt *trts; in acpi_parse_trt() 92 trts = kcalloc(*trt_count, sizeof(struct trt), GFP_KERNEL); in acpi_parse_trt() 99 struct trt *trt = &trts[i - nr_bad_entries]; in acpi_parse_trt() local 101 element.length = sizeof(struct trt); in acpi_parse_trt() 102 element.pointer = trt; in acpi_parse_trt() 114 if (!acpi_fetch_acpi_dev(trt->source)) in acpi_parse_trt() 117 if (!acpi_fetch_acpi_dev(trt->target)) in acpi_parse_trt() 408 struct trt *trts = NULL; in fill_trt() 495 struct trt *trts = NULL; in acpi_thermal_rel_ioctl()
|
H A D | acpi_thermal_rel.h | 45 struct trt { struct 142 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
|
H A D | int3400_thermal.c | 56 struct trt *trts;
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | Makefile.target | 17 TESTS+=exrl-trt
|
/openbmc/qemu/target/s390x/ |
H A D | helper.h | 104 DEF_HELPER_4(trt, i32, env, i32, i64, i64)
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 728 dd trt SS_L0RDRD
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 1694 uint32_t HELPER(trt)(CPUS390XState *env, uint32_t len, uint64_t array, in HELPER() argument
|
H A D | insn-data.h.inc | 981 C(0xdd00, TRT, SS_a, Z, la1, a2, 0, 0, trt, 0)
|