Home
last modified time | relevance | path

Searched refs:Guest_riscv_hwprobe (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/kernel_api/riscv64/
Dguest_types.h110 struct Guest_riscv_hwprobe { struct
115 CHECK_STRUCT_LAYOUT(Guest_riscv_hwprobe, 128, 64); argument
116 CHECK_FIELD_LAYOUT(Guest_riscv_hwprobe, key, 0, 64);
117 CHECK_FIELD_LAYOUT(Guest_riscv_hwprobe, value, 64, 64);
Dsyscall_emulation.cc54 void Hwprobe(Guest_riscv_hwprobe& pair) { in Hwprobe()
123 auto pairs = bit_cast<Guest_riscv_hwprobe*>(arg_1); in RunGuestSyscall___NR_riscv_hwprobe()