Home
last modified time | relevance | path

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

/hypervisor/arch/x86/
A Dcpu_state_tbl.c108 static const struct cpu_state_table cpu_state_tbl[5] = { variable
136 int32_t count = (int32_t)ARRAY_SIZE(cpu_state_tbl); in get_state_tbl_idx()
141 if (strcmp((cpu_state_tbl[i].model_name), cpuname) == 0) { in get_state_tbl_idx()
191 state_info = &(cpu_state_tbl + tbl_idx)->state_info; in load_pcpu_state_data()
/hypervisor/
A DMakefile224 HW_C_SRCS += arch/x86/cpu_state_tbl.c

Completed in 7 milliseconds