Home
last modified time | relevance | path

Searched full:get (Results 1 – 25 of 65) sorted by relevance

123

/kvm-unit-tests/lib/x86/
H A Dsetjmp32.S3 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 Dusermode.h21 * fault_vector: exception vector that might get thrown during the function.
/kvm-unit-tests/powerpc/
H A Dunittests.cfg45 [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 Drtas.c47 ret = rtas_token("get-time-of-day", &token); in check_get_time_of_day()
93 ret = rtas_token("get-time-of-day", &gtod_token); in check_set_time_of_day()
125 if (strcmp(argv[1], "get-time-of-day") == 0) { in main()
H A Dcstart64.S303 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 Dsbi-fwft.c53 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 Dsbi-sse.c134 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 Dvirtio.h36 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 Defi.c84 /* 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.yml16 - TESTS="emulator rtas-get-time-of-day rtas-get-time-of-day-base
H A DMakefile14 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.yml157 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 Dkvmclock.h10 #define PVCLOCK_RAW_CYCLE_BIT (1 << 7) /* Get raw cycle */
H A Dkvmclock_test.c36 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 Dgs.c51 " lg %r14,24(%r2)\n" /* Get GSEPLA from GSCB*/
52 " lg %r14,40(%r14)\n" /* Get GSERA from GSEPL*/
H A Diep.c26 /* Get and protect a page with the IEP bit */ in test_iep()
/kvm-unit-tests/scripts/
H A Dpretty_print_stacks.py20 # 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 Dpv-diag-288.S28 /* Force exit if we don't get a PGM */
H A Dflat.lds.S17 * Invalid PGM new PSW so we hopefully get a code 8
/kvm-unit-tests/lib/riscv/asm/
H A Dmmu.h30 * Get the pte pointer for a virtual address, even if it's not mapped.
/kvm-unit-tests/lib/s390x/
H A Dmmu.c50 * 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 Dsie-dat.c37 /* indicate we've written the non-allowed page (should never get here) */ in main()
/kvm-unit-tests/lib/arm/asm/
H A Dassembler.h15 * dcache_line_size - get the minimum D-cache line size from the CTR register
/kvm-unit-tests/lib/arm64/
H A Dstack.c45 * pretty_print_stacks script is run it would get the right in arch_backtrace_frame()
/kvm-unit-tests/lib/arm64/asm/
H A Dassembler.h19 * raw_dcache_line_size - get the minimum D-cache line size on this CPU

123