/kvm-unit-tests/arm/ |
H A D | unittests.cfg | 168 [its-introspection] 171 extra_params = -machine gic-version=3 -append 'its-introspection' 172 groups = its 175 [its-trigger] 178 extra_params = -machine gic-version=3 -append 'its-trigger' 179 groups = its 182 [its-migration] 185 extra_params = -machine gic-version=3 -append 'its-migration' 186 groups = its migration 189 [its-pending-migration] [all …]
|
H A D | Makefile.arm64 | 42 cflatobjs += lib/arm64/gic-v3-its.o lib/arm64/gic-v3-its-cmd.o
|
H A D | gic.c | 21 #include <asm/gic-v3-its.h> 589 report_skip("No ITS, skip ..."); in test_its_introspection() 601 report(typer->phys_lpi, "ITS supports physical LPIs"); in test_its_introspection() 622 report_skip("No ITS, skip ..."); in its_prerequisites() 973 } else if (!strcmp(argv[1], "its-trigger")) { in main() 977 } else if (!strcmp(argv[1], "its-migration")) { in main() 981 } else if (!strcmp(argv[1], "its-pending-migration")) { in main() 985 } else if (!strcmp(argv[1], "its-migrate-unmapped-collection")) { in main() 989 } else if (strcmp(argv[1], "its-introspection") == 0) { in main()
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | gic-v3-its.h | 2 * ITS 32-bit stubs 12 #error Do not directly include <asm/gic-v3-its.h>. Include <asm/gic.h>
|
H A D | gic.h | 44 #include <asm/gic-v3-its.h>
|
/kvm-unit-tests/ |
H A D | COPYRIGHT | 8 Many files in this directory and its subdirectories are also licensed under
|
H A D | LICENSE | 14 software--to make sure the software is free for all its users. This 46 want its recipients to know that what they have is not the original, so 73 covered by this License; they are outside its scope. The act of 75 is covered only if its contents constitute a work based on the 117 themselves, then this License, and its terms, do not apply to those 182 distribute the Program or its derivative works. These actions are 186 all its terms and conditions for copying, distributing or modifying
|
H A D | errata.txt | 8 8c58be34494b : 5.6 : KVM: arm/arm64: vgic-its: Fix restoration of unma…
|
H A D | .gitlab-ci.yml | 41 its-introspection 42 its-trigger 101 its-introspection 102 its-trigger
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | gic-v3-its.h | 2 * All ITS* defines are lifted from include/linux/irqchip/arm-gic-v3.h 12 #error Do not directly include <asm/gic-v3-its.h>. Include <asm/gic.h> 110 * ITS commands
|
/kvm-unit-tests/lib/arm/ |
H A D | gic.c | 52 struct dt_device gic, its; in gic_get_dt_bases() local 91 if (!strcmp((char *)prop->data, "arm,gic-v3-its")) { in gic_get_dt_bases() 92 dt_device_bind_node(&its, subnode); in gic_get_dt_bases() 93 ret = dt_pbus_translate(&its, 0, ®); in gic_get_dt_bases()
|
H A D | io.c | 27 * its generated device tree.
|
/kvm-unit-tests/lib/ |
H A D | alloc.h | 7 * The first is a set of alloc function wrappers for malloc and its
|
H A D | alloc_phys.h | 9 * can be allocated, but then have its memory managed by a more
|
H A D | devicetree.h | 223 * dt_get_initrd gets the physical address of the initrd and its 244 * passing it its fdt node, its reg property value, and @info
|
H A D | alloc_page.h | 108 * If the specified range cannot be reserved in its entirety, no action is
|
/kvm-unit-tests/x86/efi/ |
H A D | README.md | 45 above-mentioned files in its build process:
|
H A D | crt0-efi-x86_64.S | 21 * Neither the name of Hewlett-Packard Co. nor the names of its
|
H A D | reloc_x86_64.c | 21 * Neither the name of Hewlett-Packard Co. nor the names of its
|
/kvm-unit-tests/arm/efi/ |
H A D | reloc_aarch64.c | 18 * Neither the name of Hewlett-Packard Co. nor the names of its
|
/kvm-unit-tests/lib/libfdt/ |
H A D | libfdt.h | 28 * tree, but its buffer did not have sufficient space to 90 * is not NUL-terminated within the length of its value. */ 494 * fdt_path_offset_namelen - find a tree node by its full path 509 * fdt_path_offset - find a tree node by its full path 589 * -FDT_ERR_NOTFOUND, if the given property is the last in its node 894 * 0, its immediate subnodes depth 1 and so forth). So 924 * has depth 0, its immediate subnodes depth 1 and so forth. 1032 * @compatible property with the given string as one of its elements, 1114 * fdt_stringlist_search - find a string in a string list and return its index 1183 * When the node has a valid #address-cells property, returns its value. [all …]
|
H A D | fdt_overlay.c | 605 * overlay_merge - Merge an overlay into its base device tree 609 * overlay_merge() merges an overlay into its base device tree. 863 * The overlay has been damaged, erase its magic. in fdt_overlay_apply() 871 * The overlay might have been damaged, erase its magic. in fdt_overlay_apply() 876 * The base device tree might have been damaged, erase its in fdt_overlay_apply()
|
/kvm-unit-tests/lib/arm64/ |
H A D | gic-v3-its-cmd.c | 5 * drivers/irqchip/irq-gic-v3-its.c 87 /* ITS COMMANDS */ 226 printf("ITS: MAPD devid=%d size = 0x%x itt=0x%lx valid=%d\n", in its_build_mapd_cmd()
|
/kvm-unit-tests/riscv/efi/ |
H A D | reloc_riscv64.c | 20 * Neither the name of Hewlett-Packard Co. nor the names of its
|
/kvm-unit-tests/lib/riscv/ |
H A D | io.c | 25 * its generated device tree.
|