Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/virt68k/virt68k/
H A Dbootinfo.c97 switch (bootinfo_get_u32(bi)) { in bootinfo_get_cpu()
109 switch (bootinfo_get_u32(bi)) { in bootinfo_get_fpu()
121 switch (bootinfo_get_u32(bi)) { in bootinfo_get_mmu()
261 bootinfo_machtype = bootinfo_get_u32(bi); in bootinfo_start()
H A Dmachdep.c397 qvers = bootinfo_get_u32(bi); in identifycpu()
/netbsd-src/sys/arch/virt68k/include/
H A Dbootinfo.h149 #define bootinfo_get_u32(bi) (*(uint32_t *)bootinfo_dataptr(bi)) macro