Home
last modified time | relevance | path

Searched refs:frames_ptr (Results 1 – 4 of 4) sorted by relevance

/devicemodel/hw/pci/virtio/
A Dvirtio_rpmb.c197 iseq.cmd[0].frames_ptr = (__aligned_u64)(intptr_t)(&frame_in); in rpmb_get_counter()
200 iseq.cmd[1].frames_ptr = (__aligned_u64)(intptr_t)(&frame_out); in rpmb_get_counter()
289 iseq.cmd[0].frames_ptr = (__aligned_u64)(intptr_t)(frame_rel); in rpmb_write_block()
292 iseq.cmd[1].frames_ptr = (__aligned_u64)(intptr_t)(&frame_write); in rpmb_write_block()
295 iseq.cmd[2].frames_ptr = (__aligned_u64)(intptr_t)(&frame_read); in rpmb_write_block()
355 iseq.cmd[0].frames_ptr = (__aligned_u64)(intptr_t)(&frame_in); in rpmb_read_block()
358 iseq.cmd[1].frames_ptr = (__aligned_u64)(intptr_t)(frame_out); in rpmb_read_block()
/devicemodel/include/
A Drpmb.h150 __aligned_u64 frames_ptr; member
/devicemodel/hw/platform/rpmb/
A Drpmb_backend.c490 frame_read = (struct rpmb_frame *)ioc_cmd->frames_ptr; in rpmb_handler()
493 frame_write = (struct rpmb_frame *)ioc_cmd->frames_ptr; in rpmb_handler()
496 frame_rel_write = (struct rpmb_frame *)ioc_cmd->frames_ptr; in rpmb_handler()
A Drpmb_sim.c723 frame_read = (struct rpmb_frame *)ioc_cmd->frames_ptr; in rpmb_sim_send()
726 frame_write = (struct rpmb_frame *)ioc_cmd->frames_ptr; in rpmb_sim_send()
729 frame_rel_write = (struct rpmb_frame *)ioc_cmd->frames_ptr; in rpmb_sim_send()

Completed in 134 milliseconds