Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 9 of 9) sorted by relevance

/kvm-unit-tests/riscv/efi/
H A Dcrt0-efi-riscv64.S164 bne a0, zero, 0f
171 mv fp, zero
172 push_fp zero
/kvm-unit-tests/lib/s390x/
H A Dsie-icpt.h20 uint64_t zero : 16; member
H A Dsie-icpt.c55 if (instr.opcode != 0x83 || instr.zero) in sie_is_diag_icpt()
/kvm-unit-tests/riscv/
H A Dcstart.S27 REG_S zero, 0(\tmp1)
97 mv fp, zero // Ensure fp starts out as zero
105 mv a2, zero // clear a2 for xlen=32
165 mv fp, zero
/kvm-unit-tests/s390x/
H A Dcstart64.S30 slr %r0, %r0 # Set cpuid to zero
/kvm-unit-tests/x86/
H A Demulator.c222 int i, zero; in test_smsw() local
232 zero = 1; in test_smsw()
235 zero = 0; in test_smsw()
236 report(msw == pmsw[4] && zero, "smsw (2)"); in test_smsw()
H A Dvmx_tests.c1856 u64 zero = 0; in dbgctls_init() local
1864 : : "r" (zero), "r" (dr7)); in dbgctls_init()
/kvm-unit-tests/lib/x86/
H A Ddesc.h210 uint32_t zero; member
H A Ddesc.c372 entry16->zero = 0; in set_gdt_entry_base()