Lines Matching refs:True
64 abstract = True
76 on_read = Param.Bool(True, "Notify prefetcher on reads")
77 on_write = Param.Bool(True, "Notify prefetcher on writes")
78 on_data = Param.Bool(True, "Notify prefetcher on data accesses")
79 on_inst = Param.Bool(True, "Notify prefetcher on instruction accesses")
119 abstract = True
126 queue_squash = Param.Bool(True, "Squash queued prefetch on demand access")
127 queue_filter = Param.Bool(True, "Don't queue redundant prefetches")
130 tag_prefetch = Param.Bool(True, "Tag prefetch with PC of generating access")
159 use_master_id = Param.Bool(True, "Use master id based history")
421 negative_offsets_enable = Param.Bool(True,
425 delay_queue_enable = Param.Bool(True, "Enable the delay queue")