SConscript (5800:19c06c037040) | SConscript (5904:5c61233cbd53) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2005-2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 97 unchanged lines hidden (view full) --- 106 Source('utility.cc') 107 108 SimObject('X86TLB.py') 109 TraceFlag('Predecoder', "Predecoder debug output") 110 TraceFlag('X86', "Generic X86 ISA debugging") 111 112 if env['FULL_SYSTEM']: 113 TraceFlag('LocalApic', "Local APIC debugging") | 1# -*- mode:python -*- 2 3# Copyright (c) 2005-2006 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 97 unchanged lines hidden (view full) --- 106 Source('utility.cc') 107 108 SimObject('X86TLB.py') 109 TraceFlag('Predecoder', "Predecoder debug output") 110 TraceFlag('X86', "Generic X86 ISA debugging") 111 112 if env['FULL_SYSTEM']: 113 TraceFlag('LocalApic', "Local APIC debugging") |
114 TraceFlag('PageTableWalker', \ 115 "Page table walker state machine debugging") |
|
114 115 SimObject('X86LocalApic.py') 116 SimObject('X86System.py') 117 118 # Full-system sources 119 Source('interrupts.cc') 120 Source('linux/system.cc') 121 Source('pagetable_walker.cc') --- 238 unchanged lines hidden --- | 116 117 SimObject('X86LocalApic.py') 118 SimObject('X86System.py') 119 120 # Full-system sources 121 Source('interrupts.cc') 122 Source('linux/system.cc') 123 Source('pagetable_walker.cc') --- 238 unchanged lines hidden --- |