PMEnableWriteCombineFlags
Declaration
typedef enum {
PM_MTRR_UNCACHABLE =
0,
PM_MTRR_WRCOMB =
1,
PM_MTRR_WRTHROUGH =
4,
PM_MTRR_WRPROT =
5,
PM_MTRR_WRBACK =
6,
PM_MTRR_MAX =
6
} PMEnableWriteCombineFlags
Prototype In
pmapi.h
Description
Flags passed to PM_enableWriteCombine
Members
PM_MTRR_UNCACHABLE |
Make region uncacheable |
PM_MTRR_WRCOMB |
Make region write combineable |
PM_MTRR_WRTHROUGH |
Make region write through cached |
PM_MTRR_WRPROT |
Make region write protected |
PM_MTRR_WRBACK |
Make region write back cached |
PM_MTRR_MAX |
Maximum value allowed |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com