Searched refs:handler (Results 1 – 16 of 16) sorted by relevance
| /devicemodel/core/ |
| A D | inout.c | 44 inout_func_t handler; member 84 iop.handler = default_inout; in register_default_iohandler() 93 inout_func_t handler; in emulate_inout() local 105 handler = inout_handlers[port].handler; in emulate_inout() 116 retval = handler(ctx, *pvcpu, in, port, bytes, in emulate_inout() 143 inout_handlers[iop->port].handler = iop->handler; in init_inout() 173 inout_handlers[i].handler = iop->handler; in register_inout()
|
| A D | mem.c | 136 error = (*mr->handler)(ctx, vcpu, MEM_F_READ, gpa, size, in mem_read() 147 error = (*mr->handler)(ctx, vcpu, MEM_F_WRITE, gpa, size, in mem_write()
|
| A D | main.c | 462 static vmexit_handler_t handler[VM_EXITCODE_MAX] = { variable 474 if (exitcode >= VM_EXITCODE_MAX || handler[exitcode] == NULL) { in handle_vmexit() 480 (*handler[exitcode])(ctx, io_req, &vcpu); in handle_vmexit()
|
| /devicemodel/include/ |
| A D | inout.h | 47 inout_func_t handler; member 60 #define INOUT_PORT(name, port, flags, handler) \ argument 67 (handler), \
|
| A D | lpc.h | 35 lpc_write_dsdt_t handler; member 38 #define LPC_DSDT(handler) \ argument 41 (handler), \
|
| A D | mem.h | 42 mem_func_t handler; member
|
| A D | ioc.h | 822 int32_t (*handler)(struct ioc_dev *ioc); member
|
| /devicemodel/hw/platform/ |
| A D | debugexit.c | 62 iop.handler = debugexit_handler; in init_debugexit()
|
| A D | atkbdc.c | 432 iop.handler = atkbdc_sts_ctl_handler; in atkbdc_init() 444 iop.handler = atkbdc_data_handler; in atkbdc_init()
|
| A D | rtc.c | 1119 rtc_addr.handler = vrtc_addr_handler; in vrtc_init() 1131 rtc_data.handler = vrtc_data_handler; in vrtc_init()
|
| A D | ioc.c | 1046 if (ioc_state_tbl[i].handler && in ioc_process_events() 1047 ioc_state_tbl[i].handler(ioc) == 0) in ioc_process_events()
|
| A D | hpet.c | 1011 vhpet_mr.handler = vhpet_handler; in vhpet_init()
|
| /devicemodel/hw/pci/ |
| A D | lpc.c | 251 iop.handler = lpc_uart_io_handler; in lpc_init() 294 ldp->handler(); in pci_lpc_write_dsdt()
|
| A D | core.c | 632 iop.handler = pci_emul_io_handler; in modify_bar_registration() 646 mr.handler = pci_emul_mem_handler; in modify_bar_registration() 1656 mr.handler = pci_emul_fallback_handler; in init_pci() 1667 mr.handler = pci_emul_fallback_handler; in init_pci() 1678 mr.handler = pci_emul_ecfg_handler; in init_pci()
|
| /devicemodel/hw/platform/tpm/ |
| A D | tpm_crb.c | 463 mr_cmd.handler = tpm_crb_reg_handler; in init_tpm_crb() 477 mr_data.handler = tpm_crb_data_buffer_handler; in init_tpm_crb()
|
| /devicemodel/hw/ |
| A D | vga.c | 1305 iop.handler = vga_port_handler; in vga_init() 1325 vd->mr.handler = vga_mem_handler; in vga_init() 1500 iop.handler = NULL; in vga_deinit()
|
Completed in 36 milliseconds