Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dmachdep.c2307 size_t ucode_len; in init386() local
2340 ucode_len = ucode_load_bsp(first); in init386()
2341 if (ucode_len != 0) { in init386()
2343 first = roundup2(first + ucode_len, PAGE_SIZE); in init386()