Searched refs:fastboot_info_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fastboot.c | 110 fastboot_info_t newkernel = { 0 }; 239 static uint_t fastboot_vatoindex(fastboot_info_t *, uintptr_t, int); 240 static void fastboot_map_with_size(fastboot_info_t *, uintptr_t, 242 static void fastboot_build_pagetables(fastboot_info_t *); 243 static int fastboot_build_mbi(char *, fastboot_info_t *); 267 fastboot_vatoindex(fastboot_info_t *nk, uintptr_t va, int level) in fastboot_vatoindex() 278 fastboot_map_with_size(fastboot_info_t *nk, uintptr_t vstart, paddr_t pstart, in fastboot_map_with_size() 339 fastboot_build_pagetables(fastboot_info_t *nk) in fastboot_build_pagetables() 455 fastboot_build_mbi(char *mdep, fastboot_info_t *nk) in fastboot_build_mbi() 593 fastboot_init_fields(fastboot_info_t *nk) in fastboot_init_fields() [all …]
|
H A D | machdep.c | 191 extern fastboot_info_t newkernel;
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | fastboot.h | 151 } fastboot_info_t; typedef 160 extern int fastboot_cksum_verify(fastboot_info_t *);
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 442 fastboot_info_t
|