Merge with main repository.
[gem5.git] / tests / long / 10.linux-boot / ref / x86 / linux / pc-o3-timing / config.ini
1 [root]
2 type=Root
3 children=system
4 time_sync_enable=false
5 time_sync_period=100000000000
6 time_sync_spin_threshold=100000000
7
8 [system]
9 type=LinuxX86System
10 children=acpi_description_table_pointer bridge cpu e820_table intel_mp_pointer intel_mp_table intrctrl iobus iocache l2c membus pc physmem smbios_table toL2Bus
11 acpi_description_table_pointer=system.acpi_description_table_pointer
12 boot_cpu_frequency=500
13 boot_osflags=earlyprintk=ttyS0 console=ttyS0 lpj=7999923 root=/dev/hda1
14 e820_table=system.e820_table
15 init_param=0
16 intel_mp_pointer=system.intel_mp_pointer
17 intel_mp_table=system.intel_mp_table
18 kernel=/dist/m5/system/binaries/x86_64-vmlinux-2.6.22.9
19 load_addr_mask=18446744073709551615
20 mem_mode=timing
21 memories=system.physmem
22 physmem=system.physmem
23 readfile=tests/halt.sh
24 smbios_table=system.smbios_table
25 symbolfile=
26 work_begin_ckpt_count=0
27 work_begin_cpu_id_exit=-1
28 work_begin_exit_count=0
29 work_cpus_ckpt_count=0
30 work_end_ckpt_count=0
31 work_end_exit_count=0
32 work_item_id=-1
33
34 [system.acpi_description_table_pointer]
35 type=X86ACPIRSDP
36 children=xsdt
37 oem_id=
38 revision=2
39 rsdt=Null
40 xsdt=system.acpi_description_table_pointer.xsdt
41
42 [system.acpi_description_table_pointer.xsdt]
43 type=X86ACPIXSDT
44 creator_id=
45 creator_revision=0
46 entries=
47 oem_id=
48 oem_revision=0
49 oem_table_id=
50
51 [system.bridge]
52 type=Bridge
53 delay=50000
54 filter_ranges_a=0:1152921504606846975
55 filter_ranges_b=0:134217727
56 nack_delay=4000
57 req_size_a=16
58 req_size_b=16
59 resp_size_a=16
60 resp_size_b=16
61 write_ack=false
62 side_a=system.iobus.port[0]
63 side_b=system.membus.port[1]
64
65 [system.cpu]
66 type=DerivO3CPU
67 children=dcache dtb dtb_walker_cache fuPool icache interrupts itb itb_walker_cache tracer
68 BTBEntries=4096
69 BTBTagSize=16
70 LFSTSize=1024
71 LQEntries=32
72 LSQCheckLoads=true
73 LSQDepCheckShift=4
74 RASSize=16
75 SQEntries=32
76 SSITSize=1024
77 activity=0
78 backComSize=5
79 cachePorts=200
80 checker=Null
81 choiceCtrBits=2
82 choicePredictorSize=8192
83 clock=500
84 commitToDecodeDelay=1
85 commitToFetchDelay=1
86 commitToIEWDelay=1
87 commitToRenameDelay=1
88 commitWidth=8
89 cpu_id=0
90 decodeToFetchDelay=1
91 decodeToRenameDelay=1
92 decodeWidth=8
93 defer_registration=false
94 dispatchWidth=8
95 do_checkpoint_insts=true
96 do_quiesce=true
97 do_statistics_insts=true
98 dtb=system.cpu.dtb
99 fetchToDecodeDelay=1
100 fetchTrapLatency=1
101 fetchWidth=8
102 forwardComSize=5
103 fuPool=system.cpu.fuPool
104 function_trace=false
105 function_trace_start=0
106 globalCtrBits=2
107 globalHistoryBits=13
108 globalPredictorSize=8192
109 iewToCommitDelay=1
110 iewToDecodeDelay=1
111 iewToFetchDelay=1
112 iewToRenameDelay=1
113 instShiftAmt=2
114 interrupts=system.cpu.interrupts
115 issueToExecuteDelay=1
116 issueWidth=8
117 itb=system.cpu.itb
118 localCtrBits=2
119 localHistoryBits=11
120 localHistoryTableSize=2048
121 localPredictorSize=2048
122 max_insts_all_threads=0
123 max_insts_any_thread=0
124 max_loads_all_threads=0
125 max_loads_any_thread=0
126 numIQEntries=64
127 numPhysFloatRegs=256
128 numPhysIntRegs=256
129 numROBEntries=192
130 numRobs=1
131 numThreads=1
132 phase=0
133 predType=tournament
134 profile=0
135 progress_interval=0
136 renameToDecodeDelay=1
137 renameToFetchDelay=1
138 renameToIEWDelay=2
139 renameToROBDelay=1
140 renameWidth=8
141 smtCommitPolicy=RoundRobin
142 smtFetchPolicy=SingleThread
143 smtIQPolicy=Partitioned
144 smtIQThreshold=100
145 smtLSQPolicy=Partitioned
146 smtLSQThreshold=100
147 smtNumFetchingThreads=1
148 smtROBPolicy=Partitioned
149 smtROBThreshold=100
150 squashWidth=8
151 store_set_clear_period=250000
152 system=system
153 tracer=system.cpu.tracer
154 trapLatency=13
155 wbDepth=1
156 wbWidth=8
157 dcache_port=system.cpu.dcache.cpu_side
158 icache_port=system.cpu.icache.cpu_side
159
160 [system.cpu.dcache]
161 type=BaseCache
162 addr_range=0:18446744073709551615
163 assoc=4
164 block_size=64
165 forward_snoops=true
166 hash_delay=1
167 is_top_level=true
168 latency=1000
169 max_miss_count=0
170 mshrs=4
171 num_cpus=1
172 prefetch_data_accesses_only=false
173 prefetch_degree=1
174 prefetch_latency=10000
175 prefetch_on_access=false
176 prefetch_past_page=false
177 prefetch_policy=none
178 prefetch_serial_squash=false
179 prefetch_use_cpu_id=true
180 prefetcher_size=100
181 prioritizeRequests=false
182 repl=Null
183 size=32768
184 subblock_size=0
185 tgts_per_mshr=20
186 trace_addr=0
187 two_queue=false
188 write_buffers=8
189 cpu_side=system.cpu.dcache_port
190 mem_side=system.toL2Bus.port[2]
191
192 [system.cpu.dtb]
193 type=X86TLB
194 children=walker
195 size=64
196 walker=system.cpu.dtb.walker
197
198 [system.cpu.dtb.walker]
199 type=X86PagetableWalker
200 system=system
201 port=system.cpu.dtb_walker_cache.cpu_side
202
203 [system.cpu.dtb_walker_cache]
204 type=BaseCache
205 addr_range=0:18446744073709551615
206 assoc=2
207 block_size=64
208 forward_snoops=true
209 hash_delay=1
210 is_top_level=false
211 latency=1000
212 max_miss_count=0
213 mshrs=10
214 num_cpus=1
215 prefetch_data_accesses_only=false
216 prefetch_degree=1
217 prefetch_latency=10000
218 prefetch_on_access=false
219 prefetch_past_page=false
220 prefetch_policy=none
221 prefetch_serial_squash=false
222 prefetch_use_cpu_id=true
223 prefetcher_size=100
224 prioritizeRequests=false
225 repl=Null
226 size=1024
227 subblock_size=0
228 tgts_per_mshr=12
229 trace_addr=0
230 two_queue=false
231 write_buffers=8
232 cpu_side=system.cpu.dtb.walker.port
233 mem_side=system.toL2Bus.port[4]
234
235 [system.cpu.fuPool]
236 type=FUPool
237 children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7 FUList8
238 FUList=system.cpu.fuPool.FUList0 system.cpu.fuPool.FUList1 system.cpu.fuPool.FUList2 system.cpu.fuPool.FUList3 system.cpu.fuPool.FUList4 system.cpu.fuPool.FUList5 system.cpu.fuPool.FUList6 system.cpu.fuPool.FUList7 system.cpu.fuPool.FUList8
239
240 [system.cpu.fuPool.FUList0]
241 type=FUDesc
242 children=opList
243 count=6
244 opList=system.cpu.fuPool.FUList0.opList
245
246 [system.cpu.fuPool.FUList0.opList]
247 type=OpDesc
248 issueLat=1
249 opClass=IntAlu
250 opLat=1
251
252 [system.cpu.fuPool.FUList1]
253 type=FUDesc
254 children=opList0 opList1
255 count=2
256 opList=system.cpu.fuPool.FUList1.opList0 system.cpu.fuPool.FUList1.opList1
257
258 [system.cpu.fuPool.FUList1.opList0]
259 type=OpDesc
260 issueLat=1
261 opClass=IntMult
262 opLat=3
263
264 [system.cpu.fuPool.FUList1.opList1]
265 type=OpDesc
266 issueLat=19
267 opClass=IntDiv
268 opLat=20
269
270 [system.cpu.fuPool.FUList2]
271 type=FUDesc
272 children=opList0 opList1 opList2
273 count=4
274 opList=system.cpu.fuPool.FUList2.opList0 system.cpu.fuPool.FUList2.opList1 system.cpu.fuPool.FUList2.opList2
275
276 [system.cpu.fuPool.FUList2.opList0]
277 type=OpDesc
278 issueLat=1
279 opClass=FloatAdd
280 opLat=2
281
282 [system.cpu.fuPool.FUList2.opList1]
283 type=OpDesc
284 issueLat=1
285 opClass=FloatCmp
286 opLat=2
287
288 [system.cpu.fuPool.FUList2.opList2]
289 type=OpDesc
290 issueLat=1
291 opClass=FloatCvt
292 opLat=2
293
294 [system.cpu.fuPool.FUList3]
295 type=FUDesc
296 children=opList0 opList1 opList2
297 count=2
298 opList=system.cpu.fuPool.FUList3.opList0 system.cpu.fuPool.FUList3.opList1 system.cpu.fuPool.FUList3.opList2
299
300 [system.cpu.fuPool.FUList3.opList0]
301 type=OpDesc
302 issueLat=1
303 opClass=FloatMult
304 opLat=4
305
306 [system.cpu.fuPool.FUList3.opList1]
307 type=OpDesc
308 issueLat=12
309 opClass=FloatDiv
310 opLat=12
311
312 [system.cpu.fuPool.FUList3.opList2]
313 type=OpDesc
314 issueLat=24
315 opClass=FloatSqrt
316 opLat=24
317
318 [system.cpu.fuPool.FUList4]
319 type=FUDesc
320 children=opList
321 count=0
322 opList=system.cpu.fuPool.FUList4.opList
323
324 [system.cpu.fuPool.FUList4.opList]
325 type=OpDesc
326 issueLat=1
327 opClass=MemRead
328 opLat=1
329
330 [system.cpu.fuPool.FUList5]
331 type=FUDesc
332 children=opList00 opList01 opList02 opList03 opList04 opList05 opList06 opList07 opList08 opList09 opList10 opList11 opList12 opList13 opList14 opList15 opList16 opList17 opList18 opList19
333 count=4
334 opList=system.cpu.fuPool.FUList5.opList00 system.cpu.fuPool.FUList5.opList01 system.cpu.fuPool.FUList5.opList02 system.cpu.fuPool.FUList5.opList03 system.cpu.fuPool.FUList5.opList04 system.cpu.fuPool.FUList5.opList05 system.cpu.fuPool.FUList5.opList06 system.cpu.fuPool.FUList5.opList07 system.cpu.fuPool.FUList5.opList08 system.cpu.fuPool.FUList5.opList09 system.cpu.fuPool.FUList5.opList10 system.cpu.fuPool.FUList5.opList11 system.cpu.fuPool.FUList5.opList12 system.cpu.fuPool.FUList5.opList13 system.cpu.fuPool.FUList5.opList14 system.cpu.fuPool.FUList5.opList15 system.cpu.fuPool.FUList5.opList16 system.cpu.fuPool.FUList5.opList17 system.cpu.fuPool.FUList5.opList18 system.cpu.fuPool.FUList5.opList19
335
336 [system.cpu.fuPool.FUList5.opList00]
337 type=OpDesc
338 issueLat=1
339 opClass=SimdAdd
340 opLat=1
341
342 [system.cpu.fuPool.FUList5.opList01]
343 type=OpDesc
344 issueLat=1
345 opClass=SimdAddAcc
346 opLat=1
347
348 [system.cpu.fuPool.FUList5.opList02]
349 type=OpDesc
350 issueLat=1
351 opClass=SimdAlu
352 opLat=1
353
354 [system.cpu.fuPool.FUList5.opList03]
355 type=OpDesc
356 issueLat=1
357 opClass=SimdCmp
358 opLat=1
359
360 [system.cpu.fuPool.FUList5.opList04]
361 type=OpDesc
362 issueLat=1
363 opClass=SimdCvt
364 opLat=1
365
366 [system.cpu.fuPool.FUList5.opList05]
367 type=OpDesc
368 issueLat=1
369 opClass=SimdMisc
370 opLat=1
371
372 [system.cpu.fuPool.FUList5.opList06]
373 type=OpDesc
374 issueLat=1
375 opClass=SimdMult
376 opLat=1
377
378 [system.cpu.fuPool.FUList5.opList07]
379 type=OpDesc
380 issueLat=1
381 opClass=SimdMultAcc
382 opLat=1
383
384 [system.cpu.fuPool.FUList5.opList08]
385 type=OpDesc
386 issueLat=1
387 opClass=SimdShift
388 opLat=1
389
390 [system.cpu.fuPool.FUList5.opList09]
391 type=OpDesc
392 issueLat=1
393 opClass=SimdShiftAcc
394 opLat=1
395
396 [system.cpu.fuPool.FUList5.opList10]
397 type=OpDesc
398 issueLat=1
399 opClass=SimdSqrt
400 opLat=1
401
402 [system.cpu.fuPool.FUList5.opList11]
403 type=OpDesc
404 issueLat=1
405 opClass=SimdFloatAdd
406 opLat=1
407
408 [system.cpu.fuPool.FUList5.opList12]
409 type=OpDesc
410 issueLat=1
411 opClass=SimdFloatAlu
412 opLat=1
413
414 [system.cpu.fuPool.FUList5.opList13]
415 type=OpDesc
416 issueLat=1
417 opClass=SimdFloatCmp
418 opLat=1
419
420 [system.cpu.fuPool.FUList5.opList14]
421 type=OpDesc
422 issueLat=1
423 opClass=SimdFloatCvt
424 opLat=1
425
426 [system.cpu.fuPool.FUList5.opList15]
427 type=OpDesc
428 issueLat=1
429 opClass=SimdFloatDiv
430 opLat=1
431
432 [system.cpu.fuPool.FUList5.opList16]
433 type=OpDesc
434 issueLat=1
435 opClass=SimdFloatMisc
436 opLat=1
437
438 [system.cpu.fuPool.FUList5.opList17]
439 type=OpDesc
440 issueLat=1
441 opClass=SimdFloatMult
442 opLat=1
443
444 [system.cpu.fuPool.FUList5.opList18]
445 type=OpDesc
446 issueLat=1
447 opClass=SimdFloatMultAcc
448 opLat=1
449
450 [system.cpu.fuPool.FUList5.opList19]
451 type=OpDesc
452 issueLat=1
453 opClass=SimdFloatSqrt
454 opLat=1
455
456 [system.cpu.fuPool.FUList6]
457 type=FUDesc
458 children=opList
459 count=0
460 opList=system.cpu.fuPool.FUList6.opList
461
462 [system.cpu.fuPool.FUList6.opList]
463 type=OpDesc
464 issueLat=1
465 opClass=MemWrite
466 opLat=1
467
468 [system.cpu.fuPool.FUList7]
469 type=FUDesc
470 children=opList0 opList1
471 count=4
472 opList=system.cpu.fuPool.FUList7.opList0 system.cpu.fuPool.FUList7.opList1
473
474 [system.cpu.fuPool.FUList7.opList0]
475 type=OpDesc
476 issueLat=1
477 opClass=MemRead
478 opLat=1
479
480 [system.cpu.fuPool.FUList7.opList1]
481 type=OpDesc
482 issueLat=1
483 opClass=MemWrite
484 opLat=1
485
486 [system.cpu.fuPool.FUList8]
487 type=FUDesc
488 children=opList
489 count=1
490 opList=system.cpu.fuPool.FUList8.opList
491
492 [system.cpu.fuPool.FUList8.opList]
493 type=OpDesc
494 issueLat=3
495 opClass=IprAccess
496 opLat=3
497
498 [system.cpu.icache]
499 type=BaseCache
500 addr_range=0:18446744073709551615
501 assoc=1
502 block_size=64
503 forward_snoops=true
504 hash_delay=1
505 is_top_level=true
506 latency=1000
507 max_miss_count=0
508 mshrs=4
509 num_cpus=1
510 prefetch_data_accesses_only=false
511 prefetch_degree=1
512 prefetch_latency=10000
513 prefetch_on_access=false
514 prefetch_past_page=false
515 prefetch_policy=none
516 prefetch_serial_squash=false
517 prefetch_use_cpu_id=true
518 prefetcher_size=100
519 prioritizeRequests=false
520 repl=Null
521 size=32768
522 subblock_size=0
523 tgts_per_mshr=20
524 trace_addr=0
525 two_queue=false
526 write_buffers=8
527 cpu_side=system.cpu.icache_port
528 mem_side=system.toL2Bus.port[1]
529
530 [system.cpu.interrupts]
531 type=X86LocalApic
532 int_latency=1000
533 pio_addr=2305843009213693952
534 pio_latency=1000
535 platform=system.pc
536 system=system
537 int_port=system.membus.port[5]
538 pio=system.membus.port[4]
539
540 [system.cpu.itb]
541 type=X86TLB
542 children=walker
543 size=64
544 walker=system.cpu.itb.walker
545
546 [system.cpu.itb.walker]
547 type=X86PagetableWalker
548 system=system
549 port=system.cpu.itb_walker_cache.cpu_side
550
551 [system.cpu.itb_walker_cache]
552 type=BaseCache
553 addr_range=0:18446744073709551615
554 assoc=2
555 block_size=64
556 forward_snoops=true
557 hash_delay=1
558 is_top_level=false
559 latency=1000
560 max_miss_count=0
561 mshrs=10
562 num_cpus=1
563 prefetch_data_accesses_only=false
564 prefetch_degree=1
565 prefetch_latency=10000
566 prefetch_on_access=false
567 prefetch_past_page=false
568 prefetch_policy=none
569 prefetch_serial_squash=false
570 prefetch_use_cpu_id=true
571 prefetcher_size=100
572 prioritizeRequests=false
573 repl=Null
574 size=1024
575 subblock_size=0
576 tgts_per_mshr=12
577 trace_addr=0
578 two_queue=false
579 write_buffers=8
580 cpu_side=system.cpu.itb.walker.port
581 mem_side=system.toL2Bus.port[3]
582
583 [system.cpu.tracer]
584 type=ExeTracer
585
586 [system.e820_table]
587 type=X86E820Table
588 children=entries0 entries1
589 entries=system.e820_table.entries0 system.e820_table.entries1
590
591 [system.e820_table.entries0]
592 type=X86E820Entry
593 addr=0
594 range_type=2
595 size=1048576
596
597 [system.e820_table.entries1]
598 type=X86E820Entry
599 addr=1048576
600 range_type=1
601 size=133169152
602
603 [system.intel_mp_pointer]
604 type=X86IntelMPFloatingPointer
605 default_config=0
606 imcr_present=true
607 spec_rev=4
608
609 [system.intel_mp_table]
610 type=X86IntelMPConfigTable
611 children=base_entries00 base_entries01 base_entries02 base_entries03 base_entries04 base_entries05 base_entries06 base_entries07 base_entries08 base_entries09 base_entries10 base_entries11 base_entries12 base_entries13 base_entries14 base_entries15 base_entries16 base_entries17 base_entries18 base_entries19 base_entries20 base_entries21 base_entries22 base_entries23 base_entries24 base_entries25 base_entries26 base_entries27 base_entries28 base_entries29 base_entries30 base_entries31 base_entries32 ext_entries
612 base_entries=system.intel_mp_table.base_entries00 system.intel_mp_table.base_entries01 system.intel_mp_table.base_entries02 system.intel_mp_table.base_entries03 system.intel_mp_table.base_entries04 system.intel_mp_table.base_entries05 system.intel_mp_table.base_entries06 system.intel_mp_table.base_entries07 system.intel_mp_table.base_entries08 system.intel_mp_table.base_entries09 system.intel_mp_table.base_entries10 system.intel_mp_table.base_entries11 system.intel_mp_table.base_entries12 system.intel_mp_table.base_entries13 system.intel_mp_table.base_entries14 system.intel_mp_table.base_entries15 system.intel_mp_table.base_entries16 system.intel_mp_table.base_entries17 system.intel_mp_table.base_entries18 system.intel_mp_table.base_entries19 system.intel_mp_table.base_entries20 system.intel_mp_table.base_entries21 system.intel_mp_table.base_entries22 system.intel_mp_table.base_entries23 system.intel_mp_table.base_entries24 system.intel_mp_table.base_entries25 system.intel_mp_table.base_entries26 system.intel_mp_table.base_entries27 system.intel_mp_table.base_entries28 system.intel_mp_table.base_entries29 system.intel_mp_table.base_entries30 system.intel_mp_table.base_entries31 system.intel_mp_table.base_entries32
613 ext_entries=system.intel_mp_table.ext_entries
614 local_apic=4276092928
615 oem_id=
616 oem_table_addr=0
617 oem_table_size=0
618 product_id=
619 spec_rev=4
620
621 [system.intel_mp_table.base_entries00]
622 type=X86IntelMPProcessor
623 bootstrap=true
624 enable=true
625 family=0
626 feature_flags=0
627 local_apic_id=0
628 local_apic_version=20
629 model=0
630 stepping=0
631
632 [system.intel_mp_table.base_entries01]
633 type=X86IntelMPIOAPIC
634 address=4273995776
635 enable=true
636 id=1
637 version=17
638
639 [system.intel_mp_table.base_entries02]
640 type=X86IntelMPBus
641 bus_id=0
642 bus_type=ISA
643
644 [system.intel_mp_table.base_entries03]
645 type=X86IntelMPBus
646 bus_id=1
647 bus_type=PCI
648
649 [system.intel_mp_table.base_entries04]
650 type=X86IntelMPIOIntAssignment
651 dest_io_apic_id=1
652 dest_io_apic_intin=16
653 interrupt_type=INT
654 polarity=ConformPolarity
655 source_bus_id=1
656 source_bus_irq=16
657 trigger=ConformTrigger
658
659 [system.intel_mp_table.base_entries05]
660 type=X86IntelMPIOIntAssignment
661 dest_io_apic_id=1
662 dest_io_apic_intin=0
663 interrupt_type=ExtInt
664 polarity=ConformPolarity
665 source_bus_id=0
666 source_bus_irq=0
667 trigger=ConformTrigger
668
669 [system.intel_mp_table.base_entries06]
670 type=X86IntelMPIOIntAssignment
671 dest_io_apic_id=1
672 dest_io_apic_intin=2
673 interrupt_type=INT
674 polarity=ConformPolarity
675 source_bus_id=0
676 source_bus_irq=0
677 trigger=ConformTrigger
678
679 [system.intel_mp_table.base_entries07]
680 type=X86IntelMPIOIntAssignment
681 dest_io_apic_id=1
682 dest_io_apic_intin=0
683 interrupt_type=ExtInt
684 polarity=ConformPolarity
685 source_bus_id=0
686 source_bus_irq=1
687 trigger=ConformTrigger
688
689 [system.intel_mp_table.base_entries08]
690 type=X86IntelMPIOIntAssignment
691 dest_io_apic_id=1
692 dest_io_apic_intin=1
693 interrupt_type=INT
694 polarity=ConformPolarity
695 source_bus_id=0
696 source_bus_irq=1
697 trigger=ConformTrigger
698
699 [system.intel_mp_table.base_entries09]
700 type=X86IntelMPIOIntAssignment
701 dest_io_apic_id=1
702 dest_io_apic_intin=0
703 interrupt_type=ExtInt
704 polarity=ConformPolarity
705 source_bus_id=0
706 source_bus_irq=3
707 trigger=ConformTrigger
708
709 [system.intel_mp_table.base_entries10]
710 type=X86IntelMPIOIntAssignment
711 dest_io_apic_id=1
712 dest_io_apic_intin=3
713 interrupt_type=INT
714 polarity=ConformPolarity
715 source_bus_id=0
716 source_bus_irq=3
717 trigger=ConformTrigger
718
719 [system.intel_mp_table.base_entries11]
720 type=X86IntelMPIOIntAssignment
721 dest_io_apic_id=1
722 dest_io_apic_intin=0
723 interrupt_type=ExtInt
724 polarity=ConformPolarity
725 source_bus_id=0
726 source_bus_irq=4
727 trigger=ConformTrigger
728
729 [system.intel_mp_table.base_entries12]
730 type=X86IntelMPIOIntAssignment
731 dest_io_apic_id=1
732 dest_io_apic_intin=4
733 interrupt_type=INT
734 polarity=ConformPolarity
735 source_bus_id=0
736 source_bus_irq=4
737 trigger=ConformTrigger
738
739 [system.intel_mp_table.base_entries13]
740 type=X86IntelMPIOIntAssignment
741 dest_io_apic_id=1
742 dest_io_apic_intin=0
743 interrupt_type=ExtInt
744 polarity=ConformPolarity
745 source_bus_id=0
746 source_bus_irq=5
747 trigger=ConformTrigger
748
749 [system.intel_mp_table.base_entries14]
750 type=X86IntelMPIOIntAssignment
751 dest_io_apic_id=1
752 dest_io_apic_intin=5
753 interrupt_type=INT
754 polarity=ConformPolarity
755 source_bus_id=0
756 source_bus_irq=5
757 trigger=ConformTrigger
758
759 [system.intel_mp_table.base_entries15]
760 type=X86IntelMPIOIntAssignment
761 dest_io_apic_id=1
762 dest_io_apic_intin=0
763 interrupt_type=ExtInt
764 polarity=ConformPolarity
765 source_bus_id=0
766 source_bus_irq=6
767 trigger=ConformTrigger
768
769 [system.intel_mp_table.base_entries16]
770 type=X86IntelMPIOIntAssignment
771 dest_io_apic_id=1
772 dest_io_apic_intin=6
773 interrupt_type=INT
774 polarity=ConformPolarity
775 source_bus_id=0
776 source_bus_irq=6
777 trigger=ConformTrigger
778
779 [system.intel_mp_table.base_entries17]
780 type=X86IntelMPIOIntAssignment
781 dest_io_apic_id=1
782 dest_io_apic_intin=0
783 interrupt_type=ExtInt
784 polarity=ConformPolarity
785 source_bus_id=0
786 source_bus_irq=7
787 trigger=ConformTrigger
788
789 [system.intel_mp_table.base_entries18]
790 type=X86IntelMPIOIntAssignment
791 dest_io_apic_id=1
792 dest_io_apic_intin=7
793 interrupt_type=INT
794 polarity=ConformPolarity
795 source_bus_id=0
796 source_bus_irq=7
797 trigger=ConformTrigger
798
799 [system.intel_mp_table.base_entries19]
800 type=X86IntelMPIOIntAssignment
801 dest_io_apic_id=1
802 dest_io_apic_intin=0
803 interrupt_type=ExtInt
804 polarity=ConformPolarity
805 source_bus_id=0
806 source_bus_irq=8
807 trigger=ConformTrigger
808
809 [system.intel_mp_table.base_entries20]
810 type=X86IntelMPIOIntAssignment
811 dest_io_apic_id=1
812 dest_io_apic_intin=8
813 interrupt_type=INT
814 polarity=ConformPolarity
815 source_bus_id=0
816 source_bus_irq=8
817 trigger=ConformTrigger
818
819 [system.intel_mp_table.base_entries21]
820 type=X86IntelMPIOIntAssignment
821 dest_io_apic_id=1
822 dest_io_apic_intin=0
823 interrupt_type=ExtInt
824 polarity=ConformPolarity
825 source_bus_id=0
826 source_bus_irq=9
827 trigger=ConformTrigger
828
829 [system.intel_mp_table.base_entries22]
830 type=X86IntelMPIOIntAssignment
831 dest_io_apic_id=1
832 dest_io_apic_intin=9
833 interrupt_type=INT
834 polarity=ConformPolarity
835 source_bus_id=0
836 source_bus_irq=9
837 trigger=ConformTrigger
838
839 [system.intel_mp_table.base_entries23]
840 type=X86IntelMPIOIntAssignment
841 dest_io_apic_id=1
842 dest_io_apic_intin=0
843 interrupt_type=ExtInt
844 polarity=ConformPolarity
845 source_bus_id=0
846 source_bus_irq=10
847 trigger=ConformTrigger
848
849 [system.intel_mp_table.base_entries24]
850 type=X86IntelMPIOIntAssignment
851 dest_io_apic_id=1
852 dest_io_apic_intin=10
853 interrupt_type=INT
854 polarity=ConformPolarity
855 source_bus_id=0
856 source_bus_irq=10
857 trigger=ConformTrigger
858
859 [system.intel_mp_table.base_entries25]
860 type=X86IntelMPIOIntAssignment
861 dest_io_apic_id=1
862 dest_io_apic_intin=0
863 interrupt_type=ExtInt
864 polarity=ConformPolarity
865 source_bus_id=0
866 source_bus_irq=11
867 trigger=ConformTrigger
868
869 [system.intel_mp_table.base_entries26]
870 type=X86IntelMPIOIntAssignment
871 dest_io_apic_id=1
872 dest_io_apic_intin=11
873 interrupt_type=INT
874 polarity=ConformPolarity
875 source_bus_id=0
876 source_bus_irq=11
877 trigger=ConformTrigger
878
879 [system.intel_mp_table.base_entries27]
880 type=X86IntelMPIOIntAssignment
881 dest_io_apic_id=1
882 dest_io_apic_intin=0
883 interrupt_type=ExtInt
884 polarity=ConformPolarity
885 source_bus_id=0
886 source_bus_irq=12
887 trigger=ConformTrigger
888
889 [system.intel_mp_table.base_entries28]
890 type=X86IntelMPIOIntAssignment
891 dest_io_apic_id=1
892 dest_io_apic_intin=12
893 interrupt_type=INT
894 polarity=ConformPolarity
895 source_bus_id=0
896 source_bus_irq=12
897 trigger=ConformTrigger
898
899 [system.intel_mp_table.base_entries29]
900 type=X86IntelMPIOIntAssignment
901 dest_io_apic_id=1
902 dest_io_apic_intin=0
903 interrupt_type=ExtInt
904 polarity=ConformPolarity
905 source_bus_id=0
906 source_bus_irq=13
907 trigger=ConformTrigger
908
909 [system.intel_mp_table.base_entries30]
910 type=X86IntelMPIOIntAssignment
911 dest_io_apic_id=1
912 dest_io_apic_intin=13
913 interrupt_type=INT
914 polarity=ConformPolarity
915 source_bus_id=0
916 source_bus_irq=13
917 trigger=ConformTrigger
918
919 [system.intel_mp_table.base_entries31]
920 type=X86IntelMPIOIntAssignment
921 dest_io_apic_id=1
922 dest_io_apic_intin=0
923 interrupt_type=ExtInt
924 polarity=ConformPolarity
925 source_bus_id=0
926 source_bus_irq=14
927 trigger=ConformTrigger
928
929 [system.intel_mp_table.base_entries32]
930 type=X86IntelMPIOIntAssignment
931 dest_io_apic_id=1
932 dest_io_apic_intin=14
933 interrupt_type=INT
934 polarity=ConformPolarity
935 source_bus_id=0
936 source_bus_irq=14
937 trigger=ConformTrigger
938
939 [system.intel_mp_table.ext_entries]
940 type=X86IntelMPBusHierarchy
941 bus_id=0
942 parent_bus=1
943 subtractive_decode=true
944
945 [system.intrctrl]
946 type=IntrControl
947 sys=system
948
949 [system.iobus]
950 type=Bus
951 block_size=64
952 bus_id=0
953 clock=1000
954 header_cycles=1
955 use_default_range=true
956 width=64
957 default=system.pc.pciconfig.pio
958 port=system.bridge.side_a system.pc.south_bridge.cmos.pio system.pc.south_bridge.dma1.pio system.pc.south_bridge.ide.pio system.pc.south_bridge.keyboard.pio system.pc.south_bridge.pic1.pio system.pc.south_bridge.pic2.pio system.pc.south_bridge.pit.pio system.pc.south_bridge.speaker.pio system.pc.south_bridge.io_apic.pio system.pc.south_bridge.io_apic.int_port system.pc.i_dont_exist.pio system.pc.behind_pci.pio system.pc.com_1.pio system.pc.fake_com_2.pio system.pc.fake_com_3.pio system.pc.fake_com_4.pio system.pc.fake_floppy.pio system.iocache.cpu_side system.pc.south_bridge.ide.config system.pc.south_bridge.ide.dma
959
960 [system.iocache]
961 type=BaseCache
962 addr_range=0:134217727
963 assoc=8
964 block_size=64
965 forward_snoops=false
966 hash_delay=1
967 is_top_level=false
968 latency=50000
969 max_miss_count=0
970 mshrs=20
971 num_cpus=1
972 prefetch_data_accesses_only=false
973 prefetch_degree=1
974 prefetch_latency=500000
975 prefetch_on_access=false
976 prefetch_past_page=false
977 prefetch_policy=none
978 prefetch_serial_squash=false
979 prefetch_use_cpu_id=true
980 prefetcher_size=100
981 prioritizeRequests=false
982 repl=Null
983 size=1024
984 subblock_size=0
985 tgts_per_mshr=12
986 trace_addr=0
987 two_queue=false
988 write_buffers=8
989 cpu_side=system.iobus.port[18]
990 mem_side=system.membus.port[2]
991
992 [system.l2c]
993 type=BaseCache
994 addr_range=0:18446744073709551615
995 assoc=8
996 block_size=64
997 forward_snoops=true
998 hash_delay=1
999 is_top_level=false
1000 latency=10000
1001 max_miss_count=0
1002 mshrs=92
1003 num_cpus=1
1004 prefetch_data_accesses_only=false
1005 prefetch_degree=1
1006 prefetch_latency=100000
1007 prefetch_on_access=false
1008 prefetch_past_page=false
1009 prefetch_policy=none
1010 prefetch_serial_squash=false
1011 prefetch_use_cpu_id=true
1012 prefetcher_size=100
1013 prioritizeRequests=false
1014 repl=Null
1015 size=4194304
1016 subblock_size=0
1017 tgts_per_mshr=16
1018 trace_addr=0
1019 two_queue=false
1020 write_buffers=8
1021 cpu_side=system.toL2Bus.port[0]
1022 mem_side=system.membus.port[3]
1023
1024 [system.membus]
1025 type=Bus
1026 children=badaddr_responder
1027 block_size=64
1028 bus_id=1
1029 clock=1000
1030 header_cycles=1
1031 use_default_range=false
1032 width=64
1033 default=system.membus.badaddr_responder.pio
1034 port=system.physmem.port[0] system.bridge.side_b system.iocache.mem_side system.l2c.mem_side system.cpu.interrupts.pio system.cpu.interrupts.int_port
1035
1036 [system.membus.badaddr_responder]
1037 type=IsaFake
1038 fake_mem=false
1039 pio_addr=0
1040 pio_latency=1000
1041 pio_size=8
1042 platform=system.pc
1043 ret_bad_addr=true
1044 ret_data16=65535
1045 ret_data32=4294967295
1046 ret_data64=18446744073709551615
1047 ret_data8=255
1048 system=system
1049 update_data=false
1050 warn_access=
1051 pio=system.membus.default
1052
1053 [system.pc]
1054 type=Pc
1055 children=behind_pci com_1 fake_com_2 fake_com_3 fake_com_4 fake_floppy i_dont_exist pciconfig south_bridge terminal
1056 intrctrl=system.intrctrl
1057 system=system
1058
1059 [system.pc.behind_pci]
1060 type=IsaFake
1061 fake_mem=false
1062 pio_addr=9223372036854779128
1063 pio_latency=1000
1064 pio_size=8
1065 platform=system.pc
1066 ret_bad_addr=false
1067 ret_data16=65535
1068 ret_data32=4294967295
1069 ret_data64=18446744073709551615
1070 ret_data8=255
1071 system=system
1072 update_data=false
1073 warn_access=
1074 pio=system.iobus.port[12]
1075
1076 [system.pc.com_1]
1077 type=Uart8250
1078 children=terminal
1079 pio_addr=9223372036854776824
1080 pio_latency=1000
1081 platform=system.pc
1082 system=system
1083 terminal=system.pc.com_1.terminal
1084 pio=system.iobus.port[13]
1085
1086 [system.pc.com_1.terminal]
1087 type=Terminal
1088 intr_control=system.intrctrl
1089 number=0
1090 output=true
1091 port=3456
1092
1093 [system.pc.com_1.terminal]
1094 type=Terminal
1095 intr_control=system.intrctrl
1096 number=0
1097 output=true
1098 port=3456
1099
1100 [system.pc.fake_com_2]
1101 type=IsaFake
1102 fake_mem=false
1103 pio_addr=9223372036854776568
1104 pio_latency=1000
1105 pio_size=8
1106 platform=system.pc
1107 ret_bad_addr=false
1108 ret_data16=65535
1109 ret_data32=4294967295
1110 ret_data64=18446744073709551615
1111 ret_data8=255
1112 system=system
1113 update_data=false
1114 warn_access=
1115 pio=system.iobus.port[14]
1116
1117 [system.pc.fake_com_3]
1118 type=IsaFake
1119 fake_mem=false
1120 pio_addr=9223372036854776808
1121 pio_latency=1000
1122 pio_size=8
1123 platform=system.pc
1124 ret_bad_addr=false
1125 ret_data16=65535
1126 ret_data32=4294967295
1127 ret_data64=18446744073709551615
1128 ret_data8=255
1129 system=system
1130 update_data=false
1131 warn_access=
1132 pio=system.iobus.port[15]
1133
1134 [system.pc.fake_com_4]
1135 type=IsaFake
1136 fake_mem=false
1137 pio_addr=9223372036854776552
1138 pio_latency=1000
1139 pio_size=8
1140 platform=system.pc
1141 ret_bad_addr=false
1142 ret_data16=65535
1143 ret_data32=4294967295
1144 ret_data64=18446744073709551615
1145 ret_data8=255
1146 system=system
1147 update_data=false
1148 warn_access=
1149 pio=system.iobus.port[16]
1150
1151 [system.pc.fake_floppy]
1152 type=IsaFake
1153 fake_mem=false
1154 pio_addr=9223372036854776818
1155 pio_latency=1000
1156 pio_size=2
1157 platform=system.pc
1158 ret_bad_addr=false
1159 ret_data16=65535
1160 ret_data32=4294967295
1161 ret_data64=18446744073709551615
1162 ret_data8=255
1163 system=system
1164 update_data=false
1165 warn_access=
1166 pio=system.iobus.port[17]
1167
1168 [system.pc.i_dont_exist]
1169 type=IsaFake
1170 fake_mem=false
1171 pio_addr=9223372036854775936
1172 pio_latency=1000
1173 pio_size=1
1174 platform=system.pc
1175 ret_bad_addr=false
1176 ret_data16=65535
1177 ret_data32=4294967295
1178 ret_data64=18446744073709551615
1179 ret_data8=255
1180 system=system
1181 update_data=false
1182 warn_access=
1183 pio=system.iobus.port[11]
1184
1185 [system.pc.pciconfig]
1186 type=PciConfigAll
1187 bus=0
1188 pio_latency=1
1189 platform=system.pc
1190 size=16777216
1191 system=system
1192 pio=system.iobus.default
1193
1194 [system.pc.south_bridge]
1195 type=SouthBridge
1196 children=cmos dma1 ide int_lines0 int_lines1 int_lines2 int_lines3 int_lines4 int_lines5 int_lines6 io_apic keyboard pic1 pic2 pit speaker
1197 cmos=system.pc.south_bridge.cmos
1198 dma1=system.pc.south_bridge.dma1
1199 io_apic=system.pc.south_bridge.io_apic
1200 keyboard=system.pc.south_bridge.keyboard
1201 pic1=system.pc.south_bridge.pic1
1202 pic2=system.pc.south_bridge.pic2
1203 pio_latency=1000
1204 pit=system.pc.south_bridge.pit
1205 platform=system.pc
1206 speaker=system.pc.south_bridge.speaker
1207
1208 [system.pc.south_bridge.cmos]
1209 type=Cmos
1210 children=int_pin
1211 int_pin=system.pc.south_bridge.cmos.int_pin
1212 pio_addr=9223372036854775920
1213 pio_latency=1000
1214 platform=system.pc
1215 system=system
1216 time=Sun Jan 1 00:00:00 2012
1217 pio=system.iobus.port[1]
1218
1219 [system.pc.south_bridge.cmos.int_pin]
1220 type=X86IntSourcePin
1221
1222 [system.pc.south_bridge.dma1]
1223 type=I8237
1224 pio_addr=9223372036854775808
1225 pio_latency=1000
1226 platform=system.pc
1227 system=system
1228 pio=system.iobus.port[2]
1229
1230 [system.pc.south_bridge.ide]
1231 type=IdeController
1232 children=disks0 disks1
1233 BAR0=496
1234 BAR0LegacyIO=true
1235 BAR0Size=8
1236 BAR1=1012
1237 BAR1LegacyIO=true
1238 BAR1Size=3
1239 BAR2=368
1240 BAR2LegacyIO=true
1241 BAR2Size=8
1242 BAR3=884
1243 BAR3LegacyIO=true
1244 BAR3Size=3
1245 BAR4=1
1246 BAR4LegacyIO=false
1247 BAR4Size=16
1248 BAR5=1
1249 BAR5LegacyIO=false
1250 BAR5Size=0
1251 BIST=0
1252 CacheLineSize=0
1253 CardbusCIS=0
1254 ClassCode=1
1255 Command=0
1256 DeviceID=28945
1257 ExpansionROM=0
1258 HeaderType=0
1259 InterruptLine=14
1260 InterruptPin=1
1261 LatencyTimer=0
1262 MaximumLatency=0
1263 MinimumGrant=0
1264 ProgIF=128
1265 Revision=0
1266 Status=640
1267 SubClassCode=1
1268 SubsystemID=0
1269 SubsystemVendorID=0
1270 VendorID=32902
1271 config_latency=20000
1272 ctrl_offset=0
1273 disks=system.pc.south_bridge.ide.disks0 system.pc.south_bridge.ide.disks1
1274 io_shift=0
1275 max_backoff_delay=10000000
1276 min_backoff_delay=4000
1277 pci_bus=0
1278 pci_dev=4
1279 pci_func=0
1280 pio_latency=1000
1281 platform=system.pc
1282 system=system
1283 config=system.iobus.port[19]
1284 dma=system.iobus.port[20]
1285 pio=system.iobus.port[3]
1286
1287 [system.pc.south_bridge.ide.disks0]
1288 type=IdeDisk
1289 children=image
1290 delay=1000000
1291 driveID=master
1292 image=system.pc.south_bridge.ide.disks0.image
1293
1294 [system.pc.south_bridge.ide.disks0.image]
1295 type=CowDiskImage
1296 children=child
1297 child=system.pc.south_bridge.ide.disks0.image.child
1298 image_file=
1299 read_only=false
1300 table_size=65536
1301
1302 [system.pc.south_bridge.ide.disks0.image.child]
1303 type=RawDiskImage
1304 image_file=/dist/m5/system/disks/linux-x86.img
1305 read_only=true
1306
1307 [system.pc.south_bridge.ide.disks1]
1308 type=IdeDisk
1309 children=image
1310 delay=1000000
1311 driveID=master
1312 image=system.pc.south_bridge.ide.disks1.image
1313
1314 [system.pc.south_bridge.ide.disks1.image]
1315 type=CowDiskImage
1316 children=child
1317 child=system.pc.south_bridge.ide.disks1.image.child
1318 image_file=
1319 read_only=false
1320 table_size=65536
1321
1322 [system.pc.south_bridge.ide.disks1.image.child]
1323 type=RawDiskImage
1324 image_file=/dist/m5/system/disks/linux-bigswap2.img
1325 read_only=true
1326
1327 [system.pc.south_bridge.int_lines0]
1328 type=X86IntLine
1329 children=sink
1330 sink=system.pc.south_bridge.int_lines0.sink
1331 source=system.pc.south_bridge.pic1.output
1332
1333 [system.pc.south_bridge.int_lines0.sink]
1334 type=X86IntSinkPin
1335 device=system.pc.south_bridge.io_apic
1336 number=0
1337
1338 [system.pc.south_bridge.int_lines1]
1339 type=X86IntLine
1340 children=sink
1341 sink=system.pc.south_bridge.int_lines1.sink
1342 source=system.pc.south_bridge.pic2.output
1343
1344 [system.pc.south_bridge.int_lines1.sink]
1345 type=X86IntSinkPin
1346 device=system.pc.south_bridge.pic1
1347 number=2
1348
1349 [system.pc.south_bridge.int_lines2]
1350 type=X86IntLine
1351 children=sink
1352 sink=system.pc.south_bridge.int_lines2.sink
1353 source=system.pc.south_bridge.cmos.int_pin
1354
1355 [system.pc.south_bridge.int_lines2.sink]
1356 type=X86IntSinkPin
1357 device=system.pc.south_bridge.pic2
1358 number=0
1359
1360 [system.pc.south_bridge.int_lines3]
1361 type=X86IntLine
1362 children=sink
1363 sink=system.pc.south_bridge.int_lines3.sink
1364 source=system.pc.south_bridge.pit.int_pin
1365
1366 [system.pc.south_bridge.int_lines3.sink]
1367 type=X86IntSinkPin
1368 device=system.pc.south_bridge.pic1
1369 number=0
1370
1371 [system.pc.south_bridge.int_lines4]
1372 type=X86IntLine
1373 children=sink
1374 sink=system.pc.south_bridge.int_lines4.sink
1375 source=system.pc.south_bridge.pit.int_pin
1376
1377 [system.pc.south_bridge.int_lines4.sink]
1378 type=X86IntSinkPin
1379 device=system.pc.south_bridge.io_apic
1380 number=2
1381
1382 [system.pc.south_bridge.int_lines5]
1383 type=X86IntLine
1384 children=sink
1385 sink=system.pc.south_bridge.int_lines5.sink
1386 source=system.pc.south_bridge.keyboard.keyboard_int_pin
1387
1388 [system.pc.south_bridge.int_lines5.sink]
1389 type=X86IntSinkPin
1390 device=system.pc.south_bridge.io_apic
1391 number=1
1392
1393 [system.pc.south_bridge.int_lines6]
1394 type=X86IntLine
1395 children=sink
1396 sink=system.pc.south_bridge.int_lines6.sink
1397 source=system.pc.south_bridge.keyboard.mouse_int_pin
1398
1399 [system.pc.south_bridge.int_lines6.sink]
1400 type=X86IntSinkPin
1401 device=system.pc.south_bridge.io_apic
1402 number=12
1403
1404 [system.pc.south_bridge.io_apic]
1405 type=I82094AA
1406 apic_id=1
1407 external_int_pic=system.pc.south_bridge.pic1
1408 int_latency=1000
1409 pio_addr=4273995776
1410 pio_latency=1000
1411 platform=system.pc
1412 system=system
1413 int_port=system.iobus.port[10]
1414 pio=system.iobus.port[9]
1415
1416 [system.pc.south_bridge.keyboard]
1417 type=I8042
1418 children=keyboard_int_pin mouse_int_pin
1419 command_port=9223372036854775908
1420 data_port=9223372036854775904
1421 keyboard_int_pin=system.pc.south_bridge.keyboard.keyboard_int_pin
1422 mouse_int_pin=system.pc.south_bridge.keyboard.mouse_int_pin
1423 pio_addr=0
1424 pio_latency=1000
1425 platform=system.pc
1426 system=system
1427 pio=system.iobus.port[4]
1428
1429 [system.pc.south_bridge.keyboard.keyboard_int_pin]
1430 type=X86IntSourcePin
1431
1432 [system.pc.south_bridge.keyboard.mouse_int_pin]
1433 type=X86IntSourcePin
1434
1435 [system.pc.south_bridge.pic1]
1436 type=I8259
1437 children=output
1438 mode=I8259Master
1439 output=system.pc.south_bridge.pic1.output
1440 pio_addr=9223372036854775840
1441 pio_latency=1000
1442 platform=system.pc
1443 slave=system.pc.south_bridge.pic2
1444 system=system
1445 pio=system.iobus.port[5]
1446
1447 [system.pc.south_bridge.pic1.output]
1448 type=X86IntSourcePin
1449
1450 [system.pc.south_bridge.pic2]
1451 type=I8259
1452 children=output
1453 mode=I8259Slave
1454 output=system.pc.south_bridge.pic2.output
1455 pio_addr=9223372036854775968
1456 pio_latency=1000
1457 platform=system.pc
1458 slave=Null
1459 system=system
1460 pio=system.iobus.port[6]
1461
1462 [system.pc.south_bridge.pic2.output]
1463 type=X86IntSourcePin
1464
1465 [system.pc.south_bridge.pit]
1466 type=I8254
1467 children=int_pin
1468 int_pin=system.pc.south_bridge.pit.int_pin
1469 pio_addr=9223372036854775872
1470 pio_latency=1000
1471 platform=system.pc
1472 system=system
1473 pio=system.iobus.port[7]
1474
1475 [system.pc.south_bridge.pit.int_pin]
1476 type=X86IntSourcePin
1477
1478 [system.pc.south_bridge.speaker]
1479 type=PcSpeaker
1480 i8254=system.pc.south_bridge.pit
1481 pio_addr=9223372036854775905
1482 pio_latency=1000
1483 platform=system.pc
1484 system=system
1485 pio=system.iobus.port[8]
1486
1487 [system.physmem]
1488 type=PhysicalMemory
1489 file=
1490 latency=30000
1491 latency_var=0
1492 null=false
1493 range=0:134217727
1494 zero=false
1495 port=system.membus.port[0]
1496
1497 [system.smbios_table]
1498 type=X86SMBiosSMBiosTable
1499 children=structures
1500 major_version=2
1501 minor_version=5
1502 structures=system.smbios_table.structures
1503
1504 [system.smbios_table.structures]
1505 type=X86SMBiosBiosInformation
1506 characteristic_ext_bytes=
1507 characteristics=
1508 emb_cont_firmware_major=0
1509 emb_cont_firmware_minor=0
1510 major=0
1511 minor=0
1512 release_date=06/08/2008
1513 rom_size=0
1514 starting_addr_segment=0
1515 vendor=
1516 version=
1517
1518 [system.toL2Bus]
1519 type=Bus
1520 block_size=64
1521 bus_id=0
1522 clock=1000
1523 header_cycles=1
1524 use_default_range=false
1525 width=64
1526 port=system.l2c.cpu_side system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb_walker_cache.mem_side system.cpu.dtb_walker_cache.mem_side
1527