Searched refs:MCE_ADDR_GRANULARITY (Results 1 – 1 of 1) sorted by relevance
70 #define MCE_ADDR_GRANULARITY 0x10000U macro133 if (((config->start_address % MCE_ADDR_GRANULARITY) != 0U) || in check_region_settings()134 (((config->end_address + 1U) % MCE_ADDR_GRANULARITY) != 0U)) { in check_region_settings()