Lines Matching +full:4 +full:- +full:cores
8 # later. See the COPYING file in the top-level directory.
17 panic_message = 'Kernel panic - not syncing'
21 ('https://archives.fedoraproject.org/pub/archive/fedora-secondary/'
30 self.vm.add_args('-kernel', kernel_path,
31 '-append', command_line)
42 self.vm.add_args('-smp', '4')
44 console_pattern = 'smp: Brought up 1 node, 4 CPUs'
50 self.vm.add_args('-smp', '4')
53 console_pattern = 'smp: Brought up 1 node, 4 CPUs'
54 wait_for_console_pattern(self, 'hash-mmu: Initializing hash mmu',
61 self.vm.add_args('-smp', '4,threads=4')
63 console_pattern = 'CPU maps initialized for 4 threads per core'
65 console_pattern = 'smp: Brought up 1 node, 4 CPUs'
71 self.vm.add_args('-smp', '16,threads=4,cores=2,sockets=2')
75 console_pattern = 'CPU maps initialized for 4 threads per core'
83 ('https://github.com/open-power/op-build/releases/download/v2.7/'
91 self.vm.add_args('-kernel', kernel_path,
92 '-append', 'console=tty0 console=hvc0',
93 '-device', 'pcie-pci-bridge,id=bridge1,bus=pcie.1,addr=0x0',
94 '-device', 'nvme,bus=pcie.2,addr=0x0,serial=1234',
95 '-device', 'e1000e,bus=bridge1,addr=0x3',
96 '-device', 'nec-usb-xhci,bus=bridge1,addr=0x2')
103 # from console output, suspect S14silence-console init script.