Searched refs:starting_index (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/perf/ |
D | hv-gpci.c | 36 EVENT_DEFINE_RANGE_FORMAT(starting_index, config, 32, 63); 132 static unsigned long systeminfo_gpci_request(u32 req, u32 starting_index, in systeminfo_gpci_request() argument 140 arg->params.starting_index = cpu_to_be32(starting_index); in systeminfo_gpci_request() 236 u32 starting_index = arg->bytes[last_element + 3] + in processor_bus_topology_show() local 244 starting_index, 0, buf, &n, arg); in processor_bus_topology_show() 304 u32 starting_index = arg->bytes[last_element + 3] + in processor_config_show() local 312 starting_index, 0, buf, &n, arg); in processor_config_show() 375 u32 starting_index = arg->bytes[last_element + 1] + (arg->bytes[last_element] << 8); in affinity_domain_via_virtual_processor_show() local 382 starting_index, secondary_index, buf, &n, arg); in affinity_domain_via_virtual_processor_show() 442 u32 starting_index = arg->bytes[last_element + 1] + in affinity_domain_via_domain_show() local [all …]
|
D | hv-common.c | 20 .starting_index = cpu_to_be32(-1), in hv_perf_caps_get()
|
/arch/powerpc/include/asm/ |
D | hvcall.h | 642 __be32 starting_index; /* IO */ member
|
/arch/powerpc/platforms/pseries/ |
D | lparcfg.c | 158 buf->params.starting_index = cpu_to_be32(-1); /* local LPAR */ in show_gpci_data()
|