Searched refs:msr_hwp_request (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 43 struct msr_hwp_request { struct 789 void print_hwp_request(int cpu, struct msr_hwp_request *h, char *str) in print_hwp_request() 801 void print_hwp_request_pkg(int pkg, struct msr_hwp_request *h, char *str) in print_hwp_request_pkg() 812 void read_hwp_request(int cpu, struct msr_hwp_request *hwp_req, unsigned int msr_offset) in read_hwp_request() 826 void write_hwp_request(int cpu, struct msr_hwp_request *hwp_req, unsigned int msr_offset) in write_hwp_request() 894 struct msr_hwp_request req; in print_cpu_msrs() 916 struct msr_hwp_request req; in print_pkg_msrs() 1013 int verify_hwp_req_self_consistency(int cpu, struct msr_hwp_request *req) in verify_hwp_req_self_consistency() 1035 int check_hwp_request_v_hwp_capabilities(int cpu, struct msr_hwp_request *req, struct msr_hwp_cap *… in check_hwp_request_v_hwp_capabilities() 1079 struct msr_hwp_request req; in update_hwp_request() [all …]
|