Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Ducode.h63 size_t ucode_load_bsp(uintptr_t free);
/f-stack/freebsd/x86/x86/
H A Ducode.c317 ucode_load_bsp(uintptr_t free) in ucode_load_bsp() function
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1635 physfree += ucode_load_bsp(physfree + KERNBASE); in hammer_time()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2340 ucode_len = ucode_load_bsp(first); in init386()