Home
last modified time | relevance | path

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

12

/kvm-unit-tests/lib/
H A Dalloc_page.h107 * Reserves the specified physical memory range if possible.
108 * If the specified range cannot be reserved in its entirety, no action is
116 * Frees a reserved memory range that had been reserved with
118 * The memory range does not need to match a previous allocation
H A Dpci-host-generic.c97 prop = fdt_get_property(fdt, node, "bus-range", &len); in pci_dt_probe()
H A Dalloc_page.c77 * This function returns true if the given pfn falls in the usable range of
471 /* the number must be within the allowed range */ in _page_alloc_init_area()
/kvm-unit-tests/lib/riscv/asm/
H A Dsbi.h177 /* Range 0x00000000 - 0x0000ffff */
191 /* Range 0x00010000 - 0x0001ffff */
203 /* Range 0x00100000 - 0x0010ffff */
216 /* Range 0xffff0000 - 0xffffffff */
/kvm-unit-tests/lib/s390x/
H A Dmmu.h51 * Applies the given protection bits to the given 4kB pages range,
60 * Clears the given protection bits from the given 4kB pages range,
H A Dmalloc_io.h15 * Allocates a page aligned page bound range of contiguous real or
/kvm-unit-tests/powerpc/
H A Dinterrupts.c171 report(got_interrupt, "dsi on out of range dereference"); in test_mmu()
182 report(got_interrupt, "dseg on out of range dereference"); in test_mmu()
192 report(got_interrupt, "isi on out of range fetch"); in test_mmu()
203 report(got_interrupt, "isi on out of range fetch"); in test_mmu()
/kvm-unit-tests/lib/riscv/
H A Dsetup.c97 * start in the 3G-4G range, which is reserved for virtual addresses, in mem_allocator_init()
101 * TODO: Allow the VA range to shrink and move. in mem_allocator_init()
/kvm-unit-tests/x86/
H A Dlam.c203 * range is allocated in this test. in test_lam_sup()
240 "Identical mapping range check"); in test_lam_user()
H A Dpks.c88 // Present the same 16MB as supervisor pages in the 16MB-32MB range in main()
H A Dsmap.c113 // Present the same 8MB as user pages in the 8MB-16MB range in main()
H A Dkvmclock.c121 * Note: The tv_nsec part is always in the range of
H A Dpmu.c190 * against precise counts instead of a rough valid count range.
224 * can be verified against a precise count instead of a rough range. in adjust_events_range()
H A Daccess.c202 /* Returns the size of the range covered by the last processed entry. */
H A Dvmx_tests.c3968 * - range 0 - 255 (bits 15:8 are all 0).
4408 * field is in the range 0 - 15. in test_invalid_event_injection()
5474 * in the range 63:32.
7052 * be such that bits 63:52 and bits in the range 51:32 beyond the
7557 * @val: value that the bit range must or must not contain
8880 "RDTSC value in the guest (%lu) is in range [%lu, %lu]", in vmx_store_tsc_test()
8883 "IA32_TSC value saved in the VM-exit MSR-store list (%lu) is in range [%lu, %lu]", in vmx_store_tsc_test()
/kvm-unit-tests/lib/arm/asm/
H A Dsysreg.h17 #define CR_D (1 << 5) /* 32-bit data address range */
/kvm-unit-tests/scripts/
H A Dpretty_print_stacks.py21 for i in range(len(addrs)):
H A Dget_maintainer.pl74 my @range = ();
580 push(@range, "$lastfile:$1:$2");
1602 if (@range && $VCS_cmds{"blame_range_cmd"} eq "") {
1609 foreach my $file_range_diff (@range) {
1619 } elsif (@range) {
1620 foreach my $file_range_diff (@range) {
/kvm-unit-tests/lib/arm/
H A Dsetup.c186 /* Ensure our selected freemem range is somewhere in our full range */ in mem_init()
/kvm-unit-tests/lib/libfdt/
H A Dlibfdt.h113 /* Valid values for phandles range from 1 to 2^32-2. */
1199 * fdt_size_cells - retrieve address range size for a bus represented in the
1202 * @nodeoffset: offset of the node to find the address range size for
1945 * fdt_appendprop_addrrange - append a address range property
1950 * @addr: start address of a given range
1951 * @size: size of a given range
1953 * fdt_appendprop_addrrange() appends an address range value (start
/kvm-unit-tests/lib/linux/
H A Dpci_regs.h124 #define PCI_IO_BASE 0x1c /* I/O range behind the bridge */
132 #define PCI_MEMORY_BASE 0x20 /* Memory range behind */
136 #define PCI_PREF_MEMORY_BASE 0x24 /* Prefetchable memory range behind */
142 #define PCI_PREF_BASE_UPPER32 0x28 /* Upper half of prefetchable memory range */
H A Defi.h129 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */
/kvm-unit-tests/lib/x86/
H A Dintel-iommu.c169 * vtd_map_range: setup IO address mapping for specific memory range
/kvm-unit-tests/
H A DLICENSE220 generous contributions to the wide range of software distributed
/kvm-unit-tests/arm/
H A Dpmu.c408 /* try to configure an unsupported event within the range [0x0, 0x3F] */ in test_event_counter_config()

12