Searched refs:sys_props (Results 1 – 1 of 1) sorted by relevance
38 static struct kfd_system_properties sys_props; variable398 sys_props.num_devices--; in kfd_release_topology_device()411 memset(&sys_props, 0, sizeof(sys_props)); in kfd_release_live_view()429 sys_props.num_devices++; in kfd_create_topology_device()460 sys_props.platform_id = in kfd_parse_crat_table()462 sys_props.platform_oem = *((uint64_t *)crat_table->oem_table_id); in kfd_parse_crat_table()463 sys_props.platform_rev = crat_table->revision; in kfd_parse_crat_table()480 sys_props.generation_count++; in kfd_parse_crat_table()506 if (attr == &sys_props.attr_genid) { in sysprops_show()507 ret = sysfs_show_32bit_val(buffer, sys_props.generation_count); in sysprops_show()[all …]