/qemu/target/xtensa/core-dsp3400/ |
H A D | core-matmap.h | 134 * 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 D | core-matmap.h | 150 * 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 D | qdev-device-use.txt | 41 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 D | pcie_pci_bridge.txt | 103 To enable device hot-plug into the bridge on Linux there're 3 ways:
|
/qemu/docs/about/ |
H A D | index.rst | 7 QEMU can be used in several different ways. The most common is for
|
/qemu/linux-user/x86_64/ |
H A D | vdso.S | 41 * We can handle this several ways:
|
/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | interrupt.py | 26 # While there are cleaner ways to do this, we want to minimize the number of
|
/qemu/tests/tcg/arm/ |
H A D | commpage.c | 7 * is a 32 bit invention and similar to the vdso segment in many ways.
|
/qemu/tests/qemu-iotests/ |
H A D | 227 | 4 # Test query-blockstats with different ways to create a BB
|
/qemu/target/ppc/ |
H A D | mmu_helper.c | 68 /* 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 D | mmu-booke.c | 399 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 D | cpu_features.h | 21 /* CPU features are announced via different ways */
|
/qemu/docs/devel/ |
H A D | docs.rst | 15 are processed in two ways:
|
H A D | stable-process.rst | 36 There are various ways to get a patch into stable:
|
H A D | conflict-resolution.rst | 43 committee has to intervene, here are some of the ways they might respond:
|
H A D | zoned-storage.rst | 55 Additionally, QEMU has several ways of supporting zoned storage, including:
|
/qemu/docs/system/devices/ |
H A D | usb-u2f.rst | 60 there are three possible ways to configure the ``u2f-emulated`` device:
|
/qemu/hw/acpi/ |
H A D | cxl.c | 135 * 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 D | target-riscv.rst | 29 Because RISC-V systems differ so much and in fundamental ways, typically
|
H A D | target-arm.rst | 39 Because Arm systems differ so much and in fundamental ways, typically
|
H A D | cpu-models-x86.rst.inc | 10 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 D | aes-round.h | 21 * endianness issues in different ways. Just use inline asm instead.
|
/qemu/docs/interop/ |
H A D | prl-xml.rst | 180 described via two ways: via the ``TopGUID`` child
|
/qemu/ |
H A D | README.rst | 161 The QEMU community can be contacted in a number of ways, with the two
|
/qemu/hw/cxl/ |
H A D | cxl-component-utils.c | 502 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()
|