Lines Matching refs:machine
63 arch-* machine/platform specific header files
65 mach descriptions of generic ARM to specific machine interfaces
73 The ARM tree contains support for a lot of different machine types. To
75 machine-specific parts by directory. For this, the machine category is
80 designed to house the non-driver files for a particular machine (eg, PCI,
90 each module on an ARM2/ARM250/ARM3 machine when is loaded will take
167 The initial entry into the kernel is via head.S, which uses machine
168 independent code. The machine is selected by the value of 'r1' on
175 We group machine (or platform) support code into machine classes. A
180 support the machine class. This directories also contain any machine
186 machine specific "personality."
188 For platforms that support device tree (DT), the machine selection is
190 compile-time, support for the machine type must be selected. This allows for
191 a single multiplatform kernel build to be used for several machine types.
193 For platforms that do not use device tree, this machine selection is
194 controlled by the machine type ID, which acts both as a run-time and a
195 compile-time code selection method. You can register a new machine via the
200 Note: Please do not register a machine type for DT-only platforms. If your
201 platform is DT-only, you do not need a registered machine type.