Searched full:range (Results 1 – 17 of 17) sorted by relevance
/kvmtool/util/ |
H A D | rbtree-interval.c | 25 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 D | bitmap.c | 178 * 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 D | set_private_br.sh | 28 …dnsmasq --strict-order --bind-interfaces --listen-address $subnet.1 --dhcp-range $subnet.1,$subnet…
|
/kvmtool/powerpc/ |
H A D | spapr.h | 29 #define H_PARAMETER -4 /* Parameter invalid, out-of-range or conflicting */ 64 * range which is reserved by PAPR for "platform-specific" hcalls.
|
H A D | spapr_pci.c | 283 _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 D | kvm.h | 169 * 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 D | pci.c | 25 /* 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 D | pci.c | 34 /* 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 D | virtio_blk.h | 294 /* Unmap this range (only valid for write zeroes command) */ 297 /* Discard/write zeroes range for each request. */ 303 /* flags for this range */
|
H A D | vfio.h | 248 * 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 D | kvm-cpu.c | 107 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 D | kvm.c | 43 /* one region for memory that fits below MMIO range */ in kvm__init_ram()
|
/kvmtool/riscv/include/asm/ |
H A D | kvm.h | 333 * 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 D | kvm.c | 112 /* 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 D | kvm-cpu.c | 174 die("SVE vector length out of range: %s", arg); in sve_vl_parser()
|
/kvmtool/ |
H A D | COPYING | 221 generous contributions to the wide range of software distributed
|
/kvmtool/vfio/ |
H A D | pci.c | 103 * Initial registration of the full range. This enables the physical in vfio_pci_enable_msis()
|