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 in typeref:struct:imps_cth
106 imps_cth *cth_ptr;
119 struct imps_cth struct
H A Dsmp-imps.c466 imps_cth *local_cth_ptr
467 = (imps_cth *) PHYS_TO_VIRTUAL (fps_ptr->cth_ptr);
521 imps_cth *local_cth_ptr
522 = (imps_cth *) PHYS_TO_VIRTUAL (fps_ptr->cth_ptr);
578 cth_start = ((unsigned) local_cth_ptr) + sizeof (imps_cth);

Completed in 71 milliseconds