Searched full:lowest (Results 1 – 25 of 78) sorted by relevance
1234
/qemu/include/qemu/ |
H A D | cpu-float.h | 44 uint32_t lowest; member 52 uint32_t lowest; member
|
H A D | bitops.h | 505 * @start: the lowest bit in the bit field (numbered from 0) 524 * @start: the lowest bit in the bit field (numbered from 0) 543 * @start: the lowest bit in the bit field (numbered from 0) 562 * @start: the lowest bit in the bit field (numbered from 0) 581 * @start: the lowest bit in the bit field (numbered from 0) 606 * @start: the lowest bit in the bit field (numbered from 0) 631 * @start: the lowest bit in the bit field (numbered from 0) 657 * @start: the lowest bit in the bit field (numbered from 0)
|
H A D | hbitmap.h | 280 * the lowest-numbered bit that is set in @hb, starting at @first.
|
/qemu/hw/char/ |
H A D | spapr_vty.c | 214 * arbitrarily choose the one with the lowest reg value. in spapr_vty_get_default() 234 /* Choose VTY with lowest reg value */ in spapr_vty_get_default() 250 * We search all VIO devices, and grab the vty with the lowest in vty_lookup()
|
/qemu/docs/system/s390x/ |
H A D | bootdevices.rst | 18 Multiple devices may have a bootindex. The lowest bootindex is assigned to the 20 lowest bootindex will be tried and so on until IPL is successful or there are no
|
/qemu/ |
H A D | page-vary-common.c | 32 * The target page size is the lowest common denominator for all in set_preferred_target_page_bits_common()
|
/qemu/tests/tcg/multiarch/linux/ |
H A D | linux-sigrtminmax.c | 2 * Test the lowest and the highest real-time signals.
|
/qemu/include/system/ |
H A D | os-posix.h | 71 * Returns: pointer to (the lowest address of) the stack memory.
|
H A D | os-wasm.h | 74 * Returns: pointer to (the lowest address of) the stack memory.
|
/qemu/docs/system/ |
H A D | bootindex.rst | 13 ``bootindex`` property is not set for a device, it gets the lowest
|
/qemu/include/hw/pci-host/ |
H A D | dino.h | 112 uint32_t config_reg_dino; /* keep original copy, including 2 lowest bits */
|
/qemu/qapi/ |
H A D | acpi.json | 28 # String fields are copied into the matching ACPI member from lowest
|
H A D | rocker.json | 123 # @priority: key priority, 0 being lowest priority
|
/qemu/target/s390x/ |
H A D | cpu_models.h | 48 uint16_t lowest_ibc; /* lowest IBC that the hardware supports */
|
/qemu/scripts/ |
H A D | cpu-x86-uarch-abi.py | 171 # Determine how many extra features are present compared to the lowest
|
/qemu/hw/riscv/ |
H A D | boot.c | 299 * Considering that 'dram_end' is the lowest value between 304 * put at the lowest value between 3072 MiB and 'dram_end';
|
/qemu/linux-user/ |
H A D | user-internals.h | 76 * @loaddr: the lowest fixed address within the executable
|
/qemu/hw/intc/ |
H A D | ioapic_common.c | 81 "fixed", "lowest", "SMI", "...", "NMI", "INIT", "...", "extINT"}; in ioapic_print_redtbl()
|
/qemu/docs/interop/ |
H A D | parallels.rst | 66 Only the lowest 4 bytes are used. The highest 4 bytes must be
|
/qemu/target/arm/tcg/ |
H A D | translate-a64.h | 87 * still the lowest and vfp.zregs[n].d[15] the highest of the in vec_reg_offset()
|
/qemu/chardev/ |
H A D | char-parallel.c | 96 /* Linux gives only the lowest bits, and no way to know data in pp_ioctl()
|
/qemu/rust/qemu-api-macros/src/ |
H A D | bits.rs | 53 // start from the lowest precedence in parse_primary()
|
/qemu/hw/9pfs/ |
H A D | 9p.h | 306 * Length of the affix, that is how many (of the lowest) bits of ``value``
|
/qemu/include/hw/xen/interface/ |
H A D | event_channel.h | 335 /* Events may have priorities from 0 (highest) to 15 (lowest). */
|
/qemu/hw/scsi/ |
H A D | vmw_pvscsi.h | 276 * completion of the i/o. For guest OSes that use lowest priority message
|
1234