Searched defs:cmd (Results 1 – 10 of 10) sorted by relevance
| /hypervisor/debug/ |
| A D | dbg_cmd.c | 28 bool handle_dbg_cmd(const char *cmd, int32_t len) in handle_dbg_cmd()
|
| A D | printf.c | 14 charout(size_t cmd, const char *s_arg, uint32_t sz_arg, struct snprint_param *param) in charout()
|
| A D | hypercall.c | 33 uint64_t cmd = param1; in hcall_profiling_ops() local
|
| A D | uart16550.c | 180 uint16_t cmd = (uint16_t)pci_pdev_read_cfg(uart.bdf, PCIR_COMMAND, 2U); in uart16550_init() local
|
| /hypervisor/release/ |
| A D | console.c | 29 bool handle_dbg_cmd(__unused const char *cmd, __unused int32_t len) { return false; } in handle_dbg_cmd()
|
| /hypervisor/lib/ |
| A D | sprintf.c | 546 charmem(size_t cmd, const char *s_arg, uint32_t sz, struct snprint_param *param) in charmem()
|
| /hypervisor/include/public/ |
| A D | acrn_hv_defs.h | 213 uint16_t cmd; member
|
| A D | acrn_common.h | 601 uint32_t cmd; member
|
| /hypervisor/hw/ |
| A D | pci.c | 314 uint32_t cmd, new_cmd; in enable_disable_pci_intx() local
|
| /hypervisor/common/ |
| A D | hypercall.c | 1103 uint64_t cmd = param1; in hcall_get_cpu_pm_state() local
|
Completed in 17 milliseconds