Home
last modified time | relevance | path

Searched full:for (Results 251 – 275 of 316) sorted by relevance

1...<<111213

/kvm-unit-tests/x86/
H A Ds3.c42 for (addr = &resume_start; addr < &resume_end; addr++) in main()
H A Dhyperv_stimer.c76 for (i = 0; i < ARRAY_SIZE(svcpu->timer); i++) { in synic_enable()
151 for (i = 0; i < ARRAY_SIZE(msg_page->sint_message); i++) { in __stimer_isr()
237 for (i = 0; i < ARRAY_SIZE(svcpu->timer); i++) { in stimers_shutdown()
H A Dtrampolines.S49 * a GPR in order to emulate RIP-relative for 32-bit transition code.
H A Demulator.c126 for (int i = 0; i < 100; ++i) in test_cmps()
128 for (int i = 100; i < 200; ++i) in test_cmps()
233 for (i = 0; i < 8; ++i) in test_smsw()
392 for (i = 0; i < 4; ++i) in sseeq()
451 // setup memory for unaligned access in test_sse_exceptions()
454 // test unaligned access for movups, movupd and movaps in test_sse_exceptions()
471 // setup memory for cross page access in test_sse_exceptions()
/kvm-unit-tests/s390x/
H A Dskey.c63 * For all set tests we only test the ACC and FP bits. RF and in test_set()
64 * CH are set by the machine for memory references and changes in test_set()
210 * a reserved value and having a test for that in check_key_prot_exc()
512 * instruction. Disable dynamic address translation for the in test_set_prefix()
663 * instruction. Disable dynamic address translation for the in test_msch()
H A DMakefile62 # Add binary flat images for use in non-KVM hypervisors
137 # perquisites (=guests) for the snippet hosts.
192 # The genprotimg arguments for the cck changed over time so we need to
H A Ddiag258.c96 * for the refbk that is outside of the bounds of our (guest-)physical
107 /* Set up virtual memory and allocate a physical page for storing the refbk */ in test_refbk_real()
H A Dcpu-sie.S41 # Move scb ptr into r14 for the sie instruction
H A Dsck.c52 for (int i = 1; i < align_to; i *= 2) { in test_align()
H A Dmacros.S23 /* Allocate stack space for called C function, as specified in s390 ELF ABI */
H A Dpv-attest.c119 * 'too many/less nks for that arcb size' error code -> expect 0x107 in test_attest_v1()
123 report(cc == 1 && uvcb.header.rc == 0x107, "too many nks for arcb"); in test_attest_v1()
/kvm-unit-tests/lib/
H A Dlibcflat.h8 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9 * GNU General Public License for more details.
H A Dbitops.h30 * position @h. For example
H A Dstack.c53 for (; i < depth; i++) { in print_stack()
H A Ddevicetree.c73 for (i = 0; i < reg->nr_address_cells; ++i) in dt_get_reg()
77 for (i = 0; i < reg->nr_size_cells; ++i) in dt_get_reg()
/kvm-unit-tests/lib/arm/asm/
H A Dgic.h61 * initialize the gic data for the one found.
/kvm-unit-tests/x86/efi/
H A Delf_x86_64_efi.lds2 /* Same as elf_x86_64_fbsd_efi.lds, except for OUTPUT_FORMAT below - KEEP IN SYNC */
H A Drun48 # memory region is ~42MiB. Although this is sufficient for many test cases to
/kvm-unit-tests/arm/
H A Drun57 echo "$qemu doesn't support virtio-console for chr-testdev. Exiting."
/kvm-unit-tests/powerpc/
H A Dspapr_vpa.c17 #include <asm/io.h> /* for endian accessors */
163 for (i = 1; i < argc; i++) { in main()
/kvm-unit-tests/arm/efi/
H A Drun41 # Fish out the arguments for the test, they should be the next string
/kvm-unit-tests/riscv/efi/
H A Drun44 # Fish out the arguments for the test, they should be the next string
/kvm-unit-tests/scripts/
H A Dmkstandalone.sh33 for arg in "${@}"; do
/kvm-unit-tests/lib/x86/
H A Dprocessor.h242 * [63:32] : input value for EAX
243 * [31:16] : input value for ECX
444 * Don't use the safe variants for rdmsr() or wrmsr(). The exception fixup
779 * Enable interrupts for one instruction (nop), to allow the CPU to process all
877 * except for a few oddballs that KVM is unlikely to run on, block IRQs for one
/kvm-unit-tests/lib/libfdt/
H A Dfdt.c14 * Minimal sanity check for a read-only tree. fdt_ro_probe_() checks
317 for (p = strtab; p <= last; p++) in fdt_find_string_()

1...<<111213