sysinfo.h (5a2dd72abdae75ea2960145e0549635ce4e0be96) | sysinfo.h (92e6ecf392fac3082653ac9d84b1bdf53d0ea160) |
---|---|
1/* 2 * definition for store system information stsi 3 * 4 * Copyright IBM Corp. 2001,2008 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License (version 2 only) 8 * as published by the Free Software Foundation. --- 86 unchanged lines hidden (view full) --- 95 unsigned short cpus_standby; 96 unsigned short cpus_reserved; 97 char name[8]; 98 unsigned int caf; 99 char cpi[16]; 100 char reserved_1[24]; 101 102 } vm[8]; | 1/* 2 * definition for store system information stsi 3 * 4 * Copyright IBM Corp. 2001,2008 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License (version 2 only) 8 * as published by the Free Software Foundation. --- 86 unchanged lines hidden (view full) --- 95 unsigned short cpus_standby; 96 unsigned short cpus_reserved; 97 char name[8]; 98 unsigned int caf; 99 char cpi[16]; 100 char reserved_1[24]; 101 102 } vm[8]; |
103 char reserved_544[3552]; |
|
103}; 104 105static inline int stsi(void *sysinfo, int fc, int sel1, int sel2) 106{ 107 register int r0 asm("0") = (fc << 28) | sel1; 108 register int r1 asm("1") = sel2; 109 110 asm volatile( --- 22 unchanged lines hidden --- | 104}; 105 106static inline int stsi(void *sysinfo, int fc, int sel1, int sel2) 107{ 108 register int r0 asm("0") = (fc << 28) | sel1; 109 register int r1 asm("1") = sel2; 110 111 asm volatile( --- 22 unchanged lines hidden --- |