Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/perf/
H A Dhv-gpci.c106 #define INTERFACE_PROCESSOR_BUS_TOPOLOGY_ATTR 6 macro
891 if (sysinfo_interface_group_index < INTERFACE_PROCESSOR_BUS_TOPOLOGY_ATTR || in sysinfo_device_attr_create()
921 case INTERFACE_PROCESSOR_BUS_TOPOLOGY_ATTR: in sysinfo_device_attr_create()
951 struct device_attribute *attr[INTERFACE_NULL_ATTR - INTERFACE_PROCESSOR_BUS_TOPOLOGY_ATTR]; in add_sysinfo_interface_files()
954 sysfs_count = INTERFACE_NULL_ATTR - INTERFACE_PROCESSOR_BUS_TOPOLOGY_ATTR; in add_sysinfo_interface_files()
958 attr[i] = sysinfo_device_attr_create(i + INTERFACE_PROCESSOR_BUS_TOPOLOGY_ATTR, in add_sysinfo_interface_files()
967 interface_attrs[i + INTERFACE_PROCESSOR_BUS_TOPOLOGY_ATTR] = &attr[i]->attr; in add_sysinfo_interface_files()