Home
last modified time | relevance | path

Searched refs:cluster_bitmap (Results 1 – 2 of 2) sorted by relevance

/external/coreboot/src/soc/intel/xeon_sp/
Dnuma.c29 printk(BIOS_DEBUG, "\t\tcluster_bitmap:0x%x\n", pds.pds[i].cluster_bitmap); in dump_pds()
79 pds.pds[i].cluster_bitmap = 1 << cluster; in fill_pds()
151 pds.pds[i].cluster_bitmap == (1 << cluster)) in cluster_to_pd()
/external/coreboot/src/soc/intel/xeon_sp/include/soc/
Dnuma.h54 uint8_t cluster_bitmap; member