Searched refs:read (Results 1 – 5 of 5) sorted by relevance
/kvm-unit-tests/riscv/ |
H A D | sbi-sse.c | 361 struct alias_test_params *write, *read; in test_alias() local 384 read = ¶ms[r]; in test_alias() 386 ret = sbi_sse_read_attrs(read->event_id, read->attr_id, read->attr_count, &read_value); in test_alias() 390 read->str, read->event_id, read->attr_id, read->attr_count); in test_alias() 398 write->attr_count, write_value, read->str, in test_alias() 399 read->event_id, read->attr_id, read->attr_count, in test_alias()
|
/kvm-unit-tests/x86/ |
H A D | README | 25 access: lots of page table related access (pte/pde) (read/write) 36 tsc: write to tsc(0) and write to tsc(100000000000) and read it back
|
/kvm-unit-tests/lib/ |
H A D | efi.c | 260 status = file->read(file, &buffer_size, *data); in efi_load_image() 264 status = file->read(file, &buffer_size, *data); in efi_load_image()
|
/kvm-unit-tests/arm/ |
H A D | cstart.S | 279 mrc p15, 0, r2, c1, c0, 0 @ read SCTLR
|
/kvm-unit-tests/lib/linux/ |
H A D | efi.h | 543 efi_file_read __efiapi *read; member
|