Lines Matching defs:MiscRegIndex

102     enum MiscRegIndex
412 static inline MiscRegIndex
416 return (MiscRegIndex)(MISCREG_CR_BASE + index);
419 static inline MiscRegIndex
423 return (MiscRegIndex)(MISCREG_DR_BASE + index);
426 static inline MiscRegIndex
431 return (MiscRegIndex)(MISCREG_MTRR_PHYS_BASE_BASE + index);
434 static inline MiscRegIndex
439 return (MiscRegIndex)(MISCREG_MTRR_PHYS_MASK_BASE + index);
442 static inline MiscRegIndex
447 return (MiscRegIndex)(MISCREG_MC_CTL_BASE + index);
450 static inline MiscRegIndex
455 return (MiscRegIndex)(MISCREG_MC_STATUS_BASE + index);
458 static inline MiscRegIndex
463 return (MiscRegIndex)(MISCREG_MC_ADDR_BASE + index);
466 static inline MiscRegIndex
471 return (MiscRegIndex)(MISCREG_MC_MISC_BASE + index);
474 static inline MiscRegIndex
479 return (MiscRegIndex)(MISCREG_PERF_EVT_SEL_BASE + index);
482 static inline MiscRegIndex
487 return (MiscRegIndex)(MISCREG_PERF_EVT_CTR_BASE + index);
490 static inline MiscRegIndex
495 return (MiscRegIndex)(MISCREG_IORR_BASE_BASE + index);
498 static inline MiscRegIndex
503 return (MiscRegIndex)(MISCREG_IORR_MASK_BASE + index);
506 static inline MiscRegIndex
510 return (MiscRegIndex)(MISCREG_SEG_SEL_BASE + index);
513 static inline MiscRegIndex
517 return (MiscRegIndex)(MISCREG_SEG_BASE_BASE + index);
520 static inline MiscRegIndex
524 return (MiscRegIndex)(MISCREG_SEG_EFF_BASE_BASE + index);
527 static inline MiscRegIndex
531 return (MiscRegIndex)(MISCREG_SEG_LIMIT_BASE + index);
534 static inline MiscRegIndex
538 return (MiscRegIndex)(MISCREG_SEG_ATTR_BASE + index);