Home
last modified time | relevance | path

Searched full:range (Results 1 – 17 of 17) sorted by relevance

/kvmtool/util/
H A Drbtree-interval.c25 struct rb_int_node *range; in rb_int_search_range() local
27 range = rb_int_search_single(root, low); in rb_int_search_range()
28 if (range == NULL) in rb_int_search_range()
31 /* We simply verify that 'high' is smaller than the end of the range where 'low' is located */ in rb_int_search_range()
32 if (range->high < high) in rb_int_search_range()
35 return range; in rb_int_search_range()
H A Dbitmap.c178 * the range.
179 * Optionally each range can be postfixed to denote that only parts of it
180 * should be set. The range will divided to groups of specific size.
182 * Syntax: range:used_size/group_size
H A Dset_private_br.sh28 …dnsmasq --strict-order --bind-interfaces --listen-address $subnet.1 --dhcp-range $subnet.1,$subnet…
/kvmtool/powerpc/
H A Dspapr.h29 #define H_PARAMETER -4 /* Parameter invalid, out-of-range or conflicting */
64 * range which is reserved by PAPR for "platform-specific" hcalls.
H A Dspapr_pci.c283 _FDT(fdt_setprop(fdt, bus_off, "bus-range", &bus_range, sizeof(bus_range))); in spapr_populate_pci_devices()
/kvmtool/arm/aarch64/include/asm/
H A Dkvm.h169 * PMU filter structure. Describe a range of events with a particular
310 /* Z- and P-regs occupy blocks at the following offsets within this range: */
524 * If we ever need to introduce a new range, it will be described as
525 * such in the range field.
539 __u32 range; /* Requested range */ member
/kvmtool/riscv/
H A Dpci.c25 /* Bus range */ in pci__generate_fdt_nodes()
66 _FDT(fdt_property(fdt, "bus-range", bus_range, sizeof(bus_range))); in pci__generate_fdt_nodes()
/kvmtool/arm/
H A Dpci.c34 /* Bus range */ in pci__generate_fdt_nodes()
70 _FDT(fdt_property(fdt, "bus-range", bus_range, sizeof(bus_range))); in pci__generate_fdt_nodes()
/kvmtool/include/linux/
H A Dvirtio_blk.h294 /* Unmap this range (only valid for write zeroes command) */
297 /* Discard/write zeroes range for each request. */
303 /* flags for this range */
H A Dvfio.h248 * areas specified may fail (such as the range covering a PCI MSI-X table) or
352 * the range of subindexes being specified.
432 * as well as the MMIO range 0xa0000 to 0xbffff. Each implemented
433 * range is found at it's identity mapped offset from the region
/kvmtool/mips/
H A Dkvm-cpu.c107 pr_warning("hypercall_write_cons term out of range <%d>", term); in kvm_cpu__hypercall_write_cons()
123 pr_warning("hypercall_write_cons len out of range <%d>", len); in kvm_cpu__hypercall_write_cons()
H A Dkvm.c43 /* one region for memory that fits below MMIO range */ in kvm__init_ram()
/kvmtool/riscv/include/asm/
H A Dkvm.h333 * APLIC register (range 0x0000-0x3FFF) and it must be 4-byte aligned.
339 * value of the IMSIC register (range 0x70-0xFF) whereas the higher order
/kvmtool/x86/
H A Dkvm.c112 /* First RAM range from zero to the PCI gap: */ in kvm__init_ram()
120 /* Second RAM range from 4GB to the end of RAM: */ in kvm__init_ram()
/kvmtool/arm/aarch64/
H A Dkvm-cpu.c174 die("SVE vector length out of range: %s", arg); in sve_vl_parser()
/kvmtool/
H A DCOPYING221 generous contributions to the wide range of software distributed
/kvmtool/vfio/
H A Dpci.c103 * Initial registration of the full range. This enables the physical in vfio_pci_enable_msis()