Lines Matching refs:value
69 op->common.value.string,
82 op->common.value.
185 arg = op->common.value.arg; /* skip first arg */
198 byte_list_length = (u32) byte_list->common.value.integer;
271 if (!op->common.value.arg) {
281 acpi_ds_build_internal_object(walk_state, op->common.value.arg,
390 obj_desc->integer.value = 0;
395 obj_desc->integer.value = 1;
400 obj_desc->integer.value = ACPI_UINT64_MAX;
402 /* Truncate value if we are executing from a 32-bit ACPI table */
409 obj_desc->integer.value = ACPI_CA_VERSION;
424 obj_desc->integer.value = op->common.value.integer;
433 value.integer),
434 (u32)obj_desc->integer.value));
449 obj_desc->string.pointer = op->common.value.string;
450 obj_desc->string.length = (u32)strlen(op->common.value.string);
469 obj_desc->reference.value =
476 value, walk_state,
488 obj_desc->reference.value =
494 reference.value,