Lines Matching defs:address
22 u64 address, const char *register_name, u8 flags);
146 * address - Address of the register
161 u64 address, const char *register_name, u8 flags)
191 ACPI_MOVE_64_TO_64(&generic_address->address, &address);
206 * address32 - 32-bit address of the register
207 * address64 - 64-bit address of the register
209 * RETURN: The resolved 64-bit address
216 * Check for FACS and DSDT address mismatches. An address mismatch between
217 * the 32-bit and 64-bit address fields (FIRMWARE_CTRL/X_FIRMWARE_CTRL and
218 * DSDT/X_DSDT) could be a corrupted address field or it might indicate
222 * By default, as per the ACPICA specification, a valid 64-bit address is
223 * used regardless of the value of the 32-bit address. However, this
234 /* 64-bit address is zero, use 32-bit address */
244 "32/64X %s address mismatch in FADT: "
245 "0x%8.8X/0x%8.8X%8.8X, using %u-bit address",
251 /* 32-bit address override */
258 /* Default is to use the 64-bit address */
421 * For ACPI 1.0 FADTs (that contain no 64-bit addresses), all 32-bit address
425 * For ACPI 2.0+ FADTs, all valid (non-zero) 32-bit address fields are expanded
487 /* Examine all of the 64-bit extended address fields (X fields) */
511 * generic address structures as necessary. Later code will always use
512 * the 64-bit address structures.
515 * Now always use the 64-bit address if it is valid (non-zero), in
517 * address supersedes the 32-bit version. This behavior can be
520 * During 64-bit address construction and verification,
535 * Note: space_id is always I/O for 32-bit legacy address fields
538 if (address64->address) {
539 if (address64->address != (u64)address32) {
544 "32/64X address mismatch in FADT/%s: "
545 "0x%8.8X/0x%8.8X%8.8X, using %u-bit address",
548 (address64->address),
577 * Note that when the 32-bit address favor is specified, the
583 if (!address64->address
596 * Both the address and length must be non-zero.
598 if (!address64->address || !length) {
600 "Required FADT field %s has zero address and/or length: "
604 address),
610 * length field. If present, both the address and length must
613 if ((address64->address && !length) ||
614 (!address64->address && length)) {
623 (address64->address),
665 if ((target64->address) &&
711 if (source64->address) {
715 source64->address +