Home
last modified time | relevance | path

Searched refs:imps_cth (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.h86 typedef struct imps_cth imps_cth; /* MP configuration table header */ typedef
106 imps_cth *cth_ptr;
119 struct imps_cth struct
H A Dsmp-imps.c466 imps_cth *local_cth_ptr in imps_bad_bios()
467 = (imps_cth *) PHYS_TO_VIRTUAL (fps_ptr->cth_ptr); in imps_bad_bios()
521 imps_cth *local_cth_ptr in imps_read_bios()
522 = (imps_cth *) PHYS_TO_VIRTUAL (fps_ptr->cth_ptr); in imps_read_bios()
578 cth_start = ((unsigned) local_cth_ptr) + sizeof (imps_cth); in imps_read_bios()