/kvm-unit-tests/lib/x86/ |
H A D | intel-iommu.c | 30 uint64_t present:1; member 40 uint64_t present:1; member 55 uint32_t present:1; member 193 if (!re->present) { in vtd_map_range() 197 re->present = 1; in vtd_map_range() 206 if (!ce->present) { in vtd_map_range() 215 ce->present = 1; in vtd_map_range() 260 irte->present = 1; in vtd_setup_irte()
|
H A D | vm.c | 42 * returned PTE isn't necessarily present, but its parent is. 74 * Returns the leaf PTE in the mapping of @virt (i.e., 4K PTE or a present huge 87 * Returns NULL if the PT at @pte_level isn't present (i.e., the mapping at 88 * @pte_level - 1 isn't present). 270 * Furthermore, Intel SDM volume 3 recommends to clear the present bit in split_large_page()
|
H A D | desc.c | 24 {0xffff, 0, 0, .type_limit_flags = 0xcf1b}, /* flat 32-bit code segment, not present */ 38 {0xffff, 0, 0, .type_limit_flags = 0xaf1b}, /* 0x18 64-bit code segment, not present */ 386 set_gdt_entry(sel, tss_sel, 0, 0x85, 0); // task, present in set_gdt_task_gate()
|
/kvm-unit-tests/lib/s390x/ |
H A D | malloc_io.h | 18 * If Protected Virtualisation facility is present, shares the pages 38 * If Protected Virtualisation facility is present, unshares the pages
|
H A D | sie.c | 168 * present. in sie_guest_alloc()
|
/kvm-unit-tests/x86/ |
H A D | asyncpf.c | 46 /* Used for 'page not present' events delivered via #PF */ 147 report_pass("Serviced %d async page faults events (!PRESENT #PF + READY IRQ)", in main()
|
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 | taskswitch2.c | 68 if (*error_code == 0x2) /* write access, not present */ in do_pf_tss()
|
/kvm-unit-tests/s390x/ |
H A D | uv-guest.c | 83 * BIT_UVC_CMD_REMOVE_SHARED_ACCESS are always present as they in test_query() 191 * as the fence tests if both shared bits are present in main()
|
H A D | cpumodel.c | 125 report_skip("facility %d not present", dep[i].facility); in main()
|
H A D | mvpg.c | 104 * is present (STFLE bit 149) in test_exceptions()
|
H A D | topology.c | 559 report_skip("Topology facility not present"); in main()
|
/kvm-unit-tests/x86/efi/ |
H A D | README.md | 50 dynamic relocations that may be present in the shared object
|
/kvm-unit-tests/lib/linux/ |
H A D | pci_regs.h | 477 #define PCI_EXP_DEVCAP_ATN_BUT 0x00001000 /* Attention Button Present */ 478 #define PCI_EXP_DEVCAP_ATN_IND 0x00002000 /* Attention Indicator Present */ 479 #define PCI_EXP_DEVCAP_PWR_IND 0x00004000 /* Power Indicator Present */ 552 #define PCI_EXP_SLTCAP_ABP 0x00000001 /* Attention Button Present */ 553 #define PCI_EXP_SLTCAP_PCP 0x00000002 /* Power Controller Present */ 554 #define PCI_EXP_SLTCAP_MRLSP 0x00000004 /* MRL Sensor Present */ 555 #define PCI_EXP_SLTCAP_AIP 0x00000008 /* Attention Indicator Present */ 556 #define PCI_EXP_SLTCAP_PIP 0x00000010 /* Power Indicator Present */ 561 #define PCI_EXP_SLTCAP_EIP 0x00020000 /* Electromechanical Interlock Present */ 609 * are only present on devices with PCIe Capability version 2.
|
/kvm-unit-tests/lib/ |
H A D | cpumask.h | 203 static inline void set_cpu_present(int cpu, bool present) in set_cpu_present() argument 205 if (present) in set_cpu_present()
|
H A D | acpi.h | 146 u32 S4bios_f:1; /* Indicates if S4BIOS support is present */
|
H A D | efi.c | 391 * UEFI appends initrd=initrd to the command line when an initrd is present. in efi_load_initrd()
|
/kvm-unit-tests/scripts/ |
H A D | mkstandalone.sh | 51 echo 'echo "skip '"$testname"' (test kernel not present)"'
|
/kvm-unit-tests/lib/arm/ |
H A D | io.c | 149 * up when chr-testdev is not present. in exit()
|
/kvm-unit-tests/powerpc/ |
H A D | tm.c | 136 /* kvm-unit-tests can limit number of CPUs present */ in main()
|
/kvm-unit-tests/arm/ |
H A D | pl031.c | 241 report_skip("Skipping PL031 tests. No device present."); in main()
|
H A D | micro-bench.c | 68 printf("No supported gic present, skipping tests...\n"); in test_init()
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | pgtable-hwdef.h | 33 #define L_PTE_PRESENT (_AT(pteval_t, 3) << 0) /* Present */
|
/kvm-unit-tests/lib/powerpc/ |
H A D | setup.c | 68 printf("Warning: Number of present CPUs exceeds maximum supported (%d).\n", NR_CPUS); in cpu_set()
|