Home
last modified time | relevance | path

Searched refs:ranges (Results 1 – 13 of 13) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/
A Dkexec.c68 } ranges[16] __initdata; variable
115 if ( idx >= ARRAY_SIZE(ranges) ) in parse_crashkernel()
137 ranges[idx].end = parse_size_and_unit(cur = str, &str); in parse_crashkernel()
140 if ( ranges[idx].end <= ranges[idx].start ) in parse_crashkernel()
148 ranges[idx].end = -1; in parse_crashkernel()
163 if ( idx < ARRAY_SIZE(ranges) ) in parse_crashkernel()
164 ranges[idx].size = 0; in parse_crashkernel()
259 if ( !ranges[idx].size ) in set_kexec_crash_area_size()
262 if ( ranges[idx].size >= system_ram ) in set_kexec_crash_area_size()
268 if ( ranges[idx].start <= system_ram && ranges[idx].end > system_ram ) in set_kexec_crash_area_size()
[all …]
A Ddevice_tree.c697 const __be32 *ranges; in dt_translate_one() local
702 ranges = dt_get_property(parent, rprop, &rlen); in dt_translate_one()
703 if ( ranges == NULL ) in dt_translate_one()
721 for ( ; rlen >= rone; rlen -= rone, ranges += rone ) in dt_translate_one()
723 offset = bus->map(addr, ranges, na, ns, pna); in dt_translate_one()
732 memcpy(addr, ranges + na, 4 * pna); in dt_translate_one()
865 const __be32 *ranges; in dt_for_each_range() local
878 ranges = dt_get_property(dev, "ranges", &rlen); in dt_for_each_range()
879 if ( ranges == NULL ) in dt_for_each_range()
925 memcpy(addr, ranges + na, 4 * pna); in dt_for_each_range()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/
A Dgeneric.c17 unsigned int ranges; /* number of MTRRs in this block */ member
45 for (block = fixed_range_blocks; block->ranges; ++block) { in get_fixed_ranges()
48 for (i = 0; i < block->ranges; ++i, ++p) in get_fixed_ranges()
162 for (; block->ranges; ++block, step >>= 2) { in print_mtrr_state()
163 for (i = 0; i < block->ranges; ++i, fr += 8) { in print_mtrr_state()
312 while (fixed_range_blocks[++block].ranges) in set_fixed_ranges()
313 for (range=0; range < fixed_range_blocks[block].ranges; range++) in set_fixed_ranges()
/xen-4.10.0-shim-comet/docs/misc/arm/
A Dpassthrough.txt34 ranges;
50 - ranges
69 Please refer to your platform docs for the MMIO ranges and interrupts.
/xen-4.10.0-shim-comet/tools/flask/policy/policy/
A Ddevice_contexts5 # The PCI, IRQ, memory, and I/O port ranges are hardware-specific.
/xen-4.10.0-shim-comet/docs/man/
A Dxentrace.pod.844 ranges as described below, or the string I<all>. Hex values are limited
A Dxl.pod.1.in1037 pre-empting. The default is 30ms. Valid ranges are 1ms to 1000ms.
1280 nodes can be specified as single CPU/node IDs or as ranges.
1299 nodes can be specified as single CPU/node IDs or as ranges, using the
A Dxl.cfg.pod.5.in1124 B<gfx_passthru> also enables various legacy VGA memory ranges, BARs, MMIOs,
/xen-4.10.0-shim-comet/docs/designs/
A Ddmop.markdown15 to ensure it is not within restricted address ranges, such as kernel
/xen-4.10.0-shim-comet/docs/misc/
A Dpvh.markdown45 as HVM guests, using the hypervisor cpuid leaves and msr ranges.
A Dxsm-flask.txt321 the ranges being denied to more easily determine what resources are required.
324 may require multiple passes to find all required ranges.
A Dkconfig-language.txt123 - numerical ranges: "range" <symbol> <symbol> ["if" <expr>]
A Dxen-command-line.markdown224 Specify that certain pages, or certain ranges of pages contain bad
1520 page will be mapped. The ranges are inclusive when start and end are specified.
1536 namely ';', refer to the grub2 documentation if multiple ranges are specified.

Completed in 20 milliseconds