Searched refs:block (Results 26 - 34 of 34) sorted by relevance

12

/gem5/util/minorview/
H A Dmodel.py65 """Super class for block data colouring"""
67 """Return an array of colours to use for a striped block"""
222 """A fixed colour block, used for special colour decoding"""
279 """Factory for making decoders for particular block types"""
293 """Factory for making decoders for particular block types but
343 def __init__(self, block, numBlankSlots):
345 self.block = block
362 return [self.block]
365 return ([[self.block
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_eigen.py201 assert np.all(m.block(ref, 2, 1, 3, 3) == ref[2:5, 1:4])
202 assert np.all(m.block(ref, 1, 4, 4, 2) == ref[1:, 4:])
203 assert np.all(m.block(ref, 1, 4, 3, 2) == ref[1:4, 4:])
282 a_block1 = a.block(3, 3, 2, 2)
356 unsafe = [a.ref(), a.ref_const(), a.block(1, 2, 3, 4)]
/gem5/src/cpu/o3/
H A Ddecode_impl.hh257 DefaultDecode<Impl>::block(ThreadID tid) function in class:DefaultDecode
267 // fetch to block.
367 // In syscall emulation, we can have both a block and a squash due
512 // Check stall signals, block if necessary.
534 return block(tid);
549 // Switch status to running if decode isn't being told to block or
761 // If we didn't process all instructions, then we will need to block
764 block(tid);
H A Diew.hh249 /** Sets Dispatch to blocked, and signals back to other stages to block. */
250 void block(ThreadID tid);
H A Drename.hh243 bool block(ThreadID tid);
278 /** Reads signals telling rename to block/unblock. */
281 /** Checks if any stages are telling rename to block. */
453 /** Whether or not rename needs to block this cycle. */
H A Diew_impl.hh552 DefaultIEW<Impl>::block(ThreadID tid) function in class:DefaultIEW
785 // Check stall signals, block if there is.
814 block(tid);
833 // Switch status to running if rename isn't being told to block or
1026 block(tid);
1045 block(tid);
1169 block(tid);
/gem5/src/mem/cache/
H A Dbase.hh244 * addition, it has the functionality to block the port for
358 * Temporary cache block for occasional transitory use. We use
360 * is an outstanding request that accesses the victim block) or
419 * Regenerate block address using tags.
421 * block or not.
423 * @param blk The block to regenerate address.
424 * @return The block's address.
442 * @param blk The cache block that was accessed.
445 * @return The number of ticks that pass due to a block access.
453 * @param blk The cache block t
1182 CacheBlk *block = tags->findBlock(addr, is_secure); local
[all...]
/gem5/ext/testlib/
H A Dhandlers.py409 item = self.queue.get(block=False)
/gem5/system/alpha/console/
H A Dconsole.c208 0, /* 0B8: offset to CTB (cons term block) */
209 0, /* 0C0: offset to CRB (cons routine block) */
211 0, /* 0D0: offset to config data block */
801 DeviceOperation(long op, long channel, long count, long address, long block) argument
815 m5AlphaAccess->diskBlock = block;

Completed in 29 milliseconds

12