/kvm-unit-tests/lib/x86/ |
H A D | setjmp32.S | 3 mov (%esp), %ecx // get return EIP 4 mov 4(%esp), %eax // get jmp_buf 16 mov 8(%esp), %eax // get return value 17 mov 4(%esp), %ecx // get jmp_buf 23 mov (%ecx), %ecx // get saved EIP
|
H A D | usermode.h | 21 * fault_vector: exception vector that might get thrown during the function.
|
/kvm-unit-tests/powerpc/ |
H A D | unittests.cfg | 45 [rtas-get-time-of-day] 49 extra_params = -append "get-time-of-day date=$(date +%s)" 52 [rtas-get-time-of-day-base] 56 extra_params = -rtc base="2006-06-17" -append "get-time-of-day date=$(date --date="2006-06-17 UTC" …
|
H A D | rtas.c | 47 ret = rtas_token("get-time-of-day", &token); in check_get_time_of_day() 93 ret = rtas_token("get-time-of-day", >od_token); in check_set_time_of_day() 125 if (strcmp(argv[1], "get-time-of-day") == 0) { in main()
|
H A D | cstart64.S | 303 mfsprg0 r1 /* get struct cpu address */ 304 ld r1,CPU_EXCEPTION_STACK(r1) /* get exception stack address */ 320 mfsprg0 r1 /* get struct cpu address */ 321 ld r1,CPU_EXCEPTION_STACK(r1) /* get exception stack address */
|
/kvm-unit-tests/riscv/ |
H A D | sbi-fwft.c | 53 sbiret_report(&ret, SBI_SUCCESS, value, "get %ld after set%s", value, str); in fwft_set_and_check_raw() 63 sbiret_report_error(&ret, SBI_ERR_DENIED, "get reserved feature 0x%lx", id); in fwft_check_reserved() 100 sbiret_report(&ret, SBI_SUCCESS, locked_value, "Get value %lu", locked_value); in fwft_feature_lock_test_values() 159 if (!sbiret_report_error(&ret, SBI_SUCCESS, "Get misaligned deleg feature")) in fwft_check_misaligned_exc_deleg() 184 /* Set to 0 and check after with get */ in fwft_check_misaligned_exc_deleg() 187 /* Set to 1 and check after with get */ in fwft_check_misaligned_exc_deleg() 315 } else if (!sbiret_report_error(&ret, SBI_SUCCESS, "get")) { in fwft_check_pte_ad_hw_updating() 316 /* Not much we can do without a working get... */ in fwft_check_pte_ad_hw_updating() 320 report(ret.value == 0 || ret.value == 1, "first get value is 0/1"); in fwft_check_pte_ad_hw_updating()
|
H A D | sbi-sse.c | 134 sbiret_report_error(&ret, SBI_SUCCESS, "Get event status"); in sse_get_event_status_field() 291 /* Set/get flags, sepc, a6, a7 */ in sse_test_attrs() 295 sbiret_report_error(&ret, SBI_SUCCESS, "Get interrupted %s", attr_name); in sse_test_attrs() 463 sbiret_report_error(&ret, SBI_SUCCESS, "Get attr %s", attr_name); in sse_simple_handler() 470 sbiret_report_error(&ret, SBI_SUCCESS, "Get attr %s", attr_name); in sse_simple_handler() 471 report(value == 0xDEADBEEF + i, "Get attr %s, value: 0x%lx", attr_name, value); in sse_simple_handler() 488 sbiret_report_error(&ret, SBI_SUCCESS, "Get interrupted flags after set"); in sse_simple_handler() 1169 report_fail("Get event status != SBI_SUCCESS && != SBI_ERR_NOT_SUPPORTED: %ld", in sse_check_event_availability()
|
/kvm-unit-tests/lib/ |
H A D | virtio.h | 36 void (*get)(struct virtio_device *vdev, unsigned offset, member 50 vdev->config->get(vdev, offset, &val, 1); in virtio_config_readb() 58 vdev->config->get(vdev, offset, &val, 2); in virtio_config_readw() 66 vdev->config->get(vdev, offset, &val, 4); in virtio_config_readl()
|
H A D | efi.c | 84 /* Get the map. */ in efi_get_memory_map() 162 * Get the number of UTF-8 bytes corresponding to a in efi_convert_cmdline() 413 /* Helper variables needed to get the cmdline */ in efi_main() 420 * Get a handle to the loaded image protocol. This is used to get in efi_main() 426 printf("Failed to get loaded image protocol\n"); in efi_main() 452 printf("Failed to get boot haritd\n"); in efi_main() 461 printf("Failed to get memory map\n"); in efi_main()
|
/kvm-unit-tests/ |
H A D | .travis.yml | 16 - TESTS="emulator rtas-get-time-of-day rtas-get-time-of-day-base
|
H A D | Makefile | 14 libdirs-get = $(shell [ -d "lib/$(1)" ] && echo "lib/$(1) lib/$(1)/asm") 15 ARCH_LIBDIRS := $(call libdirs-get,$(ARCH_LIBDIR)) $(call libdirs-get,$(TEST_DIR))
|
H A D | .gitlab-ci.yml | 157 rtas-get-time-of-day 158 rtas-get-time-of-day-base 175 rtas-get-time-of-day 176 rtas-get-time-of-day-base
|
/kvm-unit-tests/x86/ |
H A D | kvmclock.h | 10 #define PVCLOCK_RAW_CYCLE_BIT (1 << 7) /* Get raw cycle */
|
H A D | kvmclock_test.c | 36 printf("Seconds get from kvmclock: %ld (cpu %d, offset: %ld)\n", ksec, smp_id(), offset); in wallclock_test() 126 printf("Seconds get from host: %ld\n", sec); in main()
|
/kvm-unit-tests/s390x/ |
H A D | gs.c | 51 " lg %r14,24(%r2)\n" /* Get GSEPLA from GSCB*/ 52 " lg %r14,40(%r14)\n" /* Get GSERA from GSEPL*/
|
H A D | iep.c | 26 /* Get and protect a page with the IEP bit */ in test_iep()
|
/kvm-unit-tests/scripts/ |
H A D | pretty_print_stacks.py | 20 # from the address to get the call code. 31 cmd = [config.get('ADDR2LINE', 'addr2line'), '-e', binary, '-i', '-f', '--pretty', '--address']
|
/kvm-unit-tests/s390x/snippets/asm/ |
H A D | pv-diag-288.S | 28 /* Force exit if we don't get a PGM */
|
H A D | flat.lds.S | 17 * Invalid PGM new PSW so we hopefully get a code 8
|
/kvm-unit-tests/lib/riscv/asm/ |
H A D | mmu.h | 30 * Get the pte pointer for a virtual address, even if it's not mapped.
|
/kvm-unit-tests/lib/s390x/ |
H A D | mmu.c | 50 * Get the pud (region 3) DAT table entry for the given address and root, 63 * Get the pmd (segment) DAT table entry for the given address and pud, 77 * Get the pte (page) DAT table entry for the given address and pmd, 186 * Get the DAT table entry of the given level for the given address,
|
/kvm-unit-tests/s390x/snippets/c/ |
H A D | sie-dat.c | 37 /* indicate we've written the non-allowed page (should never get here) */ in main()
|
/kvm-unit-tests/lib/arm/asm/ |
H A D | assembler.h | 15 * dcache_line_size - get the minimum D-cache line size from the CTR register
|
/kvm-unit-tests/lib/arm64/ |
H A D | stack.c | 45 * pretty_print_stacks script is run it would get the right in arch_backtrace_frame()
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | assembler.h | 19 * raw_dcache_line_size - get the minimum D-cache line size on this CPU
|