#endif
MAKE_ATOMIC_TYPE(Int, 32, int, int, int)
MAKE_ATOMIC_TYPE(Bool, 8, Bool, Bool, Bool)
-MAKE_ATOMIC_TYPE(PageIndex, 32, unsigned, unsigned, unsigned)
/*
* Define arbitrary sized bit vector to be used by
/*********************************************************
- * Copyright (C) 1998-2018 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2017 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
#define UINT64_2_BPN(u) ((BPN)(u))
#define BPN_2_UINT64(b) ((uint64)(b))
-typedef uint32 PageCount;
typedef uint32 PageNum;
typedef unsigned MemHandle;
typedef unsigned int IoHandle;