Skip to content

Instantly share code, notes, and snippets.

@foamdino
Created April 24, 2025 07:34
Show Gist options
  • Select an option

  • Save foamdino/d94d1dccd733b529c002ed0d909c3c1c to your computer and use it in GitHub Desktop.

Select an option

Save foamdino/d94d1dccd733b529c002ed0d909c3c1c to your computer and use it in GitHub Desktop.
coremap
/** CPU core bitmap. */
struct bl_pal_coremap
{
/* The coremap bitmap itself is an array of 64-bit integers of sufficient size
* to store up to BL_PAL_MAX_CORES of cores (be that physical or logical cores).
*/
__BL_BITMAP_DECLARE(bits, BL_PAL_MAX_CORES);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment