Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Ducode.h72 size_t ucode_load_bsp(uintptr_t free);
/freebsd/sys/x86/x86/
H A Ducode.c370 ucode_load_bsp(uintptr_t free) in ucode_load_bsp() function
/freebsd/sys/i386/i386/
H A Dmachdep.c1420 ucode_len = ucode_load_bsp(first); in init386()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1311 physfree += ucode_load_bsp(physfree - kernphys + KERNSTART); in hammer_time()