Home
last modified time | relevance | path

Searched full:its (Results 1 – 25 of 49) sorted by relevance

12

/kvm-unit-tests/arm/
H A Dunittests.cfg168 [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 DMakefile.arm6442 cflatobjs += lib/arm64/gic-v3-its.o lib/arm64/gic-v3-its-cmd.o
H A Dgic.c21 #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 Dgic-v3-its.h2 * ITS 32-bit stubs
12 #error Do not directly include <asm/gic-v3-its.h>. Include <asm/gic.h>
H A Dgic.h44 #include <asm/gic-v3-its.h>
/kvm-unit-tests/
H A DCOPYRIGHT8 Many files in this directory and its subdirectories are also licensed under
H A DLICENSE14 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 Derrata.txt8 8c58be34494b : 5.6 : KVM: arm/arm64: vgic-its: Fix restoration of unma…
H A D.gitlab-ci.yml41 its-introspection
42 its-trigger
101 its-introspection
102 its-trigger
/kvm-unit-tests/lib/arm64/asm/
H A Dgic-v3-its.h2 * 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 Dgic.c52 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, &reg); in gic_get_dt_bases()
H A Dio.c27 * its generated device tree.
/kvm-unit-tests/lib/
H A Dalloc.h7 * The first is a set of alloc function wrappers for malloc and its
H A Dalloc_phys.h9 * can be allocated, but then have its memory managed by a more
H A Ddevicetree.h223 * 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 Dalloc_page.h108 * If the specified range cannot be reserved in its entirety, no action is
/kvm-unit-tests/x86/efi/
H A DREADME.md45 above-mentioned files in its build process:
H A Dcrt0-efi-x86_64.S21 * Neither the name of Hewlett-Packard Co. nor the names of its
H A Dreloc_x86_64.c21 * Neither the name of Hewlett-Packard Co. nor the names of its
/kvm-unit-tests/arm/efi/
H A Dreloc_aarch64.c18 * Neither the name of Hewlett-Packard Co. nor the names of its
/kvm-unit-tests/lib/libfdt/
H A Dlibfdt.h28 * 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 Dfdt_overlay.c605 * 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 Dgic-v3-its-cmd.c5 * 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 Dreloc_riscv64.c20 * Neither the name of Hewlett-Packard Co. nor the names of its
/kvm-unit-tests/lib/riscv/
H A Dio.c25 * its generated device tree.

12