/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | triple_fault_event_test.c | 120 TEST_FAIL("Unexpected ucall: %lu", uc.cmd); in main()
|
H A D | vmx_dirty_log_test.c | 147 TEST_FAIL("Unknown ucall %lu", uc.cmd); in main()
|
H A D | fix_hypercall_test.c | 102 uc.cmd, run->exit_reason, exit_reason_str(run->exit_reason)); in enter_guest()
|
H A D | vmx_tsc_adjust_test.c | 149 TEST_FAIL("Unknown ucall %lu", uc.cmd); in main()
|
/openbmc/qemu/include/semihosting/ |
H A D | syscalls.h | 69 target_ulong cmd, target_ulong cmd_len);
|
/openbmc/linux/arch/x86/xen/ |
H A D | apic.c | 50 .cmd = XENPF_get_cpuinfo, in xen_apic_read()
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | mdio_10g.h | 84 const struct ethtool_link_ksettings *cmd);
|
/openbmc/linux/include/sound/ |
H A D | dmaengine_pcm.h | 32 int snd_dmaengine_pcm_trigger(struct snd_pcm_substream *substream, int cmd);
|
/openbmc/linux/arch/sparc/ |
H A D | Makefile | 74 $(call cmd,install)
|
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | mmc.h | 22 u32 cmd; /* 0x18 command */ member
|
/openbmc/linux/drivers/power/reset/ |
H A D | brcmstb-reboot.c | 36 unsigned long mode, void *cmd) in brcmstb_restart_handler() argument
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | ipq5332-rdp468.dts | 53 cmd-pins {
|
/openbmc/qemu/include/monitor/ |
H A D | monitor.h | 58 void (*cmd)(Monitor *mon, const QDict *qdict));
|
/openbmc/linux/arch/arm/mach-vt8500/ |
H A D | vt8500.c | 33 static void vt8500_restart(enum reboot_mode mode, const char *cmd) in vt8500_restart() argument
|
/openbmc/linux/drivers/vfio/pci/ |
H A D | vfio_pci_priv.h | 67 u16 cmd);
|
/openbmc/u-boot/board/synopsys/emsdp/ |
H A D | emsdp.c | 128 return c->cmd(cmdtp, flag, argc, argv); in do_emsdp()
|
/openbmc/linux/tools/net/ynl/generated/ |
H A D | handshake-user.h | 90 __u8 cmd; member
|
/openbmc/linux/include/misc/ |
H A D | cxl.h | 196 long cxl_fd_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
/openbmc/linux/drivers/hwmon/occ/ |
H A D | common.h | 99 int (*send_cmd)(struct occ *occ, u8 *cmd, size_t len, void *resp,
|
/openbmc/linux/drivers/media/rc/ |
H A D | fintek-cir.h | 94 u8 cmd, rem; member
|
/openbmc/linux/drivers/iio/common/cros_ec_sensors/ |
H A D | cros_ec_lid_angle.c | 57 st->param.cmd = MOTIONSENSE_CMD_LID_ANGLE; in cros_ec_sensors_read_lid_angle()
|
/openbmc/u-boot/examples/api/ |
H A D | Makefile | 66 $(call cmd,force_checksrc)
|
/openbmc/qemu/include/chardev/ |
H A D | char-fe.h | 273 int qemu_chr_fe_ioctl(CharBackend *be, int cmd, void *arg);
|
/openbmc/libpldm/tests/fuzz/ |
H A D | fd.dict | 3 # request update cmd 0x10. identifier "1"
|
/openbmc/linux/drivers/scsi/elx/efct/ |
H A D | efct_hw.c | 605 u8 cmd[SLI4_BMBX_SIZE]; in efct_hw_init_prereg_io() local 644 if (sli_cmd_post_sgl_pages(&hw->sli, cmd, in efct_hw_init_prereg_io() 650 rc = efct_hw_command(hw, cmd, EFCT_CMD_POLL, NULL, NULL); in efct_hw_init_prereg_io() 1375 efct_hw_command(struct efct_hw *hw, u8 *cmd, u32 opts, void *cb, void *arg) in efct_hw_command() argument 1405 memcpy(bmbx, cmd, SLI4_BMBX_SIZE); in efct_hw_command() 1409 memcpy(cmd, bmbx, SLI4_BMBX_SIZE); in efct_hw_command() 1432 memcpy(ctx->buf, cmd, SLI4_BMBX_SIZE); in efct_hw_command() 1547 efct_issue_mbox_rqst(void *base, void *cmd, void *cb, void *arg) in efct_issue_mbox_rqst() argument 1566 rc = efct_hw_command(hw, cmd, EFCT_CMD_NOWAIT, efct_mbox_rsp_cb, ctx); in efct_issue_mbox_rqst() 2647 u8 *cmd = io->req.virt; in efct_fill_els_params() local [all …]
|