pcb.h (6f3544cd7084abbadd83637993a4f41fd30e6ccd) | pcb.h (54c562081ff82b6429078f76d44491e7d1e95673) |
---|---|
1/*- 2 * Copyright (C) 1995, 1996 Wolfgang Solfrank. 3 * Copyright (C) 1995, 1996 TooLs GmbH. 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 53 unchanged lines hidden (view full) --- 62 register_t vscr; /* aligned at vector element 3 */ 63 } pcb_vec __aligned(16); /* Vector processor */ 64 unsigned int pcb_veccpu; /* which CPU had our vector 65 stuff. */ 66 67 union { 68 struct { 69 vm_offset_t usr_segm; /* Base address */ | 1/*- 2 * Copyright (C) 1995, 1996 Wolfgang Solfrank. 3 * Copyright (C) 1995, 1996 TooLs GmbH. 4 * All rights reserved. 5 * 6 * Redistribution and use in source and binary forms, with or without 7 * modification, are permitted provided that the following conditions 8 * are met: --- 53 unchanged lines hidden (view full) --- 62 register_t vscr; /* aligned at vector element 3 */ 63 } pcb_vec __aligned(16); /* Vector processor */ 64 unsigned int pcb_veccpu; /* which CPU had our vector 65 stuff. */ 66 67 union { 68 struct { 69 vm_offset_t usr_segm; /* Base address */ |
70 register_t usr_esid; /* USER_SR segment */ | |
71 register_t usr_vsid; /* USER_SR segment */ 72 } aim; 73 struct { 74 register_t ctr; 75 register_t xer; 76 register_t dbcr0; 77 } booke; 78 } pcb_cpu; --- 17 unchanged lines hidden --- | 70 register_t usr_vsid; /* USER_SR segment */ 71 } aim; 72 struct { 73 register_t ctr; 74 register_t xer; 75 register_t dbcr0; 76 } booke; 77 } pcb_cpu; --- 17 unchanged lines hidden --- |