Home
last modified time | relevance | path

Searched defs:s (Results 901 – 925 of 1844) sorted by relevance

1...<<31323334353637383940>>...74

/openbmc/qemu/hw/rtc/
H A Dsun4v-rtc.c58 SysBusDevice *s; in sun4v_rtc_init() local
71 Sun4vRtc *s = SUN4V_RTC(dev); in sun4v_rtc_realize() local
/openbmc/u-boot/arch/powerpc/lib/
H A Dstack.c19 ulong *s; in arch_reserve_stacks() local
/openbmc/qemu/include/tcg/
H A Dtcg-temp-internal.h46 static inline void tcg_temp_ebb_reset_freed(TCGContext *s) in tcg_temp_ebb_reset_freed()
/openbmc/u-boot/lib/
H A Dlz4.c20 const BYTE* s = (const BYTE*)srcPtr; in LZ4_wildCopy() local
117 unsigned s; in LZ4_decompress_generic() local
159 unsigned s; in LZ4_decompress_generic() local
H A Dphysmem.c16 phys_addr_t __weak arch_phys_memset(phys_addr_t s, int c, phys_size_t n) in arch_phys_memset()
/openbmc/qemu/hw/ssi/
H A Dssi.c47 SSIPeripheral *s = SSI_PERIPHERAL(dev); in ssi_bus_check_address() local
74 SSIPeripheral *s = SSI_PERIPHERAL(opaque); in ssi_cs_default() local
99 SSIPeripheral *s = SSI_PERIPHERAL(dev); in ssi_peripheral_realize() local
/openbmc/qemu/block/
H A Dvdi.c282 BDRVVdiState *s = (BDRVVdiState *)bs->opaque; in vdi_co_check() local
337 BDRVVdiState *s = (BDRVVdiState *)bs->opaque; in vdi_co_get_info() local
377 BDRVVdiState *s = bs->opaque; in vdi_open() local
530 BDRVVdiState *s = (BDRVVdiState *)bs->opaque; in vdi_co_block_status() local
554 BDRVVdiState *s = bs->opaque; in vdi_co_preadv() local
610 BDRVVdiState *s = bs->opaque; in vdi_co_pwritev() local
988 BDRVVdiState *s = bs->opaque; in vdi_close() local
997 BDRVVdiState *s = bs->opaque; in vdi_has_zero_init() local
H A Dwin32-aio.c62 static void win32_aio_process_completion(QEMUWin32AIOState *s, in win32_aio_process_completion()
97 QEMUWin32AIOState *s = container_of(e, QEMUWin32AIOState, e); in win32_aio_completion_cb() local
191 QEMUWin32AIOState *s; in win32_aio_init() local
/openbmc/u-boot/net/
H A Ddns.c42 const char *s; in dns_send() local
107 const unsigned char *p, *e, *s; in dns_handler() local
/openbmc/qemu/hw/intc/
H A Dexynos4210_gic.c50 Exynos4210GicState *s = (Exynos4210GicState *)opaque; in exynos4210_gic_set_irq() local
57 Exynos4210GicState *s = EXYNOS4210_GIC(obj); in exynos4210_gic_realize() local
/openbmc/qemu/hw/arm/
H A Dstm32f405_soc.c58 STM32F405State *s = STM32F405_SOC(obj); in stm32f405_soc_initfn() local
93 STM32F405State *s = STM32F405_SOC(dev_soc); in stm32f405_soc_realize() local
H A Dmsf2-soc.c63 MSF2State *s = MSF2_SOC(obj); in m2sxxx_soc_initfn() local
84 MSF2State *s = MSF2_SOC(dev_soc); in m2sxxx_soc_realize() local
H A Dnrf51_soc.c59 NRF51State *s = NRF51_SOC(dev_soc); in nrf51_soc_realize() local
184 NRF51State *s = NRF51_SOC(obj); in nrf51_soc_init() local
/openbmc/qemu/hw/display/
H A Dcirrus_vga_rop2.h26 #define PUTPIXEL(s, a, c) ROP_OP(s, a, c) argument
28 #define PUTPIXEL(s, a, c) ROP_OP_16(s, a, c) argument
30 #define PUTPIXEL(s, a, c) do { \ argument
36 #define PUTPIXEL(s, a, c) ROP_OP_32(s, a, c) argument
H A Ddpcd.c98 DPCDState *s = DPCD(dev); in dpcd_reset() local
128 DPCDState *s = DPCD(obj); in dpcd_init() local
/openbmc/qemu/target/riscv/
H A Darch_dump.c54 static void riscv64_note_init(struct riscv64_note *note, DumpState *s, in riscv64_note_init()
68 int cpuid, DumpState *s) in riscv_cpu_write_elf64_note()
123 static void riscv32_note_init(struct riscv32_note *note, DumpState *s, in riscv32_note_init()
137 int cpuid, DumpState *s) in riscv_cpu_write_elf32_note()
H A Dvector_helper.c3220 static uint32_t float32_rsub(uint32_t a, uint32_t b, float_status *s) in float32_rsub()
3225 static uint64_t float64_rsub(uint64_t a, uint64_t b, float_status *s) in float64_rsub()
3244 static uint64_t vfwadd32(uint32_t a, uint32_t b, float_status *s) in vfwadd32()
3266 static uint64_t vfwsub32(uint32_t a, uint32_t b, float_status *s) in vfwsub32()
3287 static uint64_t vfwaddw32(uint64_t a, uint32_t b, float_status *s) in vfwaddw32()
3306 static uint64_t vfwsubw32(uint64_t a, uint32_t b, float_status *s) in vfwsubw32()
3352 static uint32_t float32_rdiv(uint32_t a, uint32_t b, float_status *s) in float32_rdiv()
3357 static uint64_t float64_rdiv(uint64_t a, uint64_t b, float_status *s) in float64_rdiv()
3376 static uint64_t vfwmul32(uint32_t a, uint32_t b, float_status *s) in vfwmul32()
3407 static uint32_t fmacc32(uint32_t a, uint32_t b, uint32_t d, float_status *s) in fmacc32()
[all …]
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c94 int vhost_vdpa_dma_map(VhostVDPAShared *s, uint32_t asid, hwaddr iova, in vhost_vdpa_dma_map()
126 int vhost_vdpa_dma_unmap(VhostVDPAShared *s, uint32_t asid, hwaddr iova, in vhost_vdpa_dma_unmap()
151 static void vhost_vdpa_listener_begin_batch(VhostVDPAShared *s) in vhost_vdpa_listener_begin_batch()
166 static void vhost_vdpa_iotlb_batch_begin_once(VhostVDPAShared *s) in vhost_vdpa_iotlb_batch_begin_once()
178 VhostVDPAShared *s = container_of(listener, VhostVDPAShared, listener); in vhost_vdpa_listener_commit() local
207 VhostVDPAShared *s = iommu->dev_shared; in vhost_vdpa_iommu_map_notify() local
262 VhostVDPAShared *s = container_of(listener, VhostVDPAShared, listener); in vhost_vdpa_iommu_region_add() local
301 VhostVDPAShared *s = container_of(listener, VhostVDPAShared, listener); in vhost_vdpa_iommu_region_del() local
321 VhostVDPAShared *s = container_of(listener, VhostVDPAShared, listener); in vhost_vdpa_listener_region_add() local
415 VhostVDPAShared *s = container_of(listener, VhostVDPAShared, listener); in vhost_vdpa_listener_region_del() local
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dregistry.cpp47 auto s = pv::findByName(severityName, pv::severityValues); in getSeverity() local
67 RegistrySeverity s; in getSeverities() local
80 RegistrySeverity s; in getSeverities() local
102 auto s = pv::findByName(flag, pv::actionFlagsValues); in getActionFlags() local
135 auto s = pv::findByName(eventScopeName, pv::eventScopeValues); in getEventScope() local
/openbmc/u-boot/scripts/dtc/
H A Dutil.h38 #define stringify(s) stringify_(s) argument
39 #define stringify_(s) #s argument
/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dposixtm.c108 posix_time_parse (struct tm *tm, const char *s, unsigned int syntax_bits) in posix_time_parse()
186 posixtime (time_t *p, const char *s, unsigned int syntax_bits) in posixtime()
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c93 static void scsi_device_for_each_req_sync(SCSIDevice *s, in scsi_device_for_each_req_sync()
116 SCSIDevice *s; member
124 SCSIDevice *s = data->s; in scsi_device_for_each_req_async_bh() local
189 static void scsi_device_for_each_req_async(SCSIDevice *s, in scsi_device_for_each_req_async()
217 static void scsi_device_realize(SCSIDevice *s, Error **errp) in scsi_device_realize()
225 static void scsi_device_unrealize(SCSIDevice *s) in scsi_device_unrealize()
247 static SCSIRequest *scsi_device_alloc_req(SCSIDevice *s, uint32_t tag, uint32_t lun, in scsi_device_alloc_req()
258 void scsi_device_unit_attention_reported(SCSIDevice *s) in scsi_device_unit_attention_reported()
303 SCSIDevice *s = opaque; in scsi_dma_restart_cb() local
431 SCSIDevice *s; in scsi_bus_legacy_add_drive() local
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_values_test.cpp13 auto s = findByValue(0x5D, subsystemValues); in TEST() local
/openbmc/u-boot/arch/arm/mach-kirkwood/
H A Dcpu.c131 char *s = env_get("sysrstcmd"); in kw_sysrst_action() local
150 char *s; in kw_sysrst_check() local
/openbmc/u-boot/include/
H A Dautoboot.h41 static inline void autoboot_command(const char *s) in autoboot_command()

1...<<31323334353637383940>>...74