config.ini revision 9474
17927SN/A[root]
27927SN/Atype=Root
37927SN/Achildren=system
48835SAli.Saidi@ARM.comfull_system=true
57927SN/Atime_sync_enable=false
67927SN/Atime_sync_period=100000000000
77927SN/Atime_sync_spin_threshold=100000000
87927SN/A
97927SN/A[system]
107927SN/Atype=LinuxX86System
119361Snilay@cs.wisc.educhildren=acpi_description_table_pointer apicbridge bridge cpu e820_table intel_mp_pointer intel_mp_table intrctrl iobus iocache membus pc physmem smbios_table
127927SN/Aacpi_description_table_pointer=system.acpi_description_table_pointer
137927SN/Aboot_osflags=earlyprintk=ttyS0 console=ttyS0 lpj=7999923 root=/dev/hda1
149361Snilay@cs.wisc.educlock=1000
157927SN/Ae820_table=system.e820_table
167927SN/Ainit_param=0
177927SN/Aintel_mp_pointer=system.intel_mp_pointer
187927SN/Aintel_mp_table=system.intel_mp_table
199213Snilay@cs.wisc.edukernel=/scratch/nilay/GEM5/system/binaries/x86_64-vmlinux-2.6.22.9
207927SN/Aload_addr_mask=18446744073709551615
217927SN/Amem_mode=atomic
229474Snilay@cs.wisc.edumem_ranges=0:134217727
238673SN/Amemories=system.physmem
248673SN/Anum_work_ids=16
257927SN/Areadfile=tests/halt.sh
267927SN/Asmbios_table=system.smbios_table
277927SN/Asymbolfile=
287927SN/Awork_begin_ckpt_count=0
297927SN/Awork_begin_cpu_id_exit=-1
307927SN/Awork_begin_exit_count=0
317927SN/Awork_cpus_ckpt_count=0
327927SN/Awork_end_ckpt_count=0
337927SN/Awork_end_exit_count=0
347927SN/Awork_item_id=-1
358983Snate@binkert.orgsystem_port=system.membus.slave[1]
367927SN/A
377927SN/A[system.acpi_description_table_pointer]
387927SN/Atype=X86ACPIRSDP
397927SN/Achildren=xsdt
407927SN/Aoem_id=
417927SN/Arevision=2
427927SN/Arsdt=Null
437927SN/Axsdt=system.acpi_description_table_pointer.xsdt
447927SN/A
457927SN/A[system.acpi_description_table_pointer.xsdt]
467927SN/Atype=X86ACPIXSDT
477927SN/Acreator_id=
487927SN/Acreator_revision=0
497927SN/Aentries=
507927SN/Aoem_id=
517927SN/Aoem_revision=0
527927SN/Aoem_table_id=
537927SN/A
548835SAli.Saidi@ARM.com[system.apicbridge]
558835SAli.Saidi@ARM.comtype=Bridge
569361Snilay@cs.wisc.educlock=1000
578835SAli.Saidi@ARM.comdelay=50000
588835SAli.Saidi@ARM.comranges=11529215046068469760:11529215046068473855
598835SAli.Saidi@ARM.comreq_size=16
608835SAli.Saidi@ARM.comresp_size=16
618983Snate@binkert.orgmaster=system.membus.slave[0]
628983Snate@binkert.orgslave=system.iobus.master[0]
638835SAli.Saidi@ARM.com
647927SN/A[system.bridge]
657927SN/Atype=Bridge
669361Snilay@cs.wisc.educlock=1000
677927SN/Adelay=50000
688721SN/Aranges=4273995776:4273999871 9223372036854775808:11529215046068469759 13835058055282163712:18446744073709551615
698721SN/Areq_size=16
708721SN/Aresp_size=16
718983Snate@binkert.orgmaster=system.iobus.slave[0]
728983Snate@binkert.orgslave=system.membus.master[1]
737927SN/A
747927SN/A[system.cpu]
757927SN/Atype=AtomicSimpleCPU
769474Snilay@cs.wisc.educhildren=dcache dtb dtb_walker_cache icache interrupts isa itb itb_walker_cache l2cache toL2Bus tracer
777927SN/Achecker=Null
787927SN/Aclock=500
797927SN/Acpu_id=0
807927SN/Ado_checkpoint_insts=true
817927SN/Ado_quiesce=true
827927SN/Ado_statistics_insts=true
837927SN/Adtb=system.cpu.dtb
848983Snate@binkert.orgfastmem=false
857927SN/Afunction_trace=false
867927SN/Afunction_trace_start=0
877927SN/Ainterrupts=system.cpu.interrupts
889474Snilay@cs.wisc.eduisa=system.cpu.isa
897927SN/Aitb=system.cpu.itb
907927SN/Amax_insts_all_threads=0
917927SN/Amax_insts_any_thread=0
927927SN/Amax_loads_all_threads=0
937927SN/Amax_loads_any_thread=0
947927SN/AnumThreads=1
957927SN/Aprofile=0
967927SN/Aprogress_interval=0
977927SN/Asimulate_data_stalls=false
987927SN/Asimulate_inst_stalls=false
999474Snilay@cs.wisc.eduswitched_out=false
1007927SN/Asystem=system
1017927SN/Atracer=system.cpu.tracer
1027927SN/Awidth=1
1038835SAli.Saidi@ARM.comworkload=
1047927SN/Adcache_port=system.cpu.dcache.cpu_side
1057927SN/Aicache_port=system.cpu.icache.cpu_side
1067927SN/A
1077927SN/A[system.cpu.dcache]
1087927SN/Atype=BaseCache
1098983Snate@binkert.orgaddr_ranges=0:18446744073709551615
1107927SN/Aassoc=4
1117927SN/Ablock_size=64
1129361Snilay@cs.wisc.educlock=500
1137927SN/Aforward_snoops=true
1149361Snilay@cs.wisc.eduhit_latency=2
1158241SN/Ais_top_level=true
1167927SN/Amax_miss_count=0
1177927SN/Amshrs=4
1187927SN/Aprefetch_on_access=false
1198835SAli.Saidi@ARM.comprefetcher=Null
1209361Snilay@cs.wisc.eduresponse_latency=2
1217927SN/Asize=32768
1228835SAli.Saidi@ARM.comsystem=system
1239361Snilay@cs.wisc.edutgts_per_mshr=20
1247927SN/Atwo_queue=false
1257927SN/Awrite_buffers=8
1267927SN/Acpu_side=system.cpu.dcache_port
1279361Snilay@cs.wisc.edumem_side=system.cpu.toL2Bus.slave[1]
1287927SN/A
1297927SN/A[system.cpu.dtb]
1307927SN/Atype=X86TLB
1317927SN/Achildren=walker
1327927SN/Asize=64
1337927SN/Awalker=system.cpu.dtb.walker
1347927SN/A
1357927SN/A[system.cpu.dtb.walker]
1367927SN/Atype=X86PagetableWalker
1379361Snilay@cs.wisc.educlock=500
1387927SN/Asystem=system
1397927SN/Aport=system.cpu.dtb_walker_cache.cpu_side
1407927SN/A
1417927SN/A[system.cpu.dtb_walker_cache]
1427927SN/Atype=BaseCache
1438983Snate@binkert.orgaddr_ranges=0:18446744073709551615
1447927SN/Aassoc=2
1457927SN/Ablock_size=64
1469361Snilay@cs.wisc.educlock=500
1477927SN/Aforward_snoops=true
1489361Snilay@cs.wisc.eduhit_latency=2
1498241SN/Ais_top_level=true
1507927SN/Amax_miss_count=0
1517927SN/Amshrs=10
1527927SN/Aprefetch_on_access=false
1538835SAli.Saidi@ARM.comprefetcher=Null
1549361Snilay@cs.wisc.eduresponse_latency=2
1557927SN/Asize=1024
1568835SAli.Saidi@ARM.comsystem=system
1577927SN/Atgts_per_mshr=12
1587927SN/Atwo_queue=false
1597927SN/Awrite_buffers=8
1607927SN/Acpu_side=system.cpu.dtb.walker.port
1619361Snilay@cs.wisc.edumem_side=system.cpu.toL2Bus.slave[3]
1627927SN/A
1637927SN/A[system.cpu.icache]
1647927SN/Atype=BaseCache
1658983Snate@binkert.orgaddr_ranges=0:18446744073709551615
1667927SN/Aassoc=1
1677927SN/Ablock_size=64
1689361Snilay@cs.wisc.educlock=500
1697927SN/Aforward_snoops=true
1709361Snilay@cs.wisc.eduhit_latency=2
1718241SN/Ais_top_level=true
1727927SN/Amax_miss_count=0
1737927SN/Amshrs=4
1747927SN/Aprefetch_on_access=false
1758835SAli.Saidi@ARM.comprefetcher=Null
1769361Snilay@cs.wisc.eduresponse_latency=2
1777927SN/Asize=32768
1788835SAli.Saidi@ARM.comsystem=system
1799361Snilay@cs.wisc.edutgts_per_mshr=20
1807927SN/Atwo_queue=false
1817927SN/Awrite_buffers=8
1827927SN/Acpu_side=system.cpu.icache_port
1839361Snilay@cs.wisc.edumem_side=system.cpu.toL2Bus.slave[0]
1847927SN/A
1857927SN/A[system.cpu.interrupts]
1867927SN/Atype=X86LocalApic
1879361Snilay@cs.wisc.educlock=500
1887927SN/Aint_latency=1000
1897927SN/Apio_addr=2305843009213693952
1909213Snilay@cs.wisc.edupio_latency=100000
1917927SN/Asystem=system
1929474Snilay@cs.wisc.eduint_master=system.membus.slave[3]
1938983Snate@binkert.orgint_slave=system.membus.master[3]
1948983Snate@binkert.orgpio=system.membus.master[2]
1957927SN/A
1969474Snilay@cs.wisc.edu[system.cpu.isa]
1979474Snilay@cs.wisc.edutype=X86ISA
1989474Snilay@cs.wisc.edu
1997927SN/A[system.cpu.itb]
2007927SN/Atype=X86TLB
2017927SN/Achildren=walker
2027927SN/Asize=64
2037927SN/Awalker=system.cpu.itb.walker
2047927SN/A
2057927SN/A[system.cpu.itb.walker]
2067927SN/Atype=X86PagetableWalker
2079361Snilay@cs.wisc.educlock=500
2087927SN/Asystem=system
2097927SN/Aport=system.cpu.itb_walker_cache.cpu_side
2107927SN/A
2117927SN/A[system.cpu.itb_walker_cache]
2127927SN/Atype=BaseCache
2138983Snate@binkert.orgaddr_ranges=0:18446744073709551615
2147927SN/Aassoc=2
2157927SN/Ablock_size=64
2169361Snilay@cs.wisc.educlock=500
2177927SN/Aforward_snoops=true
2189361Snilay@cs.wisc.eduhit_latency=2
2198241SN/Ais_top_level=true
2207927SN/Amax_miss_count=0
2217927SN/Amshrs=10
2227927SN/Aprefetch_on_access=false
2238835SAli.Saidi@ARM.comprefetcher=Null
2249361Snilay@cs.wisc.eduresponse_latency=2
2257927SN/Asize=1024
2268835SAli.Saidi@ARM.comsystem=system
2277927SN/Atgts_per_mshr=12
2287927SN/Atwo_queue=false
2297927SN/Awrite_buffers=8
2307927SN/Acpu_side=system.cpu.itb.walker.port
2319361Snilay@cs.wisc.edumem_side=system.cpu.toL2Bus.slave[2]
2329361Snilay@cs.wisc.edu
2339361Snilay@cs.wisc.edu[system.cpu.l2cache]
2349361Snilay@cs.wisc.edutype=BaseCache
2359361Snilay@cs.wisc.eduaddr_ranges=0:18446744073709551615
2369361Snilay@cs.wisc.eduassoc=8
2379361Snilay@cs.wisc.edublock_size=64
2389361Snilay@cs.wisc.educlock=500
2399361Snilay@cs.wisc.eduforward_snoops=true
2409361Snilay@cs.wisc.eduhit_latency=20
2419361Snilay@cs.wisc.eduis_top_level=false
2429361Snilay@cs.wisc.edumax_miss_count=0
2439361Snilay@cs.wisc.edumshrs=20
2449361Snilay@cs.wisc.eduprefetch_on_access=false
2459361Snilay@cs.wisc.eduprefetcher=Null
2469361Snilay@cs.wisc.eduresponse_latency=20
2479361Snilay@cs.wisc.edusize=4194304
2489361Snilay@cs.wisc.edusystem=system
2499361Snilay@cs.wisc.edutgts_per_mshr=12
2509361Snilay@cs.wisc.edutwo_queue=false
2519361Snilay@cs.wisc.eduwrite_buffers=8
2529361Snilay@cs.wisc.educpu_side=system.cpu.toL2Bus.master[0]
2539474Snilay@cs.wisc.edumem_side=system.membus.slave[2]
2549361Snilay@cs.wisc.edu
2559361Snilay@cs.wisc.edu[system.cpu.toL2Bus]
2569361Snilay@cs.wisc.edutype=CoherentBus
2579361Snilay@cs.wisc.edublock_size=64
2589361Snilay@cs.wisc.educlock=500
2599361Snilay@cs.wisc.eduheader_cycles=1
2609361Snilay@cs.wisc.eduuse_default_range=false
2619361Snilay@cs.wisc.eduwidth=32
2629361Snilay@cs.wisc.edumaster=system.cpu.l2cache.cpu_side
2639361Snilay@cs.wisc.eduslave=system.cpu.icache.mem_side system.cpu.dcache.mem_side system.cpu.itb_walker_cache.mem_side system.cpu.dtb_walker_cache.mem_side
2647927SN/A
2657927SN/A[system.cpu.tracer]
2667927SN/Atype=ExeTracer
2677927SN/A
2687927SN/A[system.e820_table]
2697927SN/Atype=X86E820Table
2707927SN/Achildren=entries0 entries1
2717927SN/Aentries=system.e820_table.entries0 system.e820_table.entries1
2727927SN/A
2737927SN/A[system.e820_table.entries0]
2747927SN/Atype=X86E820Entry
2757927SN/Aaddr=0
2767927SN/Arange_type=2
2777927SN/Asize=1048576
2787927SN/A
2797927SN/A[system.e820_table.entries1]
2807927SN/Atype=X86E820Entry
2817927SN/Aaddr=1048576
2827927SN/Arange_type=1
2837927SN/Asize=133169152
2847927SN/A
2857927SN/A[system.intel_mp_pointer]
2867927SN/Atype=X86IntelMPFloatingPointer
2877927SN/Adefault_config=0
2887927SN/Aimcr_present=true
2897927SN/Aspec_rev=4
2907927SN/A
2917927SN/A[system.intel_mp_table]
2927927SN/Atype=X86IntelMPConfigTable
2937927SN/Achildren=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
2947927SN/Abase_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
2957927SN/Aext_entries=system.intel_mp_table.ext_entries
2967927SN/Alocal_apic=4276092928
2977927SN/Aoem_id=
2987927SN/Aoem_table_addr=0
2997927SN/Aoem_table_size=0
3007927SN/Aproduct_id=
3017927SN/Aspec_rev=4
3027927SN/A
3037927SN/A[system.intel_mp_table.base_entries00]
3047927SN/Atype=X86IntelMPProcessor
3057927SN/Abootstrap=true
3067927SN/Aenable=true
3077927SN/Afamily=0
3087927SN/Afeature_flags=0
3097927SN/Alocal_apic_id=0
3107927SN/Alocal_apic_version=20
3117927SN/Amodel=0
3127927SN/Astepping=0
3137927SN/A
3147927SN/A[system.intel_mp_table.base_entries01]
3157927SN/Atype=X86IntelMPIOAPIC
3167927SN/Aaddress=4273995776
3177927SN/Aenable=true
3187927SN/Aid=1
3197927SN/Aversion=17
3207927SN/A
3217927SN/A[system.intel_mp_table.base_entries02]
3227927SN/Atype=X86IntelMPBus
3237927SN/Abus_id=0
3247927SN/Abus_type=ISA
3257927SN/A
3267927SN/A[system.intel_mp_table.base_entries03]
3277927SN/Atype=X86IntelMPBus
3287927SN/Abus_id=1
3297927SN/Abus_type=PCI
3307927SN/A
3317927SN/A[system.intel_mp_table.base_entries04]
3327927SN/Atype=X86IntelMPIOIntAssignment
3337927SN/Adest_io_apic_id=1
3347927SN/Adest_io_apic_intin=16
3357927SN/Ainterrupt_type=INT
3367927SN/Apolarity=ConformPolarity
3377927SN/Asource_bus_id=1
3387927SN/Asource_bus_irq=16
3397927SN/Atrigger=ConformTrigger
3407927SN/A
3417927SN/A[system.intel_mp_table.base_entries05]
3427927SN/Atype=X86IntelMPIOIntAssignment
3437927SN/Adest_io_apic_id=1
3447927SN/Adest_io_apic_intin=0
3457927SN/Ainterrupt_type=ExtInt
3467927SN/Apolarity=ConformPolarity
3477927SN/Asource_bus_id=0
3487927SN/Asource_bus_irq=0
3497927SN/Atrigger=ConformTrigger
3507927SN/A
3517927SN/A[system.intel_mp_table.base_entries06]
3527927SN/Atype=X86IntelMPIOIntAssignment
3537927SN/Adest_io_apic_id=1
3547927SN/Adest_io_apic_intin=2
3557927SN/Ainterrupt_type=INT
3567927SN/Apolarity=ConformPolarity
3577927SN/Asource_bus_id=0
3587927SN/Asource_bus_irq=0
3597927SN/Atrigger=ConformTrigger
3607927SN/A
3617927SN/A[system.intel_mp_table.base_entries07]
3627927SN/Atype=X86IntelMPIOIntAssignment
3637927SN/Adest_io_apic_id=1
3647927SN/Adest_io_apic_intin=0
3657927SN/Ainterrupt_type=ExtInt
3667927SN/Apolarity=ConformPolarity
3677927SN/Asource_bus_id=0
3687927SN/Asource_bus_irq=1
3697927SN/Atrigger=ConformTrigger
3707927SN/A
3717927SN/A[system.intel_mp_table.base_entries08]
3727927SN/Atype=X86IntelMPIOIntAssignment
3737927SN/Adest_io_apic_id=1
3747927SN/Adest_io_apic_intin=1
3757927SN/Ainterrupt_type=INT
3767927SN/Apolarity=ConformPolarity
3777927SN/Asource_bus_id=0
3787927SN/Asource_bus_irq=1
3797927SN/Atrigger=ConformTrigger
3807927SN/A
3817927SN/A[system.intel_mp_table.base_entries09]
3827927SN/Atype=X86IntelMPIOIntAssignment
3837927SN/Adest_io_apic_id=1
3847927SN/Adest_io_apic_intin=0
3857927SN/Ainterrupt_type=ExtInt
3867927SN/Apolarity=ConformPolarity
3877927SN/Asource_bus_id=0
3887927SN/Asource_bus_irq=3
3897927SN/Atrigger=ConformTrigger
3907927SN/A
3917927SN/A[system.intel_mp_table.base_entries10]
3927927SN/Atype=X86IntelMPIOIntAssignment
3937927SN/Adest_io_apic_id=1
3947927SN/Adest_io_apic_intin=3
3957927SN/Ainterrupt_type=INT
3967927SN/Apolarity=ConformPolarity
3977927SN/Asource_bus_id=0
3987927SN/Asource_bus_irq=3
3997927SN/Atrigger=ConformTrigger
4007927SN/A
4017927SN/A[system.intel_mp_table.base_entries11]
4027927SN/Atype=X86IntelMPIOIntAssignment
4037927SN/Adest_io_apic_id=1
4047927SN/Adest_io_apic_intin=0
4057927SN/Ainterrupt_type=ExtInt
4067927SN/Apolarity=ConformPolarity
4077927SN/Asource_bus_id=0
4087927SN/Asource_bus_irq=4
4097927SN/Atrigger=ConformTrigger
4107927SN/A
4117927SN/A[system.intel_mp_table.base_entries12]
4127927SN/Atype=X86IntelMPIOIntAssignment
4137927SN/Adest_io_apic_id=1
4147927SN/Adest_io_apic_intin=4
4157927SN/Ainterrupt_type=INT
4167927SN/Apolarity=ConformPolarity
4177927SN/Asource_bus_id=0
4187927SN/Asource_bus_irq=4
4197927SN/Atrigger=ConformTrigger
4207927SN/A
4217927SN/A[system.intel_mp_table.base_entries13]
4227927SN/Atype=X86IntelMPIOIntAssignment
4237927SN/Adest_io_apic_id=1
4247927SN/Adest_io_apic_intin=0
4257927SN/Ainterrupt_type=ExtInt
4267927SN/Apolarity=ConformPolarity
4277927SN/Asource_bus_id=0
4287927SN/Asource_bus_irq=5
4297927SN/Atrigger=ConformTrigger
4307927SN/A
4317927SN/A[system.intel_mp_table.base_entries14]
4327927SN/Atype=X86IntelMPIOIntAssignment
4337927SN/Adest_io_apic_id=1
4347927SN/Adest_io_apic_intin=5
4357927SN/Ainterrupt_type=INT
4367927SN/Apolarity=ConformPolarity
4377927SN/Asource_bus_id=0
4387927SN/Asource_bus_irq=5
4397927SN/Atrigger=ConformTrigger
4407927SN/A
4417927SN/A[system.intel_mp_table.base_entries15]
4427927SN/Atype=X86IntelMPIOIntAssignment
4437927SN/Adest_io_apic_id=1
4447927SN/Adest_io_apic_intin=0
4457927SN/Ainterrupt_type=ExtInt
4467927SN/Apolarity=ConformPolarity
4477927SN/Asource_bus_id=0
4487927SN/Asource_bus_irq=6
4497927SN/Atrigger=ConformTrigger
4507927SN/A
4517927SN/A[system.intel_mp_table.base_entries16]
4527927SN/Atype=X86IntelMPIOIntAssignment
4537927SN/Adest_io_apic_id=1
4547927SN/Adest_io_apic_intin=6
4557927SN/Ainterrupt_type=INT
4567927SN/Apolarity=ConformPolarity
4577927SN/Asource_bus_id=0
4587927SN/Asource_bus_irq=6
4597927SN/Atrigger=ConformTrigger
4607927SN/A
4617927SN/A[system.intel_mp_table.base_entries17]
4627927SN/Atype=X86IntelMPIOIntAssignment
4637927SN/Adest_io_apic_id=1
4647927SN/Adest_io_apic_intin=0
4657927SN/Ainterrupt_type=ExtInt
4667927SN/Apolarity=ConformPolarity
4677927SN/Asource_bus_id=0
4687927SN/Asource_bus_irq=7
4697927SN/Atrigger=ConformTrigger
4707927SN/A
4717927SN/A[system.intel_mp_table.base_entries18]
4727927SN/Atype=X86IntelMPIOIntAssignment
4737927SN/Adest_io_apic_id=1
4747927SN/Adest_io_apic_intin=7
4757927SN/Ainterrupt_type=INT
4767927SN/Apolarity=ConformPolarity
4777927SN/Asource_bus_id=0
4787927SN/Asource_bus_irq=7
4797927SN/Atrigger=ConformTrigger
4807927SN/A
4817927SN/A[system.intel_mp_table.base_entries19]
4827927SN/Atype=X86IntelMPIOIntAssignment
4837927SN/Adest_io_apic_id=1
4847927SN/Adest_io_apic_intin=0
4857927SN/Ainterrupt_type=ExtInt
4867927SN/Apolarity=ConformPolarity
4877927SN/Asource_bus_id=0
4887927SN/Asource_bus_irq=8
4897927SN/Atrigger=ConformTrigger
4907927SN/A
4917927SN/A[system.intel_mp_table.base_entries20]
4927927SN/Atype=X86IntelMPIOIntAssignment
4937927SN/Adest_io_apic_id=1
4947927SN/Adest_io_apic_intin=8
4957927SN/Ainterrupt_type=INT
4967927SN/Apolarity=ConformPolarity
4977927SN/Asource_bus_id=0
4987927SN/Asource_bus_irq=8
4997927SN/Atrigger=ConformTrigger
5007927SN/A
5017927SN/A[system.intel_mp_table.base_entries21]
5027927SN/Atype=X86IntelMPIOIntAssignment
5037927SN/Adest_io_apic_id=1
5047927SN/Adest_io_apic_intin=0
5057927SN/Ainterrupt_type=ExtInt
5067927SN/Apolarity=ConformPolarity
5077927SN/Asource_bus_id=0
5087927SN/Asource_bus_irq=9
5097927SN/Atrigger=ConformTrigger
5107927SN/A
5117927SN/A[system.intel_mp_table.base_entries22]
5127927SN/Atype=X86IntelMPIOIntAssignment
5137927SN/Adest_io_apic_id=1
5147927SN/Adest_io_apic_intin=9
5157927SN/Ainterrupt_type=INT
5167927SN/Apolarity=ConformPolarity
5177927SN/Asource_bus_id=0
5187927SN/Asource_bus_irq=9
5197927SN/Atrigger=ConformTrigger
5207927SN/A
5217927SN/A[system.intel_mp_table.base_entries23]
5227927SN/Atype=X86IntelMPIOIntAssignment
5237927SN/Adest_io_apic_id=1
5247927SN/Adest_io_apic_intin=0
5257927SN/Ainterrupt_type=ExtInt
5267927SN/Apolarity=ConformPolarity
5277927SN/Asource_bus_id=0
5287927SN/Asource_bus_irq=10
5297927SN/Atrigger=ConformTrigger
5307927SN/A
5317927SN/A[system.intel_mp_table.base_entries24]
5327927SN/Atype=X86IntelMPIOIntAssignment
5337927SN/Adest_io_apic_id=1
5347927SN/Adest_io_apic_intin=10
5357927SN/Ainterrupt_type=INT
5367927SN/Apolarity=ConformPolarity
5377927SN/Asource_bus_id=0
5387927SN/Asource_bus_irq=10
5397927SN/Atrigger=ConformTrigger
5407927SN/A
5417927SN/A[system.intel_mp_table.base_entries25]
5427927SN/Atype=X86IntelMPIOIntAssignment
5437927SN/Adest_io_apic_id=1
5447927SN/Adest_io_apic_intin=0
5457927SN/Ainterrupt_type=ExtInt
5467927SN/Apolarity=ConformPolarity
5477927SN/Asource_bus_id=0
5487927SN/Asource_bus_irq=11
5497927SN/Atrigger=ConformTrigger
5507927SN/A
5517927SN/A[system.intel_mp_table.base_entries26]
5527927SN/Atype=X86IntelMPIOIntAssignment
5537927SN/Adest_io_apic_id=1
5547927SN/Adest_io_apic_intin=11
5557927SN/Ainterrupt_type=INT
5567927SN/Apolarity=ConformPolarity
5577927SN/Asource_bus_id=0
5587927SN/Asource_bus_irq=11
5597927SN/Atrigger=ConformTrigger
5607927SN/A
5617927SN/A[system.intel_mp_table.base_entries27]
5627927SN/Atype=X86IntelMPIOIntAssignment
5637927SN/Adest_io_apic_id=1
5647927SN/Adest_io_apic_intin=0
5657927SN/Ainterrupt_type=ExtInt
5667927SN/Apolarity=ConformPolarity
5677927SN/Asource_bus_id=0
5687927SN/Asource_bus_irq=12
5697927SN/Atrigger=ConformTrigger
5707927SN/A
5717927SN/A[system.intel_mp_table.base_entries28]
5727927SN/Atype=X86IntelMPIOIntAssignment
5737927SN/Adest_io_apic_id=1
5747927SN/Adest_io_apic_intin=12
5757927SN/Ainterrupt_type=INT
5767927SN/Apolarity=ConformPolarity
5777927SN/Asource_bus_id=0
5787927SN/Asource_bus_irq=12
5797927SN/Atrigger=ConformTrigger
5807927SN/A
5817927SN/A[system.intel_mp_table.base_entries29]
5827927SN/Atype=X86IntelMPIOIntAssignment
5837927SN/Adest_io_apic_id=1
5847927SN/Adest_io_apic_intin=0
5857927SN/Ainterrupt_type=ExtInt
5867927SN/Apolarity=ConformPolarity
5877927SN/Asource_bus_id=0
5887927SN/Asource_bus_irq=13
5897927SN/Atrigger=ConformTrigger
5907927SN/A
5917927SN/A[system.intel_mp_table.base_entries30]
5927927SN/Atype=X86IntelMPIOIntAssignment
5937927SN/Adest_io_apic_id=1
5947927SN/Adest_io_apic_intin=13
5957927SN/Ainterrupt_type=INT
5967927SN/Apolarity=ConformPolarity
5977927SN/Asource_bus_id=0
5987927SN/Asource_bus_irq=13
5997927SN/Atrigger=ConformTrigger
6007927SN/A
6017927SN/A[system.intel_mp_table.base_entries31]
6027927SN/Atype=X86IntelMPIOIntAssignment
6037927SN/Adest_io_apic_id=1
6047927SN/Adest_io_apic_intin=0
6057927SN/Ainterrupt_type=ExtInt
6067927SN/Apolarity=ConformPolarity
6077927SN/Asource_bus_id=0
6087927SN/Asource_bus_irq=14
6097927SN/Atrigger=ConformTrigger
6107927SN/A
6117927SN/A[system.intel_mp_table.base_entries32]
6127927SN/Atype=X86IntelMPIOIntAssignment
6137927SN/Adest_io_apic_id=1
6147927SN/Adest_io_apic_intin=14
6157927SN/Ainterrupt_type=INT
6167927SN/Apolarity=ConformPolarity
6177927SN/Asource_bus_id=0
6187927SN/Asource_bus_irq=14
6197927SN/Atrigger=ConformTrigger
6207927SN/A
6217927SN/A[system.intel_mp_table.ext_entries]
6227927SN/Atype=X86IntelMPBusHierarchy
6237927SN/Abus_id=0
6247927SN/Aparent_bus=1
6257927SN/Asubtractive_decode=true
6267927SN/A
6277927SN/A[system.intrctrl]
6287927SN/Atype=IntrControl
6297927SN/Asys=system
6307927SN/A
6317927SN/A[system.iobus]
6329039Sgblack@eecs.umich.edutype=NoncoherentBus
6337927SN/Ablock_size=64
6347927SN/Aclock=1000
6357927SN/Aheader_cycles=1
6367927SN/Ause_default_range=true
6379125Snilay@cs.wisc.eduwidth=8
6387927SN/Adefault=system.pc.pciconfig.pio
6398983Snate@binkert.orgmaster=system.apicbridge.slave system.pc.south_bridge.cmos.pio system.pc.south_bridge.dma1.pio system.pc.south_bridge.ide.pio system.pc.south_bridge.ide.config 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.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
6408983Snate@binkert.orgslave=system.bridge.master system.pc.south_bridge.ide.dma system.pc.south_bridge.io_apic.int_master
6417927SN/A
6427927SN/A[system.iocache]
6437927SN/Atype=BaseCache
6448983Snate@binkert.orgaddr_ranges=0:134217727
6457927SN/Aassoc=8
6467927SN/Ablock_size=64
6479361Snilay@cs.wisc.educlock=1000
6487927SN/Aforward_snoops=false
6499361Snilay@cs.wisc.eduhit_latency=50
6508241SN/Ais_top_level=true
6517927SN/Amax_miss_count=0
6527927SN/Amshrs=20
6537927SN/Aprefetch_on_access=false
6548835SAli.Saidi@ARM.comprefetcher=Null
6559361Snilay@cs.wisc.eduresponse_latency=50
6567927SN/Asize=1024
6578835SAli.Saidi@ARM.comsystem=system
6587927SN/Atgts_per_mshr=12
6597927SN/Atwo_queue=false
6607927SN/Awrite_buffers=8
6618983Snate@binkert.orgcpu_side=system.iobus.master[18]
6629474Snilay@cs.wisc.edumem_side=system.membus.slave[4]
6637927SN/A
6647927SN/A[system.membus]
6659039Sgblack@eecs.umich.edutype=CoherentBus
6667927SN/Achildren=badaddr_responder
6677927SN/Ablock_size=64
6687927SN/Aclock=1000
6697927SN/Aheader_cycles=1
6707927SN/Ause_default_range=false
6719125Snilay@cs.wisc.eduwidth=8
6727927SN/Adefault=system.membus.badaddr_responder.pio
6739125Snilay@cs.wisc.edumaster=system.physmem.port system.bridge.slave system.cpu.interrupts.pio system.cpu.interrupts.int_slave
6749474Snilay@cs.wisc.eduslave=system.apicbridge.master system.system_port system.cpu.l2cache.mem_side system.cpu.interrupts.int_master system.iocache.mem_side
6757927SN/A
6767927SN/A[system.membus.badaddr_responder]
6777927SN/Atype=IsaFake
6789361Snilay@cs.wisc.educlock=1000
6798673SN/Afake_mem=false
6807927SN/Apio_addr=0
6819213Snilay@cs.wisc.edupio_latency=100000
6827927SN/Apio_size=8
6837927SN/Aret_bad_addr=true
6847927SN/Aret_data16=65535
6857927SN/Aret_data32=4294967295
6867927SN/Aret_data64=18446744073709551615
6877927SN/Aret_data8=255
6887927SN/Asystem=system
6897927SN/Aupdate_data=false
6907927SN/Awarn_access=
6917927SN/Apio=system.membus.default
6927927SN/A
6937927SN/A[system.pc]
6947927SN/Atype=Pc
6957927SN/Achildren=behind_pci com_1 fake_com_2 fake_com_3 fake_com_4 fake_floppy i_dont_exist pciconfig south_bridge terminal
6967927SN/Aintrctrl=system.intrctrl
6977927SN/Asystem=system
6987927SN/A
6997927SN/A[system.pc.behind_pci]
7007927SN/Atype=IsaFake
7019361Snilay@cs.wisc.educlock=1000
7028673SN/Afake_mem=false
7037927SN/Apio_addr=9223372036854779128
7049213Snilay@cs.wisc.edupio_latency=100000
7057927SN/Apio_size=8
7067927SN/Aret_bad_addr=false
7077927SN/Aret_data16=65535
7087927SN/Aret_data32=4294967295
7097927SN/Aret_data64=18446744073709551615
7107927SN/Aret_data8=255
7117927SN/Asystem=system
7127927SN/Aupdate_data=false
7137927SN/Awarn_access=
7148983Snate@binkert.orgpio=system.iobus.master[12]
7157927SN/A
7167927SN/A[system.pc.com_1]
7177927SN/Atype=Uart8250
7188673SN/Achildren=terminal
7199361Snilay@cs.wisc.educlock=1000
7207927SN/Apio_addr=9223372036854776824
7219213Snilay@cs.wisc.edupio_latency=100000
7227927SN/Aplatform=system.pc
7237927SN/Asystem=system
7248673SN/Aterminal=system.pc.com_1.terminal
7258983Snate@binkert.orgpio=system.iobus.master[13]
7267927SN/A
7278673SN/A[system.pc.com_1.terminal]
7288673SN/Atype=Terminal
7298673SN/Aintr_control=system.intrctrl
7308673SN/Anumber=0
7318673SN/Aoutput=true
7328673SN/Aport=3456
7338673SN/A
7348673SN/A[system.pc.com_1.terminal]
7358673SN/Atype=Terminal
7368673SN/Aintr_control=system.intrctrl
7378673SN/Anumber=0
7388673SN/Aoutput=true
7398673SN/Aport=3456
7408673SN/A
7417927SN/A[system.pc.fake_com_2]
7427927SN/Atype=IsaFake
7439361Snilay@cs.wisc.educlock=1000
7448673SN/Afake_mem=false
7457927SN/Apio_addr=9223372036854776568
7469213Snilay@cs.wisc.edupio_latency=100000
7477927SN/Apio_size=8
7487927SN/Aret_bad_addr=false
7497927SN/Aret_data16=65535
7507927SN/Aret_data32=4294967295
7517927SN/Aret_data64=18446744073709551615
7527927SN/Aret_data8=255
7537927SN/Asystem=system
7547927SN/Aupdate_data=false
7557927SN/Awarn_access=
7568983Snate@binkert.orgpio=system.iobus.master[14]
7577927SN/A
7587927SN/A[system.pc.fake_com_3]
7597927SN/Atype=IsaFake
7609361Snilay@cs.wisc.educlock=1000
7618673SN/Afake_mem=false
7627927SN/Apio_addr=9223372036854776808
7639213Snilay@cs.wisc.edupio_latency=100000
7647927SN/Apio_size=8
7657927SN/Aret_bad_addr=false
7667927SN/Aret_data16=65535
7677927SN/Aret_data32=4294967295
7687927SN/Aret_data64=18446744073709551615
7697927SN/Aret_data8=255
7707927SN/Asystem=system
7717927SN/Aupdate_data=false
7727927SN/Awarn_access=
7738983Snate@binkert.orgpio=system.iobus.master[15]
7747927SN/A
7757927SN/A[system.pc.fake_com_4]
7767927SN/Atype=IsaFake
7779361Snilay@cs.wisc.educlock=1000
7788673SN/Afake_mem=false
7797927SN/Apio_addr=9223372036854776552
7809213Snilay@cs.wisc.edupio_latency=100000
7817927SN/Apio_size=8
7827927SN/Aret_bad_addr=false
7837927SN/Aret_data16=65535
7847927SN/Aret_data32=4294967295
7857927SN/Aret_data64=18446744073709551615
7867927SN/Aret_data8=255
7877927SN/Asystem=system
7887927SN/Aupdate_data=false
7897927SN/Awarn_access=
7908983Snate@binkert.orgpio=system.iobus.master[16]
7917927SN/A
7927927SN/A[system.pc.fake_floppy]
7937927SN/Atype=IsaFake
7949361Snilay@cs.wisc.educlock=1000
7958673SN/Afake_mem=false
7967927SN/Apio_addr=9223372036854776818
7979213Snilay@cs.wisc.edupio_latency=100000
7987927SN/Apio_size=2
7997927SN/Aret_bad_addr=false
8007927SN/Aret_data16=65535
8017927SN/Aret_data32=4294967295
8027927SN/Aret_data64=18446744073709551615
8037927SN/Aret_data8=255
8047927SN/Asystem=system
8057927SN/Aupdate_data=false
8067927SN/Awarn_access=
8078983Snate@binkert.orgpio=system.iobus.master[17]
8087927SN/A
8097927SN/A[system.pc.i_dont_exist]
8107927SN/Atype=IsaFake
8119361Snilay@cs.wisc.educlock=1000
8128673SN/Afake_mem=false
8137927SN/Apio_addr=9223372036854775936
8149213Snilay@cs.wisc.edupio_latency=100000
8157927SN/Apio_size=1
8167927SN/Aret_bad_addr=false
8177927SN/Aret_data16=65535
8187927SN/Aret_data32=4294967295
8197927SN/Aret_data64=18446744073709551615
8207927SN/Aret_data8=255
8217927SN/Asystem=system
8227927SN/Aupdate_data=false
8237927SN/Awarn_access=
8248983Snate@binkert.orgpio=system.iobus.master[11]
8257927SN/A
8267927SN/A[system.pc.pciconfig]
8277927SN/Atype=PciConfigAll
8287927SN/Abus=0
8299361Snilay@cs.wisc.educlock=1000
8309213Snilay@cs.wisc.edupio_latency=30000
8317927SN/Aplatform=system.pc
8327927SN/Asize=16777216
8337927SN/Asystem=system
8347927SN/Apio=system.iobus.default
8357927SN/A
8367927SN/A[system.pc.south_bridge]
8377927SN/Atype=SouthBridge
8387927SN/Achildren=cmos dma1 ide int_lines0 int_lines1 int_lines2 int_lines3 int_lines4 int_lines5 int_lines6 io_apic keyboard pic1 pic2 pit speaker
8397927SN/Acmos=system.pc.south_bridge.cmos
8407927SN/Adma1=system.pc.south_bridge.dma1
8417927SN/Aio_apic=system.pc.south_bridge.io_apic
8427927SN/Akeyboard=system.pc.south_bridge.keyboard
8437927SN/Apic1=system.pc.south_bridge.pic1
8447927SN/Apic2=system.pc.south_bridge.pic2
8457927SN/Apit=system.pc.south_bridge.pit
8467927SN/Aplatform=system.pc
8477927SN/Aspeaker=system.pc.south_bridge.speaker
8487927SN/A
8497927SN/A[system.pc.south_bridge.cmos]
8507927SN/Atype=Cmos
8518673SN/Achildren=int_pin
8529361Snilay@cs.wisc.educlock=1000
8538673SN/Aint_pin=system.pc.south_bridge.cmos.int_pin
8547927SN/Apio_addr=9223372036854775920
8559213Snilay@cs.wisc.edupio_latency=100000
8567927SN/Asystem=system
8577927SN/Atime=Sun Jan  1 00:00:00 2012
8588983Snate@binkert.orgpio=system.iobus.master[1]
8597927SN/A
8608673SN/A[system.pc.south_bridge.cmos.int_pin]
8618673SN/Atype=X86IntSourcePin
8628673SN/A
8637927SN/A[system.pc.south_bridge.dma1]
8647927SN/Atype=I8237
8659361Snilay@cs.wisc.educlock=1000
8667927SN/Apio_addr=9223372036854775808
8679213Snilay@cs.wisc.edupio_latency=100000
8687927SN/Asystem=system
8698983Snate@binkert.orgpio=system.iobus.master[2]
8707927SN/A
8717927SN/A[system.pc.south_bridge.ide]
8727927SN/Atype=IdeController
8737927SN/Achildren=disks0 disks1
8747927SN/ABAR0=496
8757927SN/ABAR0LegacyIO=true
8767927SN/ABAR0Size=8
8777927SN/ABAR1=1012
8787927SN/ABAR1LegacyIO=true
8797927SN/ABAR1Size=3
8807927SN/ABAR2=368
8817927SN/ABAR2LegacyIO=true
8827927SN/ABAR2Size=8
8837927SN/ABAR3=884
8847927SN/ABAR3LegacyIO=true
8857927SN/ABAR3Size=3
8867927SN/ABAR4=1
8877927SN/ABAR4LegacyIO=false
8887927SN/ABAR4Size=16
8897927SN/ABAR5=1
8907927SN/ABAR5LegacyIO=false
8917927SN/ABAR5Size=0
8927927SN/ABIST=0
8937927SN/ACacheLineSize=0
8947927SN/ACardbusCIS=0
8957927SN/AClassCode=1
8967927SN/ACommand=0
8977927SN/ADeviceID=28945
8987927SN/AExpansionROM=0
8997927SN/AHeaderType=0
9007927SN/AInterruptLine=14
9017927SN/AInterruptPin=1
9027927SN/ALatencyTimer=0
9037927SN/AMaximumLatency=0
9047927SN/AMinimumGrant=0
9057927SN/AProgIF=128
9067927SN/ARevision=0
9077927SN/AStatus=640
9087927SN/ASubClassCode=1
9097927SN/ASubsystemID=0
9107927SN/ASubsystemVendorID=0
9117927SN/AVendorID=32902
9129361Snilay@cs.wisc.educlock=1000
9137927SN/Aconfig_latency=20000
9147927SN/Actrl_offset=0
9157927SN/Adisks=system.pc.south_bridge.ide.disks0 system.pc.south_bridge.ide.disks1
9167927SN/Aio_shift=0
9177927SN/Apci_bus=0
9187927SN/Apci_dev=4
9197927SN/Apci_func=0
9209213Snilay@cs.wisc.edupio_latency=30000
9217927SN/Aplatform=system.pc
9227927SN/Asystem=system
9238983Snate@binkert.orgconfig=system.iobus.master[4]
9248983Snate@binkert.orgdma=system.iobus.slave[1]
9258983Snate@binkert.orgpio=system.iobus.master[3]
9267927SN/A
9277927SN/A[system.pc.south_bridge.ide.disks0]
9287927SN/Atype=IdeDisk
9297927SN/Achildren=image
9307927SN/Adelay=1000000
9317927SN/AdriveID=master
9327927SN/Aimage=system.pc.south_bridge.ide.disks0.image
9337927SN/A
9347927SN/A[system.pc.south_bridge.ide.disks0.image]
9357927SN/Atype=CowDiskImage
9367927SN/Achildren=child
9377927SN/Achild=system.pc.south_bridge.ide.disks0.image.child
9387927SN/Aimage_file=
9397927SN/Aread_only=false
9407927SN/Atable_size=65536
9417927SN/A
9427927SN/A[system.pc.south_bridge.ide.disks0.image.child]
9437927SN/Atype=RawDiskImage
9449213Snilay@cs.wisc.eduimage_file=/scratch/nilay/GEM5/system/disks/linux-x86.img
9457927SN/Aread_only=true
9467927SN/A
9477927SN/A[system.pc.south_bridge.ide.disks1]
9487927SN/Atype=IdeDisk
9497927SN/Achildren=image
9507927SN/Adelay=1000000
9517927SN/AdriveID=master
9527927SN/Aimage=system.pc.south_bridge.ide.disks1.image
9537927SN/A
9547927SN/A[system.pc.south_bridge.ide.disks1.image]
9557927SN/Atype=CowDiskImage
9567927SN/Achildren=child
9577927SN/Achild=system.pc.south_bridge.ide.disks1.image.child
9587927SN/Aimage_file=
9597927SN/Aread_only=false
9607927SN/Atable_size=65536
9617927SN/A
9627927SN/A[system.pc.south_bridge.ide.disks1.image.child]
9637927SN/Atype=RawDiskImage
9649213Snilay@cs.wisc.eduimage_file=/scratch/nilay/GEM5/system/disks/linux-bigswap2.img
9657927SN/Aread_only=true
9667927SN/A
9677927SN/A[system.pc.south_bridge.int_lines0]
9687927SN/Atype=X86IntLine
9698673SN/Achildren=sink
9707927SN/Asink=system.pc.south_bridge.int_lines0.sink
9718673SN/Asource=system.pc.south_bridge.pic1.output
9727927SN/A
9737927SN/A[system.pc.south_bridge.int_lines0.sink]
9747927SN/Atype=X86IntSinkPin
9757927SN/Adevice=system.pc.south_bridge.io_apic
9767927SN/Anumber=0
9777927SN/A
9787927SN/A[system.pc.south_bridge.int_lines1]
9797927SN/Atype=X86IntLine
9808673SN/Achildren=sink
9817927SN/Asink=system.pc.south_bridge.int_lines1.sink
9828673SN/Asource=system.pc.south_bridge.pic2.output
9837927SN/A
9847927SN/A[system.pc.south_bridge.int_lines1.sink]
9857927SN/Atype=X86IntSinkPin
9867927SN/Adevice=system.pc.south_bridge.pic1
9877927SN/Anumber=2
9887927SN/A
9897927SN/A[system.pc.south_bridge.int_lines2]
9907927SN/Atype=X86IntLine
9918673SN/Achildren=sink
9927927SN/Asink=system.pc.south_bridge.int_lines2.sink
9938673SN/Asource=system.pc.south_bridge.cmos.int_pin
9947927SN/A
9957927SN/A[system.pc.south_bridge.int_lines2.sink]
9967927SN/Atype=X86IntSinkPin
9977927SN/Adevice=system.pc.south_bridge.pic2
9987927SN/Anumber=0
9997927SN/A
10007927SN/A[system.pc.south_bridge.int_lines3]
10017927SN/Atype=X86IntLine
10028673SN/Achildren=sink
10037927SN/Asink=system.pc.south_bridge.int_lines3.sink
10048673SN/Asource=system.pc.south_bridge.pit.int_pin
10057927SN/A
10067927SN/A[system.pc.south_bridge.int_lines3.sink]
10077927SN/Atype=X86IntSinkPin
10087927SN/Adevice=system.pc.south_bridge.pic1
10097927SN/Anumber=0
10107927SN/A
10117927SN/A[system.pc.south_bridge.int_lines4]
10127927SN/Atype=X86IntLine
10137927SN/Achildren=sink
10147927SN/Asink=system.pc.south_bridge.int_lines4.sink
10158673SN/Asource=system.pc.south_bridge.pit.int_pin
10167927SN/A
10177927SN/A[system.pc.south_bridge.int_lines4.sink]
10187927SN/Atype=X86IntSinkPin
10197927SN/Adevice=system.pc.south_bridge.io_apic
10207927SN/Anumber=2
10217927SN/A
10227927SN/A[system.pc.south_bridge.int_lines5]
10237927SN/Atype=X86IntLine
10248673SN/Achildren=sink
10257927SN/Asink=system.pc.south_bridge.int_lines5.sink
10268673SN/Asource=system.pc.south_bridge.keyboard.keyboard_int_pin
10277927SN/A
10287927SN/A[system.pc.south_bridge.int_lines5.sink]
10297927SN/Atype=X86IntSinkPin
10307927SN/Adevice=system.pc.south_bridge.io_apic
10317927SN/Anumber=1
10327927SN/A
10337927SN/A[system.pc.south_bridge.int_lines6]
10347927SN/Atype=X86IntLine
10358673SN/Achildren=sink
10367927SN/Asink=system.pc.south_bridge.int_lines6.sink
10378673SN/Asource=system.pc.south_bridge.keyboard.mouse_int_pin
10387927SN/A
10397927SN/A[system.pc.south_bridge.int_lines6.sink]
10407927SN/Atype=X86IntSinkPin
10417927SN/Adevice=system.pc.south_bridge.io_apic
10427927SN/Anumber=12
10437927SN/A
10447927SN/A[system.pc.south_bridge.io_apic]
10457927SN/Atype=I82094AA
10467927SN/Aapic_id=1
10479361Snilay@cs.wisc.educlock=1000
10487927SN/Aexternal_int_pic=system.pc.south_bridge.pic1
10497927SN/Aint_latency=1000
10507927SN/Apio_addr=4273995776
10519213Snilay@cs.wisc.edupio_latency=100000
10527927SN/Asystem=system
10538983Snate@binkert.orgint_master=system.iobus.slave[2]
10548983Snate@binkert.orgpio=system.iobus.master[10]
10557927SN/A
10567927SN/A[system.pc.south_bridge.keyboard]
10577927SN/Atype=I8042
10588673SN/Achildren=keyboard_int_pin mouse_int_pin
10599361Snilay@cs.wisc.educlock=1000
10607927SN/Acommand_port=9223372036854775908
10617927SN/Adata_port=9223372036854775904
10628673SN/Akeyboard_int_pin=system.pc.south_bridge.keyboard.keyboard_int_pin
10638673SN/Amouse_int_pin=system.pc.south_bridge.keyboard.mouse_int_pin
10647927SN/Apio_addr=0
10659213Snilay@cs.wisc.edupio_latency=100000
10667927SN/Asystem=system
10678983Snate@binkert.orgpio=system.iobus.master[5]
10687927SN/A
10698673SN/A[system.pc.south_bridge.keyboard.keyboard_int_pin]
10708673SN/Atype=X86IntSourcePin
10718673SN/A
10728673SN/A[system.pc.south_bridge.keyboard.mouse_int_pin]
10738673SN/Atype=X86IntSourcePin
10748673SN/A
10757927SN/A[system.pc.south_bridge.pic1]
10767927SN/Atype=I8259
10778673SN/Achildren=output
10789361Snilay@cs.wisc.educlock=1000
10797927SN/Amode=I8259Master
10808673SN/Aoutput=system.pc.south_bridge.pic1.output
10817927SN/Apio_addr=9223372036854775840
10829213Snilay@cs.wisc.edupio_latency=100000
10837927SN/Aslave=system.pc.south_bridge.pic2
10847927SN/Asystem=system
10858983Snate@binkert.orgpio=system.iobus.master[6]
10867927SN/A
10878673SN/A[system.pc.south_bridge.pic1.output]
10888673SN/Atype=X86IntSourcePin
10898673SN/A
10907927SN/A[system.pc.south_bridge.pic2]
10917927SN/Atype=I8259
10928673SN/Achildren=output
10939361Snilay@cs.wisc.educlock=1000
10947927SN/Amode=I8259Slave
10958673SN/Aoutput=system.pc.south_bridge.pic2.output
10967927SN/Apio_addr=9223372036854775968
10979213Snilay@cs.wisc.edupio_latency=100000
10987927SN/Aslave=Null
10997927SN/Asystem=system
11008983Snate@binkert.orgpio=system.iobus.master[7]
11017927SN/A
11028673SN/A[system.pc.south_bridge.pic2.output]
11038673SN/Atype=X86IntSourcePin
11048673SN/A
11057927SN/A[system.pc.south_bridge.pit]
11067927SN/Atype=I8254
11078673SN/Achildren=int_pin
11089361Snilay@cs.wisc.educlock=1000
11098673SN/Aint_pin=system.pc.south_bridge.pit.int_pin
11107927SN/Apio_addr=9223372036854775872
11119213Snilay@cs.wisc.edupio_latency=100000
11127927SN/Asystem=system
11138983Snate@binkert.orgpio=system.iobus.master[8]
11147927SN/A
11158673SN/A[system.pc.south_bridge.pit.int_pin]
11168673SN/Atype=X86IntSourcePin
11178673SN/A
11187927SN/A[system.pc.south_bridge.speaker]
11197927SN/Atype=PcSpeaker
11209361Snilay@cs.wisc.educlock=1000
11217927SN/Ai8254=system.pc.south_bridge.pit
11227927SN/Apio_addr=9223372036854775905
11239213Snilay@cs.wisc.edupio_latency=100000
11247927SN/Asystem=system
11258983Snate@binkert.orgpio=system.iobus.master[9]
11267927SN/A
11277927SN/A[system.physmem]
11289361Snilay@cs.wisc.edutype=SimpleDRAM
11299361Snilay@cs.wisc.eduaddr_mapping=openmap
11309361Snilay@cs.wisc.edubanks_per_rank=8
11319361Snilay@cs.wisc.educlock=1000
11328983Snate@binkert.orgconf_table_reported=false
11338983Snate@binkert.orgin_addr_map=true
11349361Snilay@cs.wisc.edulines_per_rowbuffer=64
11359361Snilay@cs.wisc.edumem_sched_policy=fcfs
11367927SN/Anull=false
11379361Snilay@cs.wisc.edupage_policy=open
11387927SN/Arange=0:134217727
11399361Snilay@cs.wisc.eduranks_per_channel=2
11409361Snilay@cs.wisc.eduread_buffer_size=32
11419361Snilay@cs.wisc.edutBURST=4000
11429361Snilay@cs.wisc.edutCL=14000
11439361Snilay@cs.wisc.edutRCD=14000
11449361Snilay@cs.wisc.edutREFI=7800000
11459361Snilay@cs.wisc.edutRFC=300000
11469361Snilay@cs.wisc.edutRP=14000
11479361Snilay@cs.wisc.edutWTR=1000
11489361Snilay@cs.wisc.eduwrite_buffer_size=32
11499361Snilay@cs.wisc.eduwrite_thresh_perc=70
11507927SN/Azero=false
11518983Snate@binkert.orgport=system.membus.master[0]
11527927SN/A
11537927SN/A[system.smbios_table]
11547927SN/Atype=X86SMBiosSMBiosTable
11557927SN/Achildren=structures
11567927SN/Amajor_version=2
11577927SN/Aminor_version=5
11587927SN/Astructures=system.smbios_table.structures
11597927SN/A
11607927SN/A[system.smbios_table.structures]
11617927SN/Atype=X86SMBiosBiosInformation
11627927SN/Acharacteristic_ext_bytes=
11637927SN/Acharacteristics=
11647927SN/Aemb_cont_firmware_major=0
11657927SN/Aemb_cont_firmware_minor=0
11667927SN/Amajor=0
11677927SN/Aminor=0
11687927SN/Arelease_date=06/08/2008
11697927SN/Arom_size=0
11707927SN/Astarting_addr_segment=0
11717927SN/Avendor=
11727927SN/Aversion=
11737927SN/A
1174