Lines Matching refs:system
53 def create_system(options, full_system, system, dma_ports, bootmem,
63 # The ruby network creation expects the list of nodes in the system to be
102 # is stored in system.cpu. because there is only ever one
104 # size of system.cpu; therefore if len(system.cpu) == 1
105 # we use system.cpu[0] to set the clk_domain, thereby ensuring
107 if len(system.cpu) == 1:
108 clk_domain = system.cpu[0].clk_domain
110 clk_domain = system.cpu[i].clk_domain
199 # the ruby system
205 options, bootmem, ruby_system, system)