/openbmc/qemu/hw/core/ |
H A D | machine-smp.c | 41 g_string_append_printf(s, "books (%u) * ", ms->smp.books); in cpu_hierarchy_to_string() 91 unsigned books = config->has_books ? config->books : 0; in machine_parse_smp_config() local 107 (config->has_books && config->books == 0) || in machine_parse_smp_config() 149 config->has_books && config->books > 1) { in machine_parse_smp_config() 154 books = books > 0 ? books : 1; in machine_parse_smp_config() 178 (drawers * books * dies * clusters * in machine_parse_smp_config() 183 (drawers * books * sockets * dies * in machine_parse_smp_config() 192 (drawers * books * sockets * dies * in machine_parse_smp_config() 205 (drawers * books * sockets * dies * in machine_parse_smp_config() 210 total_cpus = drawers * books * sockets * dies * in machine_parse_smp_config() [all …]
|
H A D | machine.c | 904 .has_books = true, .books = ms->smp.books, in machine_get_smp() 1187 ms->smp.books = 1; in machine_initfn()
|
/openbmc/qemu/tests/unit/ |
H A D | test-smp-parse.c | 816 (ms->smp.books == expect_topo->books) && in check_parse() 918 data->expect_prefer_cores.books = 1; in unsupported_params_init() 1273 data.expect_prefer_cores.books = 1; in test_with_books() 1279 data.config.books = num_books; in test_with_books() 1378 data.expect_prefer_cores.books = 1; in test_with_drawers_books() 1386 data.config.books = num_books; in test_with_drawers_books() 1429 books = 3; in test_full_topo() 1449 data.expect_prefer_cores.books = 1; in test_full_topo() 1463 data.config.books = books; in test_full_topo() 1479 data.expect_prefer_sockets.books = books; in test_full_topo() [all …]
|
/openbmc/linux/Documentation/driver-api/80211/ |
H A D | introduction.rst | 9 These books attempt to give a description of the various subsystems 11 books are for kernel developers they attempts to document the
|
/openbmc/qemu/include/hw/s390x/ |
H A D | cpu-topology.h | 73 return (n / (smp->cores * smp->sockets)) % smp->books; in s390_std_book() 78 return (n / (smp->cores * smp->sockets * smp->books)) % smp->drawers; in s390_std_drawer()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | stsi-topology.c | 144 sysib->mag[S390_TOPOLOGY_MAG3] = current_machine->smp.books; in setup_stsi() 150 current_machine->smp.books; in setup_stsi() 156 current_machine->smp.books * in setup_stsi()
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-sphinxcontrib-applehelp_1.0.8.bb | 1 SUMMARY = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
|
/openbmc/qemu/hw/s390x/ |
H A D | cpu-topology.c | 50 return (drawer_id * current_machine->smp.books + book_id) * in s390_socket_nb_from_ids() 92 smp->books * smp->drawers); in s390_topology_init() 243 if (book_id >= smp->books) { in s390_topology_check()
|
/openbmc/linux/Documentation/arch/ |
H A D | index.rst | 6 These books provide programming details about architecture-specific
|
/openbmc/openbmc/poky/meta/recipes-extended/asciidoc/ |
H A D | asciidoc_10.2.0.bb | 3 articles, books and UNIX man pages."
|
/openbmc/linux/Documentation/process/ |
H A D | 8.Conclusion.rst | 30 There are a number of books on kernel development: 40 All of these books suffer from a common fault, though: they tend to be
|
H A D | kernel-docs.rst | 33 the exception of foundational books. 38 The Sphinx books should be built with ``make {htmldocs | pdfdocs | epubdocs}``. 75 Published books
|
H A D | howto.rst | 32 experience, the following books are good for, if anything, reference:
|
/openbmc/linux/Documentation/ |
H A D | subsystem-apis.rst | 7 These books get into the details of how specific kernel subsystems work
|
/openbmc/qemu/docs/system/s390x/ |
H A D | cpu-topology.rst | 7 topology containers: drawers, books and sockets. They define a 59 If none of the containers attributes (drawers, books, sockets) are 67 -smp cpus=5,drawer=1,books=1,sockets=8,cores=4,maxcpus=32
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | contributing.rst | 229 The old-timers around here will remember the Linux books that showed up on 231 files scrounged from various locations on the net. The books have (mostly) 238 a set of "books" that group documentation for specific readers. These 248 Moving documents into the appropriate books is an important task and needs
|
/openbmc/qemu/docs/devel/ |
H A D | s390-cpu-topology.rst | 15 -smp 1,drawers=3,books=3,sockets=2,cores=2,maxcpus=36 \
|
/openbmc/qemu/include/hw/ |
H A D | boards.h | 356 unsigned int books; member
|
/openbmc/linux/Documentation/locking/ |
H A D | mutex-design.rst | 15 or similar theoretical text books. Mutexes are sleeping locks which
|
/openbmc/qemu/qapi/ |
H A D | machine.json | 1670 # @books, @sockets, @dies, @clusters, @cores, @threads. 1685 # @books: number of books in the CPU topology (since 8.2) 1704 '*books': 'int',
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | README.rst | 46 the Internet and in books, both Linux-specific and pertaining to 49 Project) books. This README is not meant to be documentation on the
|
/openbmc/qemu/docs/about/ |
H A D | deprecated.rst | 73 configurations (e.g. -smp drawers=1,books=1,clusters=1 for x86 PC machine) is
|
/openbmc/linux/arch/s390/ |
H A D | Kconfig | 504 multiple cores or multiple books.
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 283 "-smp [[cpus=]n][,maxcpus=maxcpus][,drawers=drawers][,books=books][,sockets=sockets]\n" 290 " books= number of books in one drawer\n" 311 ``-smp [[cpus=]n][,maxcpus=maxcpus][,drawers=drawers][,books=books][,sockets=sockets][,dies=dies][,…
|
/openbmc/linux/Documentation/RCU/Design/Requirements/ |
H A D | Requirements.rst | 1949 of books that duplicate the centrally maintained ``cpu_online_mask``,
|