Home
last modified time | relevance | path

Searched defs:trt (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.h45 struct trt { struct
46 acpi_handle source;
47 acpi_handle target;
48 u64 influence;
49 u64 sample_period;
50 u64 reserved1;
51 u64 reserved2;
52 u64 reserved3;
53 u64 reserved4;
H A Dacpi_thermal_rel.c99 struct trt *trt = &trts[i - nr_bad_entries]; in acpi_parse_trt() local
/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