Home
last modified time | relevance | path

Searched refs:trt (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c67 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 Dacpi_thermal_rel.h45 struct trt { struct
142 int acpi_parse_trt(acpi_handle handle, int *trt_count, struct trt **trts,
H A Dint3400_thermal.c56 struct trt *trts;
/openbmc/qemu/tests/tcg/s390x/
H A DMakefile.target17 TESTS+=exrl-trt
/openbmc/qemu/target/s390x/
H A Dhelper.h104 DEF_HELPER_4(trt, i32, env, i32, i64, i64)
/openbmc/linux/arch/s390/tools/
H A Dopcodes.txt728 dd trt SS_L0RDRD
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c1694 uint32_t HELPER(trt)(CPUS390XState *env, uint32_t len, uint64_t array, in HELPER() argument
H A Dinsn-data.h.inc981 C(0xdd00, TRT, SS_a, Z, la1, a2, 0, 0, trt, 0)