Home
last modified time | relevance | path

Searched full:ways (Results 1 – 25 of 83) sorted by relevance

1234

/qemu/target/xtensa/core-dsp3400/
H A Dcore-matmap.h134 * way = each TLB (ITLB and DTLB) consists of a number of "ways"
141 * set = group of contiguous ways with exactly identical parameters
143 * from the page table and storing it in one of the auto-refill ways;
153 * TLB ways that support multiple page sizes:
159 * this list may be sparse for auto-refill ways because auto-refill
160 * ways have independent lists of supported page sizes sharing a
164 * - is only possible for ways 0 thru 7 (due to ITLBCFG/DTLBCFG definition).
177 #define XCHAL_ITLB_WAY_BITS 0 /* number of bits holding the ways */
178 #define XCHAL_ITLB_WAYS 1 /* number of ways (n-way set-associative TLB) */
179 #define XCHAL_ITLB_ARF_WAYS 0 /* number of auto-refill ways */
[all …]
/qemu/target/xtensa/core-de233_fpu/
H A Dcore-matmap.h150 * way = each TLB (ITLB and DTLB) consists of a number of "ways"
157 * set = group of contiguous ways with exactly identical parameters
159 * from the page table and storing it in one of the auto-refill ways;
169 * TLB ways that support multiple page sizes:
175 * this list may be sparse for auto-refill ways because auto-refill
176 * ways have independent lists of supported page sizes sharing a
180 * - is only possible for ways 0 thru 7 (due to ITLBCFG/DTLBCFG definition).
193 #define XCHAL_ITLB_WAY_BITS 3 /* number of bits holding the ways */
194 #define XCHAL_ITLB_WAYS 7 /* number of ways (n-way set-associative TLB) */
195 #define XCHAL_ITLB_ARF_WAYS 4 /* number of auto-refill ways */
[all …]
/qemu/docs/
H A Dqdev-device-use.txt41 The old ways to define block devices define host and guest part
48 The various old ways to define drives all boil down to the common form
153 The old ways to define character devices define host and guest part
159 The various old ways to define a character device are all of the
H A Dpcie_pci_bridge.txt103 To enable device hot-plug into the bridge on Linux there're 3 ways:
/qemu/docs/about/
H A Dindex.rst7 QEMU can be used in several different ways. The most common is for
/qemu/linux-user/x86_64/
H A Dvdso.S41 * We can handle this several ways:
/qemu/tests/tcg/multiarch/gdbstub/
H A Dinterrupt.py26 # While there are cleaner ways to do this, we want to minimize the number of
/qemu/tests/tcg/arm/
H A Dcommpage.c7 * is a 32 bit invention and similar to the vdso segment in many ways.
/qemu/tests/qemu-iotests/
H A D2274 # Test query-blockstats with different ways to create a BB
/qemu/target/ppc/
H A Dmmu_helper.c68 /* Invalidate ITLB + DTLB, all ways */ in ppc6xx_tlb_invalidate_virt2()
1173 int ways = booke206_tlb_ways(env, i); in helper_booke206_tlbsx() local
1175 for (j = 0; j < ways; j++) { in helper_booke206_tlbsx()
1220 int ways = booke206_tlb_ways(env, tlbn); in booke206_invalidate_ea_tlb() local
1223 for (i = 0; i < ways; i++) { in booke206_invalidate_ea_tlb()
1310 int ways = booke206_tlb_ways(env, i); in helper_booke206_tlbilx3() local
1312 for (j = 0; j < ways; j++) { in helper_booke206_tlbilx3()
H A Dmmu-booke.c399 int ways = booke206_tlb_ways(env, i); in mmubooke206_get_physical_address() local
400 for (j = 0; j < ways; j++) { in mmubooke206_get_physical_address()
/qemu/target/s390x/
H A Dcpu_features.h21 /* CPU features are announced via different ways */
/qemu/docs/devel/
H A Ddocs.rst15 are processed in two ways:
H A Dstable-process.rst36 There are various ways to get a patch into stable:
H A Dconflict-resolution.rst43 committee has to intervene, here are some of the ways they might respond:
H A Dzoned-storage.rst55 Additionally, QEMU has several ways of supporting zoned storage, including:
/qemu/docs/system/devices/
H A Dusb-u2f.rst60 there are three possible ways to configure the ``u2f-emulated`` device:
/qemu/hw/acpi/
H A Dcxl.c135 * Interleave ways encoding in CXL 2.0 ECN: 3, 6, 12 and 16-way memory
164 /* Host Bridge Interleave Ways */ in cedt_build_cfmws()
/qemu/docs/system/
H A Dtarget-riscv.rst29 Because RISC-V systems differ so much and in fundamental ways, typically
H A Dtarget-arm.rst39 Because Arm systems differ so much and in fundamental ways, typically
H A Dcpu-models-x86.rst.inc10 Two ways to configure CPU models with QEMU / KVM
231 two ways: (a) check for the *absence* of ``rtm`` in the guest's
/qemu/host/include/ppc/host/crypto/
H A Daes-round.h21 * endianness issues in different ways. Just use inline asm instead.
/qemu/docs/interop/
H A Dprl-xml.rst180 described via two ways: via the ``TopGUID`` child
/qemu/
H A DREADME.rst161 The QEMU community can be contacted in a number of ways, with the two
/qemu/hw/cxl/
H A Dcxl-component-utils.c502 error_setg(errp, "Interleave ways: %d not supported", iw); in cxl_interleave_ways_enc()
519 error_setg(errp, "Encoded interleave ways: %d not supported", iw_enc); in cxl_interleave_ways_dec()

1234