Searched refs:arg1 (Results 1 – 6 of 6) sorted by relevance
| /devicemodel/hw/ |
| A D | vga.c | 317 struct vga_vdev *vd = arg1; in vga_mem_rd_handler() 400 struct vga_vdev *vd = arg1; in vga_mem_wr_handler() 680 vga_mem_wr_handler(ctx, addr, *val, arg1); in vga_mem_handler() 683 vga_mem_wr_handler(ctx, addr, *val, arg1); in vga_mem_handler() 687 vga_mem_wr_handler(ctx, addr, *val, arg1); in vga_mem_handler() 693 vga_mem_wr_handler(ctx, addr, *val, arg1); in vga_mem_handler() 706 *val = vga_mem_rd_handler(ctx, addr, arg1); in vga_mem_handler() 709 *val = vga_mem_rd_handler(ctx, addr, arg1); in vga_mem_handler() 713 *val = vga_mem_rd_handler(ctx, addr, arg1); in vga_mem_handler() 719 *val = vga_mem_rd_handler(ctx, addr, arg1); in vga_mem_handler() [all …]
|
| /devicemodel/include/ |
| A D | mem.h | 37 int size, uint64_t *val, void *arg1, long arg2); 43 void *arg1; member
|
| /devicemodel/hw/platform/tpm/ |
| A D | tpm_crb.c | 367 int size, uint64_t *val, void *arg1, long arg2) in tpm_crb_reg_handler() argument 370 tpm_vdev = (struct tpm_crb_vdev *)arg1; in tpm_crb_reg_handler() 382 int size, uint64_t *val, void *arg1, long arg2) in tpm_crb_data_buffer_handler() argument 387 tpm_vdev = (struct tpm_crb_vdev *)arg1; in tpm_crb_data_buffer_handler() 464 mr_cmd.arg1 = tpm_vdev; in init_tpm_crb() 478 mr_data.arg1 = tpm_vdev; in init_tpm_crb()
|
| /devicemodel/core/ |
| A D | mem.c | 137 rval, mr->arg1, mr->arg2); in mem_read() 148 &wval, mr->arg1, mr->arg2); in mem_write()
|
| /devicemodel/hw/platform/ |
| A D | hpet.c | 921 int size, uint64_t *val, void *arg1, long arg2) in vhpet_handler() argument 923 struct vhpet *vhpet = arg1; in vhpet_handler() 1012 vhpet_mr.arg1 = vhpet; in vhpet_init()
|
| /devicemodel/hw/pci/ |
| A D | core.c | 525 int size, uint64_t *val, void *arg1, long arg2) in pci_emul_mem_handler() argument 527 struct pci_vdev *pdi = arg1; in pci_emul_mem_handler() 647 mr.arg1 = dev; in modify_bar_registration() 1456 int size, uint64_t *val, void *arg1, long arg2) in pci_emul_fallback_handler() argument 1470 int bytes, uint64_t *val, void *arg1, long arg2) in pci_emul_ecfg_handler() argument
|
Completed in 21 milliseconds