Lines Matching defs:stack_ptr
82 * stack_ptr - Pointer to the operand stack to be
100 union acpi_operand_object **stack_ptr,
138 if (!stack_ptr || !*stack_ptr) {
140 stack_ptr));
147 obj_desc = *stack_ptr;
169 *stack_ptr = obj_desc;
303 ((*stack_ptr)->common.type ==
305 && ((*stack_ptr)->reference.class ==
321 status = acpi_ex_resolve_to_value(stack_ptr, walk_state);
328 obj_desc = *stack_ptr;
384 status = acpi_ex_convert_to_integer(obj_desc, stack_ptr,
399 if (obj_desc != *stack_ptr) {
410 status = acpi_ex_convert_to_buffer(obj_desc, stack_ptr);
424 if (obj_desc != *stack_ptr) {
436 acpi_ex_convert_to_string(obj_desc, stack_ptr,
451 if (obj_desc != *stack_ptr) {
495 stack_ptr);
500 if (obj_desc != *stack_ptr) {
654 (*stack_ptr)->common.type,
655 *stack_ptr);
662 * If more operands needed, decrement stack_ptr to point
666 stack_ptr--;