Home
last modified time | relevance | path

Searched defs:s (Results 1526 – 1550 of 1843) sorted by relevance

1...<<61626364656667686970>>...74

/openbmc/qemu/hw/pci/
H A Dpci.c763 int pci_bus_num(PCIBus *s) in pci_bus_num()
792 PCIDevice *s = container_of(pv, PCIDevice, config); in get_pci_config_device() local
845 PCIDevice *s = container_of(pv, PCIDevice, irq_state); in get_pci_irq_state() local
868 PCIDevice *s = container_of(pv, PCIDevice, irq_state); in put_pci_irq_state() local
922 void pci_device_save(PCIDevice *s, QEMUFile *f) in pci_device_save()
934 int pci_device_load(PCIDevice *s, QEMUFile *f) in pci_device_load()
2745 int s; in pcibus_get_dev_path() local
/openbmc/qemu/target/mips/tcg/
H A Ddsp_helper.c697 static inline uint8_t mipsdsp_lshift8(uint8_t a, uint8_t s, CPUMIPSState *env) in mipsdsp_lshift8()
711 static inline uint16_t mipsdsp_lshift16(uint16_t a, uint8_t s, in mipsdsp_lshift16()
727 static inline uint32_t mipsdsp_lshift32(uint32_t a, uint8_t s, in mipsdsp_lshift32()
745 static inline uint16_t mipsdsp_sat16_lshift(uint16_t a, uint8_t s, in mipsdsp_sat16_lshift()
771 static inline uint32_t mipsdsp_sat32_lshift(uint32_t a, uint8_t s, in mipsdsp_sat32_lshift()
797 static inline uint8_t mipsdsp_rnd8_rashift(uint8_t a, uint8_t s) in mipsdsp_rnd8_rashift()
810 static inline uint16_t mipsdsp_rnd16_rashift(uint16_t a, uint8_t s) in mipsdsp_rnd16_rashift()
823 static inline uint32_t mipsdsp_rnd32_rashift(uint32_t a, uint8_t s) in mipsdsp_rnd32_rashift()
/openbmc/qemu/hw/ppc/
H A Dspapr.c346 static void add_str(GString *s, const gchar *s1) in add_str()
1349 struct LPCRSyncState *s = arg.host_ptr; in do_lpcr_sync() local
1364 struct LPCRSyncState s = { in spapr_set_all_lpcrs() local
1412 static uint64_t *hpte_get_ptr(SpaprMachineState *s, unsigned index) in hpte_get_ptr()
1419 static bool hpte_is_valid(SpaprMachineState *s, unsigned index) in hpte_is_valid()
1424 static bool hpte_is_dirty(SpaprMachineState *s, unsigned index) in hpte_is_dirty()
1429 static void hpte_set_clean(SpaprMachineState *s, unsigned index) in hpte_set_clean()
1435 static void hpte_set_dirty(SpaprMachineState *s, unsigned index) in hpte_set_dirty()
3664 static SpaprDimmState *spapr_pending_dimm_unplugs_find(SpaprMachineState *s, in spapr_pending_dimm_unplugs_find()
/openbmc/u-boot/drivers/ddr/fsl/
H A Dinteractive.c1239 #define PRINT_NNXXS(n0, n1, x0, x1, s) \ in ddr3_spd_dump() argument
1432 #define PRINT_NNXXS(n0, n1, x0, x1, s) \ in ddr4_spd_dump() argument
/openbmc/qemu/hw/intc/
H A Darm_gicv3_redist.c715 GICv3State *s = region->gic; in gicv3_redist_read() local
774 GICv3State *s = region->gic; in gicv3_redist_write() local
/openbmc/qemu/include/qemu/
H A Dint128.h472 static inline void bswap128s(Int128 *s) in bswap128s()
490 Int128 s; member
/openbmc/u-boot/scripts/dtc/libfdt/
H A Dfdt_ro.c59 const char *s, int len) in fdt_nodename_eq_()
85 const char *s, int len) in fdt_string_eq_()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dpel.cpp403 Stream s{data}; printSectionInJSON() local
945 struct stat s; readFD() local
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c126 struct virtio_gpu_scanout *s; in vhost_user_gpu_handle_cursor() local
174 struct virtio_gpu_scanout *s; in vhost_user_gpu_handle_display() local
/openbmc/qemu/include/hw/audio/
H A Dvirtio-snd.h144 VirtIOSound *s; member
/openbmc/qemu/contrib/elf2dmp/
H A Daddrspace.c247 size_t s = (page + ELF2DMP_PAGE_SIZE) - addr; in va_space_rw() local
/openbmc/u-boot/lib/
H A Dtiny-printf.c51 static void string(struct printf_info *info, char *s) in string()
/openbmc/u-boot/drivers/usb/gadget/
H A Df_fastboot.c153 const char *s; in fastboot_bind() local
/openbmc/libmctp/tests/fuzz/
H A Di2c-fuzz.c202 uint32_t s; in fuzz_now() local
/openbmc/qemu/hw/pci-host/
H A Dppc4xx_pci.c317 PPC4xxPCIState *s; in ppc4xx_pcihost_realize() local
/openbmc/qemu/hw/ufs/
H A Dlu.c382 BusState *s = qdev_get_parent_bus(dev); in ufs_lu_realize() local
/openbmc/qemu/hw/s390x/
H A Dsclp.c98 #define SCCB_REQ_LEN(s, max_cpus) (sizeof(s) + max_cpus * sizeof(CPUEntry)) argument
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_dbus_eventlog.hpp67 inline std::string translateSeverityDbusToRedfish(const std::string& s) in translateSeverityDbusToRedfish()
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c112 int kvm_xen_init(KVMState *s, uint32_t hypercall_msr) in kvm_xen_init()
1800 KVMState *s = KVM_STATE(current_accel()); in kvm_xen_get_gnttab_max_frames() local
1806 KVMState *s = KVM_STATE(current_accel()); in kvm_xen_get_evtchn_max_pirq() local
/openbmc/qemu/hw/i386/
H A Dpc.c280 GSIState *s; in pc_gsi_create() local
319 static void cmos_init_hd(MC146818RtcState *s, int type_ofs, int info_ofs, in cmos_init_hd()
351 static void set_boot_dev(PCMachineState *pcms, MC146818RtcState *s, in set_boot_dev()
486 MC146818RtcState *s = MC146818_RTC(x86ms->rtc); in pc_cmos_init_late() local
/openbmc/qemu/tcg/
H A Doptimize.c156 static MemCopyInfo *mem_copy_first(OptContext *ctx, intptr_t s, intptr_t l) in mem_copy_first()
162 static MemCopyInfo *mem_copy_next(MemCopyInfo *mem, intptr_t s, intptr_t l) in mem_copy_next()
178 static void remove_mem_copy_in(OptContext *ctx, intptr_t s, intptr_t l) in remove_mem_copy_in()
311 static TCGTemp *find_mem_copy_for(OptContext *ctx, TCGType type, intptr_t s) in find_mem_copy_for()
1747 TCGContext *s = ctx->tcg; in fold_call() local
3098 void tcg_optimize(TCGContext *s) in tcg_optimize()
/openbmc/qemu/hw/audio/
H A Dfmopl.c604 int s,t; in OPLOpenTable() local
1042 int c,s; in OPLResetChip() local
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetup.h65 } s; member
73 } s; member
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py202 def draw_legend_box(ctx, label, fill_color, x, y, s): argument
207 def draw_legend_line(ctx, label, fill_color, x, y, s): argument
/openbmc/qemu/target/m68k/
H A Dhelper.c42 float_status s = env->fp_status; in cf_fpu_gdb_get_reg() local
63 float_status s = env->fp_status; in cf_fpu_gdb_set_reg() local

1...<<61626364656667686970>>...74