Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/
H A Dmp_init.c314 const int max_vector_loc = ((1 << 20) - (1 << 12)) >> 12; in start_aps() local
322 if (sipi_vector > max_vector_loc) { in start_aps()