grulib.h (92b39388eeb45326feb0fa8bd69dbbce66c9efbf) | grulib.h (b1b19fcfa417cf62447413d6e8b9b6598adf00b9) |
---|---|
1/* 2 * Copyright (c) 2008 Silicon Graphics, Inc. All Rights Reserved. 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU Lesser General Public License as published by 6 * the Free Software Foundation; either version 2.1 of the License, or 7 * (at your option) any later version. 8 * --- 84 unchanged lines hidden (view full) --- 93 */ 94struct gru_unload_context_req { 95 unsigned long gseg; 96}; 97 98/* 99 * Structure used to set context options 100 */ | 1/* 2 * Copyright (c) 2008 Silicon Graphics, Inc. All Rights Reserved. 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU Lesser General Public License as published by 6 * the Free Software Foundation; either version 2.1 of the License, or 7 * (at your option) any later version. 8 * --- 84 unchanged lines hidden (view full) --- 93 */ 94struct gru_unload_context_req { 95 unsigned long gseg; 96}; 97 98/* 99 * Structure used to set context options 100 */ |
101enum {sco_gseg_owner}; | 101enum {sco_gseg_owner, sco_cch_req_slice}; |
102struct gru_set_context_option_req { 103 unsigned long gseg; 104 int op; 105 unsigned long val1; 106}; 107 108/* 109 * Structure used to pass TLB flush parameters to the driver --- 49 unchanged lines hidden --- | 102struct gru_set_context_option_req { 103 unsigned long gseg; 104 int op; 105 unsigned long val1; 106}; 107 108/* 109 * Structure used to pass TLB flush parameters to the driver --- 49 unchanged lines hidden --- |