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

12345678

/gem5/src/dev/virtio/
H A Dfs9p.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
44 #include <netinet/in.h>
370 // Prevent overflow in strcp
[all...]
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp7 (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
295 fin.open(filename.c_str(), ios_base::in);
370 // initiator intent is to put the MSB at the address given in the transaction
375 // work out the address in the TLM interpretation of the initiator's intent
403 // initiator intent is to put the MSB at the address given in the transaction
408 // work out the address in the TLM interpretation of the initiator's intent
/gem5/ext/drampower/src/
H A DCmdScheduler.cc7 * 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
656 uint64_t cmdScheduler::uintLog2(uint64_t in) argument
658 return static_cast<uint64_t>(log2(in));
/gem5/src/gpu-compute/
H A Dwavefront.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
288 // assuming that DP registers are placed after SP ones in the VRF. The DP
289 // and SP VGPR name spaces in HSAIL mode are separate so we need to adjust
369 // Are there in pipe or outstanding memory requests?
390 // Are there in pipe or outstanding memory requests?
417 // Are there in pipe or outstanding global memory write requests?
424 // Are there in pipe or outstanding global memory read requests?
660 // update the instruction stats in th
924 setContext(const void *in) argument
[all...]
/gem5/src/base/
H A Dinet.hh5 * 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
229 std::ostream &operator<<(std::ostream &stream, const IpNetmask &in);
/gem5/src/sim/
H A Dpseudo_inst.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
93 panic("Pseudo inst \"%s\" is only available in Full System mode.");
103 // We need to do this in
[all...]
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h470 // ^: store computation result in address from a0, load high-word into t2
483 // ^: store computation result in address from a0, load high-word into t2
496 // ^: store computation result in address from a0, load high-word into t2
509 // ^: store computation result in address from a0, load high-word into t2
612 // We need some special handling here to allow 64-bit comparison in 32-bit arch
629 // ^ x30 is used in some other macros, to avoid issues we use x31 for upper word
632 # Pass and fail code (assumes test num is in TESTNUM)
/gem5/ext/mcpat/cacti/
H A Dio.cc8 * Redistribution and use in source and binary forms, with or without
12 * redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
680 double tech_node, // in nm
1283 fstream file("out.csv", ios::in);
1331 // file << "Page size in bits, ";
1680 cout << "\tTotal energy in H-tree (that includes both "
1686 cout << "\tTotal leakage power in H-tree (that includes both "
1693 cout << "\tTotal gate leakage power in H-tree (that includes both "
1734 cout << "\tTotal energy in
[all...]

Completed in 27 milliseconds

12345678