Lines Matching defs:rm_platter
46 typedef struct rm_platter { struct
47 char rm_code[RM_PLATTER_CODE_SIZE];
48 char rm_cpu_halt_code[RM_PLATTER_CPU_HALT_CODE_SIZE];
56 uint32_t rm_gdt_pad;
58 ushort_t rm_debug;
59 ushort_t rm_gdt_lim; /* stuff for lgdt */
60 user_desc_t *rm_gdt_base;
68 uint32_t rm_idt_pad;
70 ushort_t rm_cpu_halted; /* non-zero if CPU has been halted */
71 ushort_t rm_idt_lim; /* stuff for lidt */
72 gate_desc_t *rm_idt_base;
73 uint_t rm_pdbr; /* cr3 value */
74 uint_t rm_cpu; /* easy way to know which CPU we are */
75 uint_t rm_filler3;
76 uint_t rm_cr4; /* cr4 value on cpu0 */
100 * The code executing in the rm_platter needs the offset into the argument
106 } rm_platter_t; argument