Home
last modified time | relevance | path

Searched refs:phys_coresperchip (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dhv-24x7.c73 static u32 phys_coresperchip; /* Physical cores per chip */ variable
91 phys_coresperchip = 1; in read_24x7_sys_info()
104 phys_coresperchip = be16_to_cpup((__be16 *)&rtas_data_buf[8]); in read_24x7_sys_info()
466 return sprintf(buf, "%d\n", phys_coresperchip); in coresperchip_show()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dhv-24x7.c72 static u32 phys_coresperchip; /* Physical cores per chip */ variable
89 phys_coresperchip = 1; in read_24x7_sys_info()
102 phys_coresperchip = be16_to_cpup((__be16 *)&buf->val[6]); in read_24x7_sys_info()
459 return sprintf(buf, "%d\n", phys_coresperchip); in coresperchip_show()

Completed in 5 milliseconds