Searched full:jobs (Results 1 - 16 of 16) sorted by relevance

/gem5/ext/nomali/lib/
H A Djobcontrol.cc68 // Update JS state for all jobs that were affected by the IRQ
122 JobControl::updateJsState(uint16_t jobs) argument
126 // job. We need to mask out bits of the jobs affected by this update.
127 const uint32_t job_mask(jobs | (jobs << 16));
130 // Find if there is an active or active next job for all jobs in
134 if (jobs & (1 << i)) {
H A Djobcontrol.hh83 * @param jobs Bit mask representing which job slots to update.
85 void updateJsState(uint16_t jobs);
H A Daddrspace.hh38 * of one out of 16 active jobs. Each slot can contain one running job
H A Djobslot.hh38 * of one out of 16 active jobs. Each slot can contain one running job
129 * should never be written to the JSn_COMMAND register. Jobs are
/gem5/util/stats/
H A Dprofile.py315 def write_dot(self, threshold, jobfile=None, jobs=None):
318 if jobs is None:
319 jobs = [ job for job in jobfile.jobs() ]
321 for job in jobs:
331 def write_txt(self, jobfile=None, jobs=None, limit=None):
332 if jobs is None:
333 jobs = [ job for job in jobfile.jobs() ]
335 for job in jobs
[all...]
H A Doutput.py49 for job in self.jobfile.jobs():
/gem5/util/
H A Dregress68 add_option('-j', '--jobs', type='int', default=1, metavar='N',
69 help='number of parallel jobs to use (0 to use all cores)')
153 if options.jobs != 1:
154 if options.jobs == 0:
155 options.jobs = cpu_count()
156 scons_opts += ' -j %d' % options.jobs
H A Dgen_arm_fs_files.py73 parser.add_option("--make-jobs", type = "int", default = 1,
75 help = "Number of jobs to use with the 'make' commands. Default value: "
/gem5/ext/systemc/
H A DREADME.md18 number of jobs.
/gem5/src/python/m5/util/
H A Djobfile.py374 def jobs(self, groups=None): member in class:Configuration
458 jobs = conf.alljobs()
460 jobs = conf.checkpoints()
462 jobs = conf.jobs()
464 for job in jobs:
/gem5/util/systemc/systemc_within_gem5/systemc_sc_main/
H A Dconfig.py37 # c++ version of the kernel object has a lot of important jobs supporting
/gem5/tests/test-progs/asmtest/src/riscv/
H A Drun-tests.py104 # make a list of jobs
120 # execute all jobs
/gem5/util/batch/
H A Dsend.py82 -d Make jobs be dependent on the completion of the checkpoint runs
174 gen = conf.jobs()
/gem5/util/pbs/
H A Dsend.py83 -d Make jobs be dependent on the completion of the checkpoint runs
175 gen = conf.jobs()
/gem5/ext/pybind11/tools/
H A Dmkdoc.py290 print('Waiting for jobs to finish ..', file=sys.stderr)
/gem5/
H A DSConstruct476 # Use the same amount of jobs for LTO as we are running

Completed in 24 milliseconds