Searched refs:bootinfo_get_u32 (Results 1 – 3 of 3) sorted by relevance
97 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()
397 qvers = bootinfo_get_u32(bi); in identifycpu()
149 #define bootinfo_get_u32(bi) (*(uint32_t *)bootinfo_dataptr(bi)) macro