Home
last modified time | relevance | path

Searched full:present (Results 1 – 25 of 33) sorted by relevance

12

/kvm-unit-tests/lib/x86/
H A Dintel-iommu.c30 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 Dvm.c42 * 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 Ddesc.c24 {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 Dmalloc_io.h18 * If Protected Virtualisation facility is present, shares the pages
38 * If Protected Virtualisation facility is present, unshares the pages
H A Dsie.c168 * present. in sie_guest_alloc()
/kvm-unit-tests/x86/
H A Dasyncpf.c46 /* 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 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 Dtaskswitch2.c68 if (*error_code == 0x2) /* write access, not present */ in do_pf_tss()
/kvm-unit-tests/s390x/
H A Duv-guest.c83 * 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 Dcpumodel.c125 report_skip("facility %d not present", dep[i].facility); in main()
H A Dmvpg.c104 * is present (STFLE bit 149) in test_exceptions()
H A Dtopology.c559 report_skip("Topology facility not present"); in main()
/kvm-unit-tests/x86/efi/
H A DREADME.md50 dynamic relocations that may be present in the shared object
/kvm-unit-tests/lib/linux/
H A Dpci_regs.h477 #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 Dcpumask.h203 static inline void set_cpu_present(int cpu, bool present) in set_cpu_present() argument
205 if (present) in set_cpu_present()
H A Dacpi.h146 u32 S4bios_f:1; /* Indicates if S4BIOS support is present */
H A Defi.c391 * UEFI appends initrd=initrd to the command line when an initrd is present. in efi_load_initrd()
/kvm-unit-tests/scripts/
H A Dmkstandalone.sh51 echo 'echo "skip '"$testname"' (test kernel not present)"'
/kvm-unit-tests/lib/arm/
H A Dio.c149 * up when chr-testdev is not present. in exit()
/kvm-unit-tests/powerpc/
H A Dtm.c136 /* kvm-unit-tests can limit number of CPUs present */ in main()
/kvm-unit-tests/arm/
H A Dpl031.c241 report_skip("Skipping PL031 tests. No device present."); in main()
H A Dmicro-bench.c68 printf("No supported gic present, skipping tests...\n"); in test_init()
/kvm-unit-tests/lib/arm/asm/
H A Dpgtable-hwdef.h33 #define L_PTE_PRESENT (_AT(pteval_t, 3) << 0) /* Present */
/kvm-unit-tests/lib/powerpc/
H A Dsetup.c68 printf("Warning: Number of present CPUs exceeds maximum supported (%d).\n", NR_CPUS); in cpu_set()

12