Groups | Search | Server Info | Login | Register
Groups > comp.os.ms-windows.programmer.nt.kernel-mode > #57
| From | Tim Roberts <timr@probo.com> |
|---|---|
| Newsgroups | comp.os.ms-windows.programmer.nt.kernel-mode |
| Subject | Re: Any one knows how to disable specific c-state in windows ? |
| Date | 2014-12-09 22:44 -0800 |
| Organization | Providenza & Boekelheide, Inc. |
| Message-ID | <brqf8a1rv8rj5ge4v8smlsvr9em8d4mgmj@4ax.com> (permalink) |
| References | <de4c3e2d-d743-4d1b-839b-df031dc52b0e@googlegroups.com> |
chenchihwei@gmail.com wrote: > >I want to do some test about the return status check from cn to c0. >I can't find a way to disable specific c-state, and only allow one c-state. >e.x. I want to disable c1, c2, c3 and keep c6 enable. >Then disable c1, c2, c6, and keep c3 enable etc. Windows simply does not expose that level of control. The C state logic is involved, complicated, completely internal, and not configurable. -- Tim Roberts, timr@probo.com Providenza & Boekelheide, Inc.
Back to comp.os.ms-windows.programmer.nt.kernel-mode | Previous | Next — Previous in thread | Find similar
Any one knows how to disable specific c-state in windows ? chenchihwei@gmail.com - 2014-12-05 01:20 -0800 Re: Any one knows how to disable specific c-state in windows ? Tim Roberts <timr@probo.com> - 2014-12-09 22:44 -0800
csiph-web