Home
last modified time | relevance | path

Searched refs:operand_ovl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutmath.c93 union uint64_overlay operand_ovl; in acpi_ut_short_shift_left() local
97 operand_ovl.full = operand; in acpi_ut_short_shift_left()
100 operand_ovl.part.hi = operand_ovl.part.lo; in acpi_ut_short_shift_left()
101 operand_ovl.part.lo = 0; in acpi_ut_short_shift_left()
104 ACPI_SHIFT_LEFT_64_BY_32(operand_ovl.part.hi, in acpi_ut_short_shift_left()
105 operand_ovl.part.lo, count); in acpi_ut_short_shift_left()
110 *out_result = operand_ovl.full; in acpi_ut_short_shift_left()
130 union uint64_overlay operand_ovl; in acpi_ut_short_shift_right() local
134 operand_ovl in acpi_ut_short_shift_right()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutmath.c93 union uint64_overlay operand_ovl; in acpi_ut_short_shift_left() local
97 operand_ovl.full = operand; in acpi_ut_short_shift_left()
100 operand_ovl.part.hi = operand_ovl.part.lo; in acpi_ut_short_shift_left()
101 operand_ovl.part.lo = 0; in acpi_ut_short_shift_left()
104 ACPI_SHIFT_LEFT_64_BY_32(operand_ovl.part.hi, in acpi_ut_short_shift_left()
105 operand_ovl.part.lo, count); in acpi_ut_short_shift_left()
110 *out_result = operand_ovl.full; in acpi_ut_short_shift_left()
130 union uint64_overlay operand_ovl; in acpi_ut_short_shift_right() local
134 operand_ovl in acpi_ut_short_shift_right()
[all...]

Completed in 1 milliseconds