EFI FLAGS REG

From PhoenixWiki

Revision as of 23:47, 9 January 2009 by Tim Lewis (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Prototype

typedef struct {
  UINT16 CF:1;
  UINT16 Reserved1:1;
  UINT16 PF:1;
  UINT16 Reserved2:1;
  UINT16 AF:1;
  UINT16 Reserved3:1;
  UINT16 ZF:1;
  UINT16 SF:1;
  UINT16 TF:1;
  UINT16 IF:1;
  UINT16 DF:1;
  UINT16 OF:1;
  UINT16 IOPL:2;
  UINT16 NT:1;
  UINT16 Reserved4:1;
} EFI_FLAGS_REG;

Copyright (C) 2008 Phoenix Technologies Ltd. All Rights Reserved. Portions (C) 1999-2003 Intel Corporation. Used with permission.