Lines Matching +full:per +full:- +full:processor

35  * be divided into two groups;  characteristics of the processor and
36 * implementation choices for Solaris on a processor.
38 * Processor Characteristics:
41 * The natural byte order of the processor. A pointer to an int points
45 * The processor specific direction of stack growth. A push onto the
59 * The processor (or supported implementations of the processor)
60 * supports the ieee-754 floating point standard. No other floating
62 * floating point formats are expected to be cased on the ISA processor
70 * Hence, it has the properties of a processor characteristic.
77 * well. The values are expressed in "byte-alignment" units.
91 * The 32-bit ABI supported by a 64-bit kernel may have different
93 * identifier is expressed in "byte-alignment" units.
119 * implementation for 64-bit ABIs such as SPARC V9.
122 * environment where 'int' is 32-bit, and 'long' and pointers are the same
125 * erroneously interpreted as implying that long/pointer were 64-bit.
134 * SunOS 4.x disk label and allows 8 partitions per disk.
138 * version. It allows 16 slices per disk, and is not
149 * 16 partitions per disk.
157 * requires physical addresses for DMA buffers. The 24-bit
159 * "low-memory" (<16MB) requirement for some devices using DMA.
172 * virtual disk. This enables the co-existence of multiple
187 * Practice. With _DONT_USE_GENERIC_NAMES, device-specific
191 * This indicates whether the i386 ABI is supported as a *non-native*
193 * - 32-bit xstat-style system calls are enabled
194 * - 32-bit xmknod-style system calls are enabled
195 * - 32-bit system calls use i386 sizes -and- alignments
206 * modules for processor support, reading /etc/mach from inside
211 * to configure the real-time clock in the kernel.
232 * 64-bit systems.
245 * Define the appropriate "processor characteristics"
310 * Define the appropriate "processor characteristics"
357 * The symbol __sparc indicates any of the SPARC family of processor
360 * The symbol __sparcv8 indicates the 32-bit SPARC V8 architecture as defined
364 * The symbol __sparcv9 indicates the 64-bit SPARC V9 architecture as defined
380 * You can be 32-bit or 64-bit, but not both at the same time.
397 * Define the appropriate "processor characteristics" shared between
428 * 32-bit Solaris on SPARC V8 systems.
433 * Define the appropriate "processor characteristics"
453 * 64-bit Solaris on SPARC V9 systems.
458 * Define the appropriate "processor characteristics"
482 * #error is strictly ansi-C, but works as well as anything for K&R systems.