Lines Matching +full:load +full:- +full:acquire
1 /* SPDX-License-Identifier: GPL-2.0 */
85 /* Enter the prom, with no chance of continuation for the stand-alone
90 /* Halt and power-off the machine. */
93 /* Acquire the IDPROM of the root node in the prom device tree. This
153 /* Load explicit I/D TLB entries into the calling processor. */
166 #define PROM_MAP_READ 0x0002 /* Readable - sw */
167 #define PROM_MAP_EXEC 0x0004 /* Executable - sw */
168 #define PROM_MAP_LOCKED 0x0010 /* Locked, use i/dtlb load calls for this instead */
170 #define PROM_MAP_SE 0x0040 /* Side-Effects */
172 #define PROM_MAP_IE 0x0100 /* Invert-Endianness */
191 * Returns -1 on error (ie. no such property at this node).
196 * the number of bytes the prom put into your buffer or -1 on error.
201 /* Acquire an integer property. */
204 /* Acquire an integer property, with a default value. */
207 /* Acquire a boolean property, 0=FALSE 1=TRUE. */
210 /* Acquire a string property, null string on error. */