stack_words       163 sound/soc/sof/core.c 			void *stack, size_t stack_words)
stack_words       194 sound/soc/sof/core.c 	sof_stack(sdev, oops, stack, stack_words);
stack_words       222 sound/soc/sof/intel/bdw.c 			      u32 *stack, size_t stack_words)
stack_words       242 sound/soc/sof/intel/bdw.c 	sof_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32));
stack_words       121 sound/soc/sof/intel/byt.c 			      u32 *stack, size_t stack_words)
stack_words       141 sound/soc/sof/intel/byt.c 	sof_mailbox_read(sdev, offset, stack, stack_words * sizeof(u32));
stack_words       126 sound/soc/sof/intel/hda.c 				  u32 *stack, size_t stack_words)
stack_words       148 sound/soc/sof/intel/hda.c 		       stack_words * sizeof(u32));
stack_words       214 sound/soc/sof/sof-priv.h 			  u32 *stack, u32 stack_words);
stack_words       585 sound/soc/sof/sof-priv.h 			void *stack, size_t stack_words);
stack_words       624 sound/soc/sof/sof-priv.h 			     u32 stack_words)
stack_words       627 sound/soc/sof/sof-priv.h 		sof_arch_ops(sdev)->dsp_stack(sdev, oops, stack, stack_words);
stack_words       110 sound/soc/sof/xtensa/core.c 			 u32 stack_words)
stack_words       124 sound/soc/sof/xtensa/core.c 	for (i = 0; i < stack_words; i += 4) {