packet_data_temp_buf  100 drivers/platform/x86/dell_rbu.c 	void *packet_data_temp_buf = NULL;
packet_data_temp_buf  153 drivers/platform/x86/dell_rbu.c 	while (!packet_data_temp_buf) {
packet_data_temp_buf  154 drivers/platform/x86/dell_rbu.c 		packet_data_temp_buf = (unsigned char *)
packet_data_temp_buf  156 drivers/platform/x86/dell_rbu.c 		if (!packet_data_temp_buf) {
packet_data_temp_buf  165 drivers/platform/x86/dell_rbu.c 		if ((unsigned long)virt_to_phys(packet_data_temp_buf)
packet_data_temp_buf  169 drivers/platform/x86/dell_rbu.c 						packet_data_temp_buf),
packet_data_temp_buf  171 drivers/platform/x86/dell_rbu.c 			invalid_addr_packet_array[idx++] = packet_data_temp_buf;
packet_data_temp_buf  172 drivers/platform/x86/dell_rbu.c 			packet_data_temp_buf = NULL;
packet_data_temp_buf  178 drivers/platform/x86/dell_rbu.c 	set_memory_uc((unsigned long)packet_data_temp_buf, 1 << ordernum);
packet_data_temp_buf  182 drivers/platform/x86/dell_rbu.c 	newpacket->data = packet_data_temp_buf;