Home
last modified time | relevance | path

Searched full:book (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_zec12/
H A Dextended.json49 …installed cache line was sourced from memory that is attached to the same book as the Data cache (…
56 …installed cache line was sourced from memory that is attached to the same book as the Instruction …
112 …e directory where the returned cache line was sourced from an Off Chip/On Book Level-3 cache witho…
118 "BriefDescription": "L1D Off-Book L3 Sourced Writes",
119 …ata cache directory where the returned cache line was sourced from an Off Book Level-3 cache witho…
125 "BriefDescription": "L1D On-Book L4 Sourced Writes",
126 …el-1 Data cache directory where the returned cache line was sourced from an On Book Level-4 cache."
132 "BriefDescription": "L1D Off-Book L4 Sourced Writes",
133 …l-1 Data cache directory where the returned cache line was sourced from an Off Book Level-4 cache."
154 …e directory where the returned cache line was sourced from an Off Chip/On Book Level-3 cache with …
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z196/
H A Dextended.json41 "BriefDescription": "L1D Off-Book L3 Sourced Writes",
42 …l-1 Data Cache directory where the returned cache line was sourced from an Off Book Level-3 cache."
48 "BriefDescription": "L1D On-Book L4 Sourced Writes",
49 …el-1 Data Cache directory where the returned cache line was sourced from an On Book Level-4 cache."
55 "BriefDescription": "L1I On-Book L4 Sourced Writes",
56 …struction Cache directory where the returned cache line was sourced from an On Book Level-4 cache."
69 "BriefDescription": "L1D Off-Book L4 Sourced Writes",
70 …l-1 Data Cache directory where the returned cache line was sourced from an Off Book Level-4 cache."
76 "BriefDescription": "L1I Off-Book L4 Sourced Writes",
77 …truction Cache directory where the returned cache line was sourced from an Off Book Level-4 cache."
[all …]
/openbmc/linux/Documentation/powerpc/
H A Disa-versions.rst24 Power5 - PowerPC User Instruction Set Architecture Book I v2.02
25 - PowerPC Virtual Environment Architecture Book II v2.02
26 - PowerPC Operating Environment Architecture Book III v2.02
27 PPC970 - PowerPC User Instruction Set Architecture Book I v2.01
28 - PowerPC Virtual Environment Architecture Book II v2.01
29 - PowerPC Operating Environment Architecture Book III v2.01
31 Power4+ - PowerPC User Instruction Set Architecture Book I v2.01
32 - PowerPC Virtual Environment Architecture Book II v2.01
33 - PowerPC Operating Environment Architecture Book III v2.01
34 Power4 - PowerPC User Instruction Set Architecture Book I v2.00
[all …]
/openbmc/qemu/docs/system/s390x/
H A Dcpu-topology.rst78 book-0, drawer-0 and filling all CPUs of socket-0 before filling socket-1
79 of book-0 and so on up to the last socket of the last book of the last
87 -device gen16b-s390x-cpu,drawer-id=1,book-id=1,socket-id=2,core-id=1
95 If none of the tree attributes (drawer, book, sockets), are specified
127 (qemu) device_add gen16b-s390x-cpu,drawer-id=1,book-id=1,socket-id=2,core-id=1
224 drawer 1, book 1, socket 2 and cores 0,9 and 14 to drawer 0,
225 book 0, socket 0 without defining entitlement or dedication.
236 -device gen16b-s390x-cpu,drawer-id=1,book-id=1,socket-id=2,core-id=1 \
237 -device gen16b-s390x-cpu,drawer-id=1,book-id=1,socket-id=2,core-id=2 \
238 -device gen16b-s390x-cpu,drawer-id=1,book-id=1,socket-id=2,core-id=3 \
[all …]
/openbmc/linux/drivers/platform/surface/
H A DKconfig48 Surface Pro 5 and 6, Surface Book 2, Surface Laptops 1 and 2, and in
85 devices contained in the base of the Surface Book 3 and the KIP subsystem
91 - Battery/AC devices (Surface Book 3).
157 Driver for the Surface Book clipboard detachment system (DTX).
159 On the Surface Book series devices, the display part containing the
170 some devices, specifically the Surface Book 3, will not be supported.
190 This driver is used on Surface Book (2 and 3) devices with a
200 dGPU devices on the Surface Book 2 and/or 3 during D3cold.
215 Surface Pro 5, Surface Book 2, Surface Laptop, Surface Laptop Go and
H A Dsurface_gpe.c111 .ident = "Surface Book 1",
114 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Surface Book"),
119 .ident = "Surface Book 2",
122 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Surface Book 2"),
127 .ident = "Surface Book 3",
130 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Surface Book 3"),
H A Dsurface_aggregator_registry.c47 /* Base device hub (devices attached to Surface Book 3 base). */
65 /* Secondary battery (Surface Book 3). */
83 /* DTX / detachment-system device (Surface Book 3). */
199 * - Surface Book 2,
209 /* Devices for Surface Book 3. */
343 /* Surface Book 2 */
346 /* Surface Book 3 */
/openbmc/linux/Documentation/driver-api/dmaengine/
H A Dindex.rst11 This book helps with DMAengine internal APIs and guide for DMAEngine device
22 This book is a guide to device driver writers on how to use the Slave-DMA
33 This book introduces how to test DMA drivers using dmatest module.
43 This book adds some notes about PXA DMA
/openbmc/qemu/tests/functional/
H A Dtest_s390x_topology.py32 level one after the other beginning with drawer 0, book 0 and
72 book = cpu['props']['book-id']
78 self.assertEqual(book, b)
178 'core-id=1,socket-id=0,book-id=1,drawer-id=1,entitlement=low')
181 'core-id=2,socket-id=0,book-id=1,drawer-id=1,entitlement=medium')
184 'core-id=3,socket-id=1,book-id=1,drawer-id=1,entitlement=high')
187 'core-id=4,socket-id=1,book-id=1,drawer-id=1')
190 'core-id=5,socket-id=2,book-id=1,drawer-id=1,dedicated=true')
331 The socket-id 0 on book-id 0 already contains CPUs 0 and 1 and can
332 not accept any new CPU while socket-id 0 on book-id 1 is free.
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z10/
H A Dextended.json21 …stalled cache line was sourced from the Level-3 cache that is on the same book as the Instruction …
28 …nstalled cache line was source from the Level-3 cache that is on the same book as the Data cache (…
35 …alled cache line was sourced from a Level-3 cache that is not on the same book as the Instruction …
42 …alled cache line was sourced from a Level-3 cache that is not on the same book as the Data cache (…
49 …installed cache line was sourced from memory that is attached to the same book as the Data cache (…
56 …nstalled cache line was sourced from memory that is attached to the s ame book as the Instruction …
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dpcie_quirks.c45 .ident = "Surface Book 1",
48 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Surface Book"),
53 .ident = "Surface Book 2",
56 DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Surface Book 2"),
130 * on some devices (e.g. Surface Book 1), the OS for some reasons in mwifiex_pcie_reset_d3cold_quirk()
/openbmc/linux/Documentation/driver-api/surface_aggregator/
H A Doverview.rst9 introduced on 4th generation devices (Surface Pro 4, Surface Book 1), but
18 4, Surface Book 1), due to the use of a different communication interface
20 Book 2, Surface Laptop 1) and later generation devices, SAM is responsible
24 host. On the Surface Book 2, specifically, it additionally provides an
29 Laptop 3 and Surface Book 3, is responsible for all major HID input (i.e.
/openbmc/linux/Documentation/process/
H A Dkernel-docs.rst69 :Keywords: modules, GPL book, /proc, ioctls, system calls,
71 :Description: A very nice GPL book on the topic of modules
85 :Notes: Debugging book
110 :Notes: Foundational book
119 :Notes: Foundational book
139 :Notes: Foundational book. Further information in
150 :Notes: Foundational book
/openbmc/qemu/docs/devel/
H A Ds390-cpu-topology.rst39 "book-id": 0
54 "book-id": 2
69 "book-id": 1
84 "book-id": 2
108 "book-id": 0,
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOPUBL-1.017book form shall require the citation of the original publisher and author. The publisher and autho…
57 … of this work or derivative works in whole or in part in standard (paper) book form for commercial…
59 …istribution of the work or derivative of the work in any standard (paper) book form is prohibited …
/openbmc/linux/arch/s390/kernel/
H A Dtopology.c54 * Socket/Book linked lists and cpu_topology updates are
120 struct mask_info *book, in add_cpus_to_mask() argument
138 topo->book_id = book->id; in add_cpus_to_mask()
144 cpumask_set_cpu(cpu, &book->mask); in add_cpus_to_mask()
182 struct mask_info *book = &book_info; in tl_to_masks() local
196 book = book->next; in tl_to_masks()
197 book->id = tle->container.id; in tl_to_masks()
204 add_cpus_to_mask(&tle->cpu, drawer, book, socket); in tl_to_masks()
523 { cpu_book_mask, SD_INIT_NAME(BOOK) },
/openbmc/linux/sound/soc/codecs/
H A Dtas2781-fmwlib.c1268 static bool check_inpage_yram(struct tas_crc *cd, unsigned char book, in check_inpage_yram() argument
1273 if (book == TAS2781_YRAM_BOOK1) { in check_inpage_yram()
1277 if (book == TAS2781_YRAM_BOOK2 && page == TAS2781_YRAM5_PAGE) in check_inpage_yram()
1314 static bool check_inblock_yram(struct tas_crc *cd, unsigned char book, in check_inblock_yram() argument
1319 if (book == TAS2781_YRAM_BOOK1 || book == TAS2781_YRAM_BOOK2) in check_inblock_yram()
1325 static bool check_yram(struct tas_crc *cd, unsigned char book, in check_yram() argument
1330 in = check_inpage_yram(cd, book, page, reg, len); in check_yram()
1333 in = check_inblock_yram(cd, book, page, reg, len); in check_yram()
1340 unsigned short chn, unsigned char book, unsigned char page, in tasdev_multibytes_chksum() argument
1356 if ((book == TASDEVICE_BOOK_ID(TAS2781_SA_COEFF_SWAP_REG)) in tasdev_multibytes_chksum()
[all …]
/openbmc/linux/Documentation/driver-api/80211/
H A Dmac80211.rst6 part of the book while implementing a mac80211 driver. In some chapters,
9 This part of the book only covers station and monitor mode
11 modes is covered in the second part of the book.
30 references to other parts of the book.
/openbmc/linux/drivers/platform/surface/aggregator/
H A DKconfig12 Surface devices (i.e. Surface Pro 5, Surface Book 2, Surface Laptop,
21 - clipboard detachment system control (Surface Book 2 and 3)
22 - HID / keyboard input (Surface Laptops, Surface Book 3)
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/
H A D0003-contact-Replace-the-Novell-sample-contact-with-somet.patch10 src/addressbook/libedata-book/ximian-vcard.h | 179 +++++++++++--------
13 diff --git a/src/addressbook/libedata-book/ximian-vcard.h b/src/addressbook/libedata-book/ximian-vc…
15 --- a/src/addressbook/libedata-book/ximian-vcard.h
16 +++ b/src/addressbook/libedata-book/ximian-vcard.h
/openbmc/qemu/qapi/
H A Dmachine-common.json48 # @book: book level. The @books option in SMPConfiguration is used
62 'socket', 'book', 'drawer', 'default' ] }
/openbmc/openbmc/poky/meta-selftest/recipes-devtools/python/
H A Dpython3-guessing-game_git.bb.upgraded1 SUMMARY = "The guessing game from The Rust Book using pyo3."
2 DESCRIPTION = "Wrap a version of the guessing game from The Rust Book \
H A Dpython3-guessing-game_git.bb1 SUMMARY = "The guessing game from The Rust Book using pyo3."
2 DESCRIPTION = "Wrap a version of the guessing game from The Rust Book \
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dmmu.h12 /* Freescale Book-E software loaded TLB or Book-3e (ISA 2.06+) MMU */
/openbmc/linux/drivers/watchdog/
H A Dbooke_wdt.c3 * Watchdog timer for PowerPC Book-E systems
198 .identity = "PowerPC Book-E Watchdog",
224 pr_info("powerpc book-e watchdog driver loaded\n"); in booke_wdt_init()
242 MODULE_DESCRIPTION("PowerPC Book-E watchdog driver");

12345678910>>...15