/kvm-unit-tests/lib/ |
H A D | alloc_page.h | 107 * 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 D | pci-host-generic.c | 97 prop = fdt_get_property(fdt, node, "bus-range", &len); in pci_dt_probe()
|
H A D | alloc_page.c | 77 * 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 D | sbi.h | 177 /* Range 0x00000000 - 0x0000ffff */ 191 /* Range 0x00010000 - 0x0001ffff */ 203 /* Range 0x00100000 - 0x0010ffff */ 216 /* Range 0xffff0000 - 0xffffffff */
|
/kvm-unit-tests/lib/s390x/ |
H A D | mmu.h | 51 * 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 D | malloc_io.h | 15 * Allocates a page aligned page bound range of contiguous real or
|
/kvm-unit-tests/powerpc/ |
H A D | interrupts.c | 171 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 D | setup.c | 97 * 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 D | lam.c | 203 * range is allocated in this test. in test_lam_sup() 240 "Identical mapping range check"); in test_lam_user()
|
H A D | pks.c | 88 // Present the same 16MB as supervisor pages in the 16MB-32MB range in main()
|
H A D | smap.c | 113 // Present the same 8MB as user pages in the 8MB-16MB range in main()
|
H A D | kvmclock.c | 121 * Note: The tv_nsec part is always in the range of
|
H A D | pmu.c | 190 * 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 D | access.c | 202 /* Returns the size of the range covered by the last processed entry. */
|
H A D | vmx_tests.c | 3968 * - 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 D | sysreg.h | 17 #define CR_D (1 << 5) /* 32-bit data address range */
|
/kvm-unit-tests/scripts/ |
H A D | pretty_print_stacks.py | 21 for i in range(len(addrs)):
|
H A D | get_maintainer.pl | 74 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 D | setup.c | 186 /* Ensure our selected freemem range is somewhere in our full range */ in mem_init()
|
/kvm-unit-tests/lib/libfdt/ |
H A D | libfdt.h | 113 /* 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 D | pci_regs.h | 124 #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 D | efi.h | 129 #define EFI_MEMORY_RUNTIME ((u64)0x8000000000000000ULL) /* range requires runtime mapping */
|
/kvm-unit-tests/lib/x86/ |
H A D | intel-iommu.c | 169 * vtd_map_range: setup IO address mapping for specific memory range
|
/kvm-unit-tests/ |
H A D | LICENSE | 220 generous contributions to the wide range of software distributed
|
/kvm-unit-tests/arm/ |
H A D | pmu.c | 408 /* try to configure an unsupported event within the range [0x0, 0x3F] */ in test_event_counter_config()
|