Searched refs:in (Results 151 - 175 of 183) sorted by relevance

12345678

/gem5/src/base/
H A Dsocket.cc5 * Redistribution and use in source and binary forms, with or without
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
33 #include <netinet/in.h>
H A Dinet.cc5 * The license below extends only to copyright in the software and shall
11 * unmodified and in its entirety in all distributions of the software,
12 * modified or unmodified, in source code or in binary form.
18 * Redistribution and use in source and binary forms, with or without
22 * redistributions in binary form must reproduce the above copyright
23 * notice, this list of conditions and the following disclaimer in the
180 operator<<(ostream &stream, const IpNetmask &in) argument
182 ccprintf(stream, "%s/%d", (const IpAddress &)in, i
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64mi/
H A Daccess.S18 # Flipping just the MSB should result in an illegal address for RV64.
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfcvt.S17 # Replace the function with the 32-bit variant defined in test_macros.h
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa_b.s7 ; appear in all copies. This software is provided as a
14 ; raw processor performance measurement. It was written in 1994 by
20 ; Note that the number of instructions in the measurement-loops, differ
21 ; from implementation to implementation. I took eight instructions in a loop
46 ; Call the procedure `b_null' with function pointer in a register.
H A Dksr1.s8 * appear in all copies. This software is provided as a
54 # Calls to those procedures branch to a 16 byte offset (4 instrs) in
67 # return value branche 16 bytes in to the procedure, which will zero
154 # Switch to the stack passed in as fourth argument to the block
155 # routine (%i5) and call the helper routine passed in as the first
157 # block is passed in, so we must derefence it to get the helper's text
166 # args remain in regs
193 # The helper funtion will return here. Any result it has placed in
254 # the new stack is passed in as an argument, we don't load the EFP
336 # by the code above and "returns" to `qt_start$TXT' in th
[all...]
H A Dhppa.s9 ; appear in all copies. This software is provided as a
16 ; and thread startup. It was written in 1994 by Uwe Reder
155 .CALL ; in=%r22
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64i.cpp5 * Redistribution and use in source and binary forms, with or without
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
300 char in[128];
301 size_t n = read(fd, in, sizeof(in));
303 cout << "String read: " << in << endl;
306 return n > 0 && cl >= 0 && un >= 0 && strcmp(teststr, in) == 0;
327 // EBREAK not tested because it only makes sense in FS mode or when
330 // ERET not tested because it only makes sense in F
[all...]
/gem5/util/statetrace/base/
H A Dstatetrace.cc5 * Redistribution and use in source and binary forms, with or without
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
31 #include <netinet/in.h>
/gem5/ext/drampower/src/
H A DCmdScheduler.h7 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce the above copyright
15 * notice, this list of conditions and the following disclaimer in the
100 // the scheduled ACTIVATE commands are stored in ACT.
104 // the scheduled READ or WRITE commands are stored in RDWR.
144 uint64_t uintLog2(uint64_t in);
/gem5/src/mem/
H A Ddramsim2_wrapper.cc5 * The license below extends only to copyright in the software and shall
11 * unmodified and in its entirety in all distributions of the software,
12 * modified or unmodified, in source code or in binary form.
14 * Redistribution and use in source and binary forms, with or without
18 * redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
60 * DRAMSim2 requires SHOW_SIM_OUTPUT to be defined (declared extern in
125 std::ifstream file_stream(file_name.c_str(), ios::in);
[all...]
/gem5/src/proto/
H A Dprotoio.cc5 * The license below extends only to copyright in the software and shall
11 * unmodified and in its entirety in all distributions of the software,
12 * modified or unmodified, in source code or in binary form.
14 * Redistribution and use in source and binary forms, with or without
18 * redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
54 // Wrap the output file in a zero copy stream, that in tur
[all...]
/gem5/src/sim/
H A Dfd_array.cc7 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright notice,
14 * this list of conditions and the following disclaimer in the documentation
133 * have in the same way that it would have proceeded sans checkpoints.
138 fatal("Unable to seek to location in %s", ffd->getFileName());
147 * instead of the file specified in the checkpoint. This also resets the
171 * instead of the file specified in the checkpoint. This also resets the
195 * instead of the file specified in the checkpoint. This also resets the
285 FDArray::allocFD(std::shared_ptr<FDEntry> in) argument
290 _fdArray[i] = in;
[all...]
/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkInterface.cc6 * Redistribution and use in source and binary forms, with or without
10 * redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
119 NetworkInterface::addNode(vector<MessageBuffer *>& in, argument
122 inNode_ptr = in;
125 for (auto& it : in) {
169 * The NI wakeup checks whether there are any ready messages in the protocol
172 * it also checks whether there are flits in the input link. If yes, it picks
226 // this flit in the NI
233 // No space available- Place tail flit in stal
[all...]
/gem5/system/alpha/console/
H A Ddbmentry.S6 * Redistribution and use in source and binary forms, with or without
10 * redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
55 addq t3,0x70,t3 # *** If offset in console alpha access struct changes
/gem5/util/term/
H A Dterm.c5 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
30 #include <netinet/in.h>
233 * Redistribution and use in source and binary forms, with or without
238 * 2. Redistributions in binary form must reproduce the above copyright
239 * notice, this list of conditions and the following disclaimer in the
283 * copyright notice and this permission notice appear in all copies.
/gem5/src/dev/net/
H A Dtcp_iface.cc5 * The license below extends only to copyright in the software and shall
11 * unmodified and in its entirety in all distributions of the software,
12 * modified or unmodified, in source code or in binary form.
14 * Redistribution and use in source and binary forms, with or without
18 * redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
64 #include <netinet/in.h>
100 // messages. Ack messages will be sent by initTransport() in th
[all...]
H A Dethertap.cc5 * Redistribution and use in source and binary forms, with or without
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
54 #include <netinet/in.h>
356 // Read in as much of the new data as we can.
465 // timeout is set to inf, we shouldn't get 0 in any case.
/gem5/src/cpu/testers/traffic_gen/
H A Dtraffic_gen.cc5 * The license below extends only to copyright in the software and shall
11 * unmodified and in its entirety in all distributions of the software,
12 * modified or unmodified, in source code or in binary form.
14 * Redistribution and use in source and binary forms, with or without
18 * redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
90 "Traffic generator is only active in timing mode\n");
106 // trace player we would also have to restore the position in th
[all...]
/gem5/src/gpu-compute/
H A Dwavefront.hh7 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright notice,
14 * this list of conditions and the following disclaimer in the documentation
81 * The hardware/finalizer can support arguments in hardware or use memory to
83 * are supported in hardware (the compiler inlines functions whenver it can
84 * anyways, so unless someone is interested in the implications of linking/
89 * * All work-items in a kernel refer the same set of kernel arguments
93 * Ok, the table below shows an example of how we organize the call arguments in
375 void setContext(const void *in);
/gem5/src/systemc/utils/
H A Dvcd.cc4 * Redistribution and use in source and binary forms, with or without
8 * redistributions in binary form must reproduce the above copyright
9 * notice, this list of conditions and the following disclaimer in the
95 scLogicToVcdState(char in) argument
97 switch (in) {
170 // The typo in this error message is intentional to match the
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
23 This file is included in sc_signed.cpp and
27 sc_nbfriends.cpp and sc_nbexterns.cpp is created in order
1934 // Defined in the sc_signed.cpp and sc_unsigned.cpp.
2008 // Defined in the sc_signed.cpp and sc_unsigned.cpp.
2615 // defined in class CLASS_TYPE). If alloc is set, delete d.
2638 // This constructor is mainly used in finding a "range" of bits from a
2736 // standard library routines, they are slow. The main idea in
2786 // This constructor is mainly used in findin
[all...]
/gem5/src/systemc/tests/systemc/examples/aes/
H A Daes.cpp537 * code in the reference C code. it
874 * code in the reference C code. it
1077 char in[17] = "abcdefghijklmnop"; local
1146 if( in[i] != out[i]){
1154 cout << "key:" << key_string << " in:" << in
/gem5/util/tap/
H A Dtap.cc5 * Redistribution and use in source and binary forms, with or without
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
40 #include <netinet/in.h>
/gem5/src/dev/storage/
H A Ddisk_image.cc5 * Redistribution and use in source and binary forms, with or without
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
86 ios::openmode mode = ios::in | ios::binary;
125 panic("Could not seek to location in file");
150 panic("Could not seek to location in file");
216 inform("Disabling saving of COW image in forked child process.\n");
336 // the COW image in a forked child process. Save will still be

Completed in 35 milliseconds

12345678