Home
last modified time | relevance | path

Searched refs:read (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/riscv/
H A Dsbi-sse.c361 struct alias_test_params *write, *read; in test_alias() local
384 read = &params[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 DREADME25 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 Defi.c260 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 Dcstart.S279 mrc p15, 0, r2, c1, c0, 0 @ read SCTLR
/kvm-unit-tests/lib/linux/
H A Defi.h543 efi_file_read __efiapi *read; member