Searched full:share (Results 1 – 16 of 16) sorted by relevance
/kvm-unit-tests/s390x/snippets/asm/ |
H A D | pv-icpt-112.S | 5 * 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 D | run | 15 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 D | uv-guest.c | 38 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 D | pv-icptcode.c | 290 * Guest will share the lowcore and we need to check if that in run_icpt_122_tests_prefix()
|
H A D | uv-host.c | 653 { "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 D | uv.h | 255 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 D | README.md | 27 By default the runner script loads the UEFI firmware `/usr/share/ovmf/OVMF.fd`;
|
H A D | run | 17 : "${EFI_UEFI:=/usr/share/ovmf/OVMF.fd}"
|
/kvm-unit-tests/lib/ |
H A D | util.h | 4 * Collection of utility functions to share between unit tests.
|
/kvm-unit-tests/ |
H A D | Makefile | 18 DESTDIR := $(PREFIX)/share/kvm-unit-tests/
|
H A D | .gitlab-ci.yml | 214 - cp /usr/share/edk2/riscv/RISCV_VIRT_CODE.fd . 257 - cp /usr/share/edk2/riscv/RISCV_VIRT_CODE.fd .
|
H A D | README | 52 `make install` will install all tests in PREFIX/share/kvm-unit-tests/tests,
|
H A D | README.md | 52 `make install` will install all tests in PREFIX/share/kvm-unit-tests/tests,
|
H A D | LICENSE | 12 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 D | access.c | 382 * Buddies can reuse any part of the walk that share the same in __ac_test_init()
|
/kvm-unit-tests/scripts/ |
H A D | checkpatch.pl | 70 my $codespellfile = "/usr/share/codespell/dictionary.txt"; 344 # If /usr/share/codespell/dictionary.txt is not present, try to find it
|