Home
last modified time | relevance | path

Searched defs:offset (Results 76 – 100 of 1525) sorted by relevance

12345678910>>...61

/openbmc/qemu/block/
H A Ddirty-bitmap.c478 bool bdrv_dirty_bitmap_get_locked(BdrvDirtyBitmap *bitmap, int64_t offset) in bdrv_dirty_bitmap_get_locked()
483 bool bdrv_dirty_bitmap_get(BdrvDirtyBitmap *bitmap, int64_t offset) in bdrv_dirty_bitmap_get()
544 int64_t offset, int64_t bytes) in bdrv_set_dirty_bitmap_locked()
551 int64_t offset, int64_t bytes) in bdrv_set_dirty_bitmap()
560 int64_t offset, int64_t bytes) in bdrv_reset_dirty_bitmap_locked()
567 int64_t offset, int64_t bytes) in bdrv_reset_dirty_bitmap()
600 uint64_t offset, uint64_t bytes) in bdrv_dirty_bitmap_serialization_size()
624 uint8_t *buf, uint64_t offset, in bdrv_dirty_bitmap_serialize_part()
631 uint8_t *buf, uint64_t offset, in bdrv_dirty_bitmap_deserialize_part()
638 uint64_t offset, uint64_t bytes, in bdrv_dirty_bitmap_deserialize_zeroes()
[all …]
H A Dio.c608 int64_t offset, in tracked_request_begin()
633 int64_t offset, int64_t bytes) in tracked_request_overlaps()
737 bdrv_round_to_subclusters(BlockDriverState *bs, int64_t offset, int64_t bytes, in bdrv_round_to_subclusters()
811 int bdrv_check_qiov_request(int64_t offset, int64_t bytes, in bdrv_check_qiov_request()
871 int bdrv_check_request(int64_t offset, int64_t bytes, Error **errp) in bdrv_check_request()
876 static int bdrv_check_request32(int64_t offset, int64_t bytes, in bdrv_check_request32()
903 int64_t target_size, bytes, offset = 0; in bdrv_make_zero() local
939 int coroutine_fn bdrv_co_pwrite_sync(BdrvChild *child, int64_t offset, in bdrv_co_pwrite_sync()
974 bdrv_driver_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in bdrv_driver_preadv()
1043 bdrv_driver_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in bdrv_driver_pwritev()
[all …]
H A Dcopy-on-read.c135 cor_co_preadv_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_preadv_part()
187 cor_co_pwritev_part(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_pwritev_part()
197 cor_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_pwrite_zeroes()
205 cor_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in cor_co_pdiscard()
212 cor_co_pwritev_compressed(BlockDriverState *bs, int64_t offset, int64_t bytes, in cor_co_pwritev_compressed()
H A Dqed-table.c25 qed_read_table(BDRVQEDState *s, uint64_t offset, QEDTable *table) in qed_read_table()
67 qed_write_table(BDRVQEDState *s, uint64_t offset, QEDTable *table, in qed_write_table()
138 uint64_t offset) in qed_read_l2_table()
176 uint64_t offset) in qed_read_l2_table_sync()
H A Ddmg.c74 read_uint64(BlockDriverState *bs, int64_t offset, uint64_t *result) in read_uint64()
89 read_uint32(BlockDriverState *bs, int64_t offset, uint32_t *result) in read_uint32()
103 static inline uint64_t buff_read_uint64(const uint8_t *buffer, int64_t offset) in buff_read_uint64()
108 static inline uint32_t buff_read_uint32(const uint8_t *buffer, int64_t offset) in buff_read_uint32()
153 int64_t offset = 0; in dmg_find_koly_offset() local
224 int64_t offset = 0; in dmg_read_mish_block() local
335 uint64_t offset; in dmg_read_resource_fork() local
456 int64_t offset; in dmg_open() local
729 dmg_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in dmg_co_preadv()
H A Dcopy-before-write.c84 cbw_co_preadv(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_preadv()
107 uint64_t offset, uint64_t bytes, BdrvRequestFlags flags) in cbw_do_copy_before_write()
155 cbw_co_pdiscard(BlockDriverState *bs, int64_t offset, int64_t bytes) in cbw_co_pdiscard()
166 cbw_co_pwrite_zeroes(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_pwrite_zeroes()
178 int cbw_co_pwritev(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_pwritev()
209 cbw_snapshot_read_lock(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_snapshot_read_lock()
262 cbw_co_preadv_snapshot(BlockDriverState *bs, int64_t offset, int64_t bytes, in cbw_co_preadv_snapshot()
295 int64_t offset, int64_t bytes, in cbw_co_snapshot_block_status()
327 cbw_co_pdiscard_snapshot(BlockDriverState *bs, int64_t offset, int64_t bytes) in cbw_co_pdiscard_snapshot()
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/fans/phosphor-fan/clemente/
H A Dconfig.json21 "offset": -632 number
30 "offset": -632 number
55 "offset": -632 number
64 "offset": -632 number
89 "offset": -632 number
98 "offset": -632 number
123 "offset": -632 number
132 "offset": -632 number
157 "offset": -632 number
166 "offset" number
191 "offset": -632 global() number
200 "offset": -632 global() number
225 "offset": -632 global() number
234 "offset": -632 global() number
259 "offset": -632 global() number
268 "offset": -632 global() number
[all...]
/openbmc/u-boot/drivers/misc/
H A Di2c_eeprom.c23 int i2c_eeprom_read(struct udevice *dev, int offset, uint8_t *buf, int size) in i2c_eeprom_read()
33 int i2c_eeprom_write(struct udevice *dev, int offset, uint8_t *buf, int size) in i2c_eeprom_write()
53 static int i2c_eeprom_std_read(struct udevice *dev, int offset, uint8_t *buf, in i2c_eeprom_std_read()
59 static int i2c_eeprom_std_write(struct udevice *dev, int offset, in i2c_eeprom_std_write()
291 u32 offset; member
321 static int i2c_eeprom_partition_read(struct udevice *dev, int offset, in i2c_eeprom_partition_read()
335 static int i2c_eeprom_partition_write(struct udevice *dev, int offset, in i2c_eeprom_partition_write()
H A Dswap_case.c27 #define offset_to_barnum(offset) \ argument
64 static int sandbox_swap_case_read_config(struct udevice *emul, uint offset, in sandbox_swap_case_read_config()
156 static int sandbox_swap_case_write_config(struct udevice *emul, uint offset, in sandbox_swap_case_write_config()
229 unsigned int offset; in sandbox_swap_case_read_io() local
247 unsigned int offset; in sandbox_swap_case_write_io() local
264 unsigned int offset, avail; in sandbox_swap_case_map_physmem() local
/openbmc/u-boot/drivers/net/ti/
H A Dcpsw-common.c17 #define CTRL_MAC_REG(offset, id) ((offset) + 0x8 * (id)) argument
19 static int davinci_emac_3517_get_macid(struct udevice *dev, u16 offset, in davinci_emac_3517_get_macid()
59 static int cpsw_am33xx_cm_get_macid(struct udevice *dev, u16 offset, int slave, in cpsw_am33xx_cm_get_macid()
/openbmc/u-boot/arch/mips/mach-bmips/include/
H A Dioremap.h17 static inline int is_bmips_internal_registers(phys_addr_t offset) in is_bmips_internal_registers()
29 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size, in plat_ioremap()
/openbmc/u-boot/arch/mips/mach-mscc/include/
H A Dioremap.h22 static inline int is_vcoreiii_internal_registers(phys_addr_t offset) in is_vcoreiii_internal_registers()
33 static inline void __iomem *plat_ioremap(phys_addr_t offset, unsigned long size, in plat_ioremap()
/openbmc/u-boot/include/
H A Deeprom.h20 #define eeprom_read(dev_addr, offset, buffer, cnt) ((void)-ENOSYS) argument
21 #define eeprom_write(dev_addr, offset, buffer, cnt) ((void)-ENOSYS) argument
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dhte.c90 u32 offset; in hte_basic_data_cmp() local
145 u32 offset; in hte_rw_data_cmp() local
209 u32 offset; in hte_mem_init() local
368 u32 offset; in hte_mem_op() local
/openbmc/u-boot/drivers/gpio/
H A Dxilinx_gpio.c35 static int xilinx_gpio_get_bank_pin(unsigned offset, u32 *bank_num, in xilinx_gpio_get_bank_pin()
58 static int xilinx_gpio_set_value(struct udevice *dev, unsigned offset, in xilinx_gpio_set_value()
87 static int xilinx_gpio_get_value(struct udevice *dev, unsigned offset) in xilinx_gpio_get_value()
114 static int xilinx_gpio_get_function(struct udevice *dev, unsigned offset) in xilinx_gpio_get_function()
142 static int xilinx_gpio_direction_output(struct udevice *dev, unsigned offset, in xilinx_gpio_direction_output()
168 static int xilinx_gpio_direction_input(struct udevice *dev, unsigned offset) in xilinx_gpio_direction_input()
H A Dat91_gpio.c45 static void at91_set_port_pullup(struct at91_port *at91_port, unsigned offset, in at91_set_port_pullup()
214 static bool at91_get_port_output(struct at91_port *at91_port, int offset) in at91_get_port_output()
224 static void at91_set_port_input(struct at91_port *at91_port, int offset, in at91_set_port_input()
250 static void at91_set_port_output(struct at91_port *at91_port, int offset, in at91_set_port_output()
413 static void at91_set_port_value(struct at91_port *at91_port, int offset, in at91_set_port_value()
438 static int at91_get_port_value(struct at91_port *at91_port, int offset) in at91_get_port_value()
509 static int at91_gpio_direction_input(struct udevice *dev, unsigned offset) in at91_gpio_direction_input()
519 static int at91_gpio_direction_output(struct udevice *dev, unsigned offset, in at91_gpio_direction_output()
530 static int at91_gpio_get_value(struct udevice *dev, unsigned offset) in at91_gpio_get_value()
538 static int at91_gpio_set_value(struct udevice *dev, unsigned offset, in at91_gpio_set_value()
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dpci-pc.c77 static uint8_t qpci_pc_config_readb(QPCIBus *bus, int devfn, uint8_t offset) in qpci_pc_config_readb()
83 static uint16_t qpci_pc_config_readw(QPCIBus *bus, int devfn, uint8_t offset) in qpci_pc_config_readw()
89 static uint32_t qpci_pc_config_readl(QPCIBus *bus, int devfn, uint8_t offset) in qpci_pc_config_readl()
95 static void qpci_pc_config_writeb(QPCIBus *bus, int devfn, uint8_t offset, uint8_t value) in qpci_pc_config_writeb()
101 static void qpci_pc_config_writew(QPCIBus *bus, int devfn, uint8_t offset, uint16_t value) in qpci_pc_config_writew()
107 static void qpci_pc_config_writel(QPCIBus *bus, int devfn, uint8_t offset, uint32_t value) in qpci_pc_config_writel()
/openbmc/qemu/hw/dma/
H A Dsifive_pdma.c179 static uint64_t sifive_pdma_readq(SiFivePDMAState *s, int ch, hwaddr offset) in sifive_pdma_readq()
213 static uint32_t sifive_pdma_readl(SiFivePDMAState *s, int ch, hwaddr offset) in sifive_pdma_readl()
274 static uint64_t sifive_pdma_read(void *opaque, hwaddr offset, unsigned size) in sifive_pdma_read()
303 hwaddr offset, uint64_t value) in sifive_pdma_writeq()
330 hwaddr offset, uint32_t value) in sifive_pdma_writel()
412 static void sifive_pdma_write(void *opaque, hwaddr offset, in sifive_pdma_write()
/openbmc/qemu/hw/ppc/
H A Dpnv_core.c82 uint32_t offset = addr >> 3; in pnv_core_power8_xscom_read() local
104 uint32_t offset = addr >> 3; in pnv_core_power8_xscom_write() local
132 uint32_t offset = addr >> 3; in pnv_core_power9_xscom_read() local
161 uint32_t offset = addr >> 3; in pnv_core_power9_xscom_write() local
198 uint32_t offset = addr >> 3; in pnv_core_power10_xscom_read() local
240 uint32_t offset = addr >> 3; in pnv_core_power10_xscom_write() local
520 uint32_t offset = addr >> 3; in DEFINE_TYPES() local
539 uint32_t offset = addr >> 3; in pnv_quad_power9_xscom_write() local
568 uint32_t offset = addr >> 3; in pnv_quad_power10_xscom_read() local
583 uint32_t offset = addr >> 3; in pnv_quad_power10_xscom_write() local
[all …]
/openbmc/u-boot/board/gdsys/a38x/
H A Ddt_helpers.c15 int offset = fdt_path_offset(rw_fdt_blob, ofname); in fdt_disable_by_ofname() local
29 uint offset, char *gpio_name) in request_gpio_by_name()
/openbmc/qemu/pc-bios/optionrom/
H A Dlinuxboot_dma.c75 static inline uint16_t readw_es(uint16_t offset) in readw_es()
83 static inline uint32_t readl_es(uint16_t offset) in readl_es()
91 static inline void writel_es(uint16_t offset, uint32_t val) in writel_es()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dio.h23 static inline u32 dwc3_readl(void __iomem *base, u32 offset) in dwc3_readl()
38 static inline void dwc3_writel(void __iomem *base, u32 offset, u32 value) in dwc3_writel()
/openbmc/u-boot/fs/jffs2/
H A Dsummary.h41 __u32 offset; /* offset on jeb */ member
49 __u32 offset; /* offset on jeb */ member
63 __u32 offset; /* offset on jeb */ member
70 __u32 offset; /* offset on jeb */ member
96 __u32 offset; /* offset on jeb */ member
105 __u32 offset; /* ofset on jeb */ member
120 __u32 offset; member
128 __u32 offset; member
157 __u32 offset; /* offset of the summary node in the jeb */ member
/openbmc/qemu/hw/audio/
H A Dgusemu_hal.c156 int offset = 2 * (GUSregb(FunkSelReg3x3) & 0x0f); in gus_read() local
352 int offset; in gus_write() local
519 int offset = (GUSregw(GUS42DMAStart) << 4) + (GUSregb(GUS50DMAHigh) & 0xf); in gus_dma_transferdata() local
/openbmc/qemu/include/qemu/
H A Diov.h43 size_t offset, const void *buf, size_t bytes) in iov_from_buf()
56 size_t offset, void *buf, size_t bytes) in iov_to_buf()
126 #define iov_recv(sockfd, iov, iov_cnt, offset, bytes) \ argument
128 #define iov_send(sockfd, iov, iov_cnt, offset, bytes) \ argument

12345678910>>...61