Lines Matching full:pcb

74 #include <machine/pcb.h>
100 ASSYM(PCB_CR0, offsetof(struct pcb, pcb_cr0));
101 ASSYM(PCB_CR2, offsetof(struct pcb, pcb_cr2));
102 ASSYM(PCB_CR3, offsetof(struct pcb, pcb_cr3));
103 ASSYM(PCB_CR4, offsetof(struct pcb, pcb_cr4));
104 ASSYM(PCB_EDI, offsetof(struct pcb, pcb_edi));
105 ASSYM(PCB_ESI, offsetof(struct pcb, pcb_esi));
106 ASSYM(PCB_EBP, offsetof(struct pcb, pcb_ebp));
107 ASSYM(PCB_ESP, offsetof(struct pcb, pcb_esp));
108 ASSYM(PCB_EBX, offsetof(struct pcb, pcb_ebx));
109 ASSYM(PCB_EIP, offsetof(struct pcb, pcb_eip));
112 ASSYM(PCB_DS, offsetof(struct pcb, pcb_ds));
113 ASSYM(PCB_ES, offsetof(struct pcb, pcb_es));
114 ASSYM(PCB_FS, offsetof(struct pcb, pcb_fs));
115 ASSYM(PCB_GS, offsetof(struct pcb, pcb_gs));
116 ASSYM(PCB_SS, offsetof(struct pcb, pcb_ss));
117 ASSYM(PCB_DR0, offsetof(struct pcb, pcb_dr0));
118 ASSYM(PCB_DR1, offsetof(struct pcb, pcb_dr1));
119 ASSYM(PCB_DR2, offsetof(struct pcb, pcb_dr2));
120 ASSYM(PCB_DR3, offsetof(struct pcb, pcb_dr3));
121 ASSYM(PCB_DR6, offsetof(struct pcb, pcb_dr6));
122 ASSYM(PCB_DR7, offsetof(struct pcb, pcb_dr7));
124 ASSYM(PCB_EXT, offsetof(struct pcb, pcb_ext));
128 ASSYM(PCB_FSD, offsetof(struct pcb, pcb_fsd));
129 ASSYM(PCB_GSD, offsetof(struct pcb, pcb_gsd));
130 ASSYM(PCB_VM86, offsetof(struct pcb, pcb_vm86));
131 ASSYM(PCB_FLAGS, offsetof(struct pcb, pcb_flags));
132 ASSYM(PCB_SAVEFPU, offsetof(struct pcb, pcb_save));
133 ASSYM(PCB_ONFAULT, offsetof(struct pcb, pcb_onfault));
135 ASSYM(PCB_SIZE, sizeof(struct pcb));
138 ASSYM(PCB_GDT, offsetof(struct pcb, pcb_gdt));
139 ASSYM(PCB_IDT, offsetof(struct pcb, pcb_idt));
140 ASSYM(PCB_LDT, offsetof(struct pcb, pcb_ldt));
141 ASSYM(PCB_TR, offsetof(struct pcb, pcb_tr));