Home
last modified time | relevance | path

Searched defs:size (Results 4176 – 4200 of 9918) sorted by relevance

1...<<161162163164165166167168169170>>...397

/openbmc/qemu/hw/misc/
H A Daspeed_lpc.c311 static uint64_t aspeed_lpc_read(void *opaque, hwaddr offset, unsigned size) in aspeed_lpc_read()
350 unsigned int size) in aspeed_lpc_write()
/openbmc/qemu/hw/watchdog/
H A Dwdt_i6300esb.c363 static uint64_t i6300esb_mem_readfn(void *opaque, hwaddr addr, unsigned size) in i6300esb_mem_readfn()
378 uint64_t value, unsigned size) in i6300esb_mem_writefn()
/openbmc/qemu/hw/ipmi/
H A Dipmi_bmc_extern.c92 ipmb_checksum(const unsigned char *data, int size, unsigned char start) in ipmb_checksum()
317 static void receive(void *opaque, const uint8_t *buf, int size) in receive()
/openbmc/qemu/hw/dma/
H A Dsparc32_dma.c170 unsigned size) in dma_mem_read()
181 uint64_t val, unsigned size) in dma_mem_write()
/openbmc/qemu/hw/gpio/
H A Dpl061.c223 unsigned size) in pl061_read()
337 uint64_t value, unsigned size) in pl061_write()
/openbmc/qemu/hw/virtio/
H A Dvirtio-mmio.c84 static uint64_t virtio_mmio_read(void *opaque, hwaddr offset, unsigned size) in virtio_mmio_read()
247 unsigned size) in virtio_mmio_write()
/openbmc/qemu/net/
H A Daf-xdp.c143 const uint8_t *buf, size_t size) in af_xdp_receive()
296 uint64_t size; in af_xdp_umem_create() local
/openbmc/qemu/hw/timer/
H A Dexynos4210_pwm.c220 unsigned size) in exynos4210_pwm_read()
271 uint64_t value, unsigned size) in exynos4210_pwm_write()
/openbmc/qemu/hw/sparc/
H A Dsun4m_iommu.c135 unsigned size) in iommu_mem_read()
157 uint64_t val, unsigned size) in iommu_mem_write()
/openbmc/qemu/hw/ppc/
H A Dpnv_chiptod.c106 unsigned size) in pnv_chiptod_xscom_read()
287 uint64_t val, unsigned size) in pnv_chiptod_xscom_write()
/openbmc/qemu/hw/net/
H A Dxen_nic.c228 uint16_t offset, uint16_t size, in net_rx_response()
256 static ssize_t net_rx_packet(NetClientState *nc, const uint8_t *buf, size_t size) in net_rx_packet()
/openbmc/qemu/hw/rtc/
H A Dexynos4210_rtc.c311 unsigned size) in exynos4210_rtc_read()
388 uint64_t value, unsigned size) in exynos4210_rtc_write()
/openbmc/qemu/hw/acpi/
H A Dmemory_hotplug.c65 unsigned int size) in acpi_memory_hotplug_read()
116 unsigned int size) in acpi_memory_hotplug_write()
H A Dpcihp.c392 static uint64_t pci_read(void *opaque, hwaddr addr, unsigned int size) in pci_read()
438 unsigned int size) in pci_write()
/openbmc/qemu/system/
H A Dbootdevice.c248 char *get_boot_devices_list(size_t *size) in get_boot_devices_list()
404 char *get_boot_devices_lchs_list(size_t *size) in get_boot_devices_lchs_list()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c205 size_t size, char *buf) in iwl_dbgfs_timestamp_marker_read()
277 size_t size, char *buf) in iwl_dbgfs_fw_dbg_domain_read()
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dsigcontext.h72 __u32 size; member
132 __u32 size; /* size in bytes of the extra space */ member
/openbmc/linux/security/tomoyo/
H A Ddomain.c31 int tomoyo_update_policy(struct tomoyo_acl_head *new_entry, const int size, in tomoyo_update_policy()
92 int tomoyo_update_domain(struct tomoyo_acl_info *new_entry, const int size, in tomoyo_update_domain()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c266 nv50_grctx_init(struct nvkm_device *device, u32 *size) in nv50_grctx_init()
1194 int size = 0; in nv50_gr_construct_xfer1() local
3279 int size = 0; in nv50_gr_construct_xfer2() local
/openbmc/u-boot/drivers/mtd/
H A Drenesas_rpc_hf.c205 enum rpc_hf_size size, bool write) in rpc_hf_xfer()
257 static void rpc_hf_write_cmd(void *addr, u64 wdata, enum rpc_hf_size size) in rpc_hf_write_cmd()
266 static u64 rpc_hf_read_reg(void *addr, enum rpc_hf_size size) in rpc_hf_read_reg()
/openbmc/u-boot/cmd/
H A Dnvedit.c400 int i, len, pos, size; in do_env_ask() local
916 size_t size = 0; in do_env_export() local
1054 size_t size; in do_env_import() local
/openbmc/linux/drivers/nfc/st21nfca/
H A Ddep.c310 u8 size; in st21nfca_tm_recv_dep_req() local
497 uint size; in st21nfca_im_send_atr_req() local
561 int size; in st21nfca_im_recv_dep_res_cb() local
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal.c54 u64 size; member
150 int i, psize, size; in early_init_dt_scan_recoverable_ranges() local
916 uint64_t size; in opal_dump_region_init() local
/openbmc/linux/kernel/bpf/
H A Dmemalloc.c66 static int bpf_mem_cache_idx(size_t size) in bpf_mem_cache_idx()
496 int bpf_mem_alloc_init(struct bpf_mem_alloc *ma, int size, bool percpu) in bpf_mem_alloc_init()
817 void notrace *bpf_mem_alloc(struct bpf_mem_alloc *ma, size_t size) in bpf_mem_alloc()
/openbmc/linux/sound/soc/amd/
H A Dacp-pcm-dma.c203 u32 size, int direction, in set_acp_sysmem_dma_descriptors()
261 static void set_acp_to_i2s_dma_descriptors(void __iomem *acp_mmio, u32 size, in set_acp_to_i2s_dma_descriptors()
848 uint64_t size; in acp_dma_hw_params() local

1...<<161162163164165166167168169170>>...397