Home
last modified time | relevance | path

Searched full:share (Results 1 – 16 of 16) sorted by relevance

/kvm-unit-tests/s390x/snippets/asm/
H A Dpv-icpt-112.S5 * We setup and share a prefix at 0x0 and 0x8000 which the hypervisor
29 /* Share the lowcore */
30 larl %r1, share
54 /* Share the new lowcore */
57 larl %r2, share
73 share: label
/kvm-unit-tests/arm/efi/
H A Drun15 if [ -f /usr/share/qemu-efi-aarch64/QEMU_EFI.fd ]; then
16 DEFAULT_UEFI=/usr/share/qemu-efi-aarch64/QEMU_EFI.fd
17 elif [ -f /usr/share/edk2/aarch64/QEMU_EFI.silent.fd ]; then
18 DEFAULT_UEFI=/usr/share/edk2/aarch64/QEMU_EFI.silent.fd
/kvm-unit-tests/s390x/
H A Duv-guest.c38 report_prefix_push("share"); in test_priv()
102 report_prefix_push("share"); in test_sharing()
107 report(cc == 0 && uvcb.header.rc == UVC_RC_EXECUTED, "share"); in test_sharing()
172 bool share = uv_query_test_call(BIT_UVC_CMD_SET_SHARED_ACCESS); in test_share_bits() local
175 report(!(share ^ unshare), "share bits are identical"); in test_share_bits()
H A Dpv-icptcode.c290 * Guest will share the lowcore and we need to check if that in run_icpt_122_tests_prefix()
H A Duv-host.c653 { "share", UVC_CMD_SET_SHARED_ACCESS, sizeof(struct uv_cb_share), BIT_UVC_CMD_SET_SHARED_ACCESS },
/kvm-unit-tests/lib/s390x/asm/
H A Duv.h255 static inline int share(unsigned long addr, u16 cmd) in share() function
274 return share(addr, UVC_CMD_SET_SHARED_ACCESS); in uv_set_shared()
284 return share(addr, UVC_CMD_REMOVE_SHARED_ACCESS); in uv_remove_shared()
/kvm-unit-tests/x86/efi/
H A DREADME.md27 By default the runner script loads the UEFI firmware `/usr/share/ovmf/OVMF.fd`;
H A Drun17 : "${EFI_UEFI:=/usr/share/ovmf/OVMF.fd}"
/kvm-unit-tests/lib/
H A Dutil.h4 * Collection of utility functions to share between unit tests.
/kvm-unit-tests/
H A DMakefile18 DESTDIR := $(PREFIX)/share/kvm-unit-tests/
H A D.gitlab-ci.yml214 - cp /usr/share/edk2/riscv/RISCV_VIRT_CODE.fd .
257 - cp /usr/share/edk2/riscv/RISCV_VIRT_CODE.fd .
H A DREADME52 `make install` will install all tests in PREFIX/share/kvm-unit-tests/tests,
H A DREADME.md52 `make install` will install all tests in PREFIX/share/kvm-unit-tests/tests,
H A DLICENSE12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
/kvm-unit-tests/x86/
H A Daccess.c382 * Buddies can reuse any part of the walk that share the same in __ac_test_init()
/kvm-unit-tests/scripts/
H A Dcheckpatch.pl70 my $codespellfile = "/usr/share/codespell/dictionary.txt";
344 # If /usr/share/codespell/dictionary.txt is not present, try to find it