Lines Matching +full:read +full:- +full:to +full:- +full:read
4 The infrastructure initialize the system/cpus, switches to long-mode, and
10 These invocations run the msr test case and outputs to stdio.
12 Using qemu-kvm:
14 qemu-kvm -device testdev,chardev=testlog \
15 -chardev file,id=testlog,path=msr.out \
16 -serial stdio -kernel ./x86/msr.flat
20 qemu-system-x86_64 -enable-kvm -device pc-testdev -serial stdio \
21 -device isa-debug-exit,iobase=0xf4,iosize=0x4 \
22 -kernel ./x86/msr.flat
25 access: lots of page table related access (pte/pde) (read/write)
27 emulator: move to/from regs, cmps, push, pop, to/from cr8, smsw and lmsw
29 msr: write to msr (only KERNEL_GS_BASE for now)
30 realmode: goes back to realmode, shld, push/pop, mov immediate, cmp
35 smptest: run smp_id() on every cpu and compares return value to number
36 tsc: write to tsc(0) and write to tsc(100000000000) and read it back
43 The exit status of the binary is inconsistent; with qemu-system, after
44 the unit-test is done, the exit status of qemu is 1, different from the
45 'old style' qemu-kvm, whose exit status in successful completion is 0.
46 The run script converts the qemu-system exit status to 0 (SUCCESS), and
47 treats the legacy exit status of 0 as an error, converting it to an exit