/openbmc/qemu/block/ |
H A D | backup.c | 48 BlockCopyState *bcs; member 80 bdrv_dirty_bitmap_merge_internal(bm, block_copy_dirty_bitmap(job->bcs), in backup_cleanup_sync_bitmap() 120 bdrv_set_dirty_bitmap(block_copy_dirty_bitmap(backup_job->bcs), 0, in backup_do_checkpoint() 156 job->bg_bcs_call = s = block_copy_async(job->bcs, 0, in backup_loop() 232 BdrvDirtyBitmap *bcs_bitmap = block_copy_dirty_bitmap(job->bcs); in backup_init_bcs_bitmap() 243 block_copy_set_skip_unallocated(job->bcs, true); in backup_init_bcs_bitmap() 274 ret = block_copy_reset_unallocated(s->bcs, offset, &count); in backup_run() 282 block_copy_set_skip_unallocated(s->bcs, false); in backup_run() 323 if (s->bcs) { in backup_set_speed() 324 block_copy_set_speed(s->bcs, speed); in backup_set_speed() [all …]
|
H A D | copy-before-write.c | 43 BlockCopyState *bcs; member 112 int64_t cluster_size = block_copy_cluster_size(s->bcs); in cbw_do_copy_before_write() 133 ret = block_copy(s->bcs, off, end - off, true, s->cbw_timeout_ns, in cbw_do_copy_before_write() 330 uint32_t cluster_size = block_copy_cluster_size(s->bcs); in cbw_co_pdiscard_snapshot() 345 block_copy_reset(s->bcs, aligned_offset, aligned_bytes); in cbw_co_pdiscard_snapshot() 482 s->bcs = block_copy_state_new(bs->file, s->target, bs, bitmap, in cbw_open() 485 if (!s->bcs) { in cbw_open() 490 cluster_size = block_copy_cluster_size(s->bcs); in cbw_open() 505 block_copy_dirty_bitmap(s->bcs), NULL, in cbw_open() 520 block_copy_state_free(s->bcs); in cbw_close() [all …]
|
H A D | trace-events | 45 block_copy_skip_range(void *bcs, int64_t start, uint64_t bytes) "bcs %p start %"PRId64" bytes %"PRI… 46 block_copy_process(void *bcs, int64_t start) "bcs %p start %"PRId64 47 block_copy_copy_range_fail(void *bcs, int64_t start, int ret) "bcs %p start %"PRId64" ret %d" 48 block_copy_read_fail(void *bcs, int64_t start, int ret) "bcs %p start %"PRId64" ret %d" 49 block_copy_write_fail(void *bcs, int64_t start, int ret) "bcs %p start %"PRId64" ret %d" 50 block_copy_write_zeroes_fail(void *bcs, int64_t start, int ret) "bcs %p start %"PRId64" ret %d"
|
H A D | copy-before-write.h | 44 BlockCopyState **bcs,
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-arm940.S | 114 bcs 2b @ entries 63 to 0 116 bcs 1b @ segments 3 to 0 164 bcs 2b @ entries 63 to 0 166 bcs 1b @ segments 7 to 0 186 bcs 2b @ entries 63 to 0 188 bcs 1b @ segments 7 to 0 209 bcs 2b @ entries 63 to 0 211 bcs 1b @ segments 7 to 0 236 bcs 2b @ entries 63 to 0 238 bcs 1b @ segments 7 to 0 [all …]
|
H A D | proc-arm922.S | 136 bcs 2b @ entries 63 to 0 138 bcs 1b @ segments 7 to 0 296 bcs arm922_dma_inv_range 351 bcs 2b @ entries 63 to 0 353 bcs 1b @ segments 7 to 0
|
H A D | proc-arm1022.S | 145 bcs 2b @ entries 63 to 0 147 bcs 1b @ segments 15 to 0 327 bcs arm1022_dma_inv_range 375 bcs 2b @ entries 63 to 0 377 bcs 1b @ segments 15 to 0
|
H A D | proc-arm920.S | 134 bcs 2b @ entries 63 to 0 136 bcs 1b @ segments 7 to 0 294 bcs arm920_dma_inv_range 347 bcs 2b @ entries 63 to 0 349 bcs 1b @ segments 7 to 0
|
H A D | proc-arm1020e.S | 146 bcs 2b @ entries 63 to 0 148 bcs 1b @ segments 15 to 0 327 bcs arm1020e_dma_inv_range
|
H A D | proc-arm946.S | 109 bcs 2b @ entries n to 0 111 bcs 1b @ segments 3 to 0 295 bcs arm946_dma_inv_range
|
H A D | proc-arm1020.S | 147 bcs 2b @ entries 63 to 0 149 bcs 1b @ segments 15 to 0 341 bcs arm1020_dma_inv_range
|
H A D | proc-feroceon.S | 155 bcs 2b 157 bcs 1b 381 bcs feroceon_dma_inv_range 395 bcs feroceon_range_dma_inv_range
|
H A D | proc-arm925.S | 172 bcs 2b @ entries 255 to 0 351 bcs arm925_dma_inv_range 401 bcs 2b @ entries 255 to 0
|
/openbmc/linux/drivers/usb/storage/ |
H A D | transport.c | 1118 struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap *) us->iobuf; in usb_stor_Bulk_transport() local 1201 if (usb_stor_access_xfer_buf((unsigned char *) bcs, in usb_stor_Bulk_transport() 1205 bcs->Signature == in usb_stor_Bulk_transport() 1222 bcs, US_BULK_CS_WRAP_LEN, &cswlen); in usb_stor_Bulk_transport() 1232 bcs, US_BULK_CS_WRAP_LEN, &cswlen); in usb_stor_Bulk_transport() 1241 bcs, US_BULK_CS_WRAP_LEN, NULL); in usb_stor_Bulk_transport() 1251 residue = le32_to_cpu(bcs->Residue); in usb_stor_Bulk_transport() 1253 le32_to_cpu(bcs->Signature), bcs->Tag, in usb_stor_Bulk_transport() 1254 residue, bcs->Status); in usb_stor_Bulk_transport() 1255 if (!(bcs->Tag == us->tag || (us->fflags & US_FL_BULK_IGNORE_TAG)) || in usb_stor_Bulk_transport() [all …]
|
H A D | initializers.c | 54 struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap*) us->iobuf; in usb_stor_ucr61s2b_init() local 75 res = usb_stor_bulk_transfer_buf(us, us->recv_bulk_pipe, bcs, in usb_stor_ucr61s2b_init()
|
H A D | realtek_cr.c | 206 struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap *)us->iobuf; in rts51x_bulk_transport() local 244 bcs, US_BULK_CS_WRAP_LEN, &cswlen); in rts51x_bulk_transport() 249 if (bcs->Signature != cpu_to_le32(US_BULK_CS_SIGN)) { in rts51x_bulk_transport() 251 le32_to_cpu(bcs->Signature), US_BULK_CS_SIGN); in rts51x_bulk_transport() 255 residue = bcs->Residue; in rts51x_bulk_transport() 256 if (bcs->Tag != us->tag) in rts51x_bulk_transport() 270 switch (bcs->Status) { in rts51x_bulk_transport() 296 struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap *) us->iobuf; in rts51x_bulk_transport_special() local 332 result = usb_bulk_msg(us->pusb_dev, us->recv_bulk_pipe, bcs, in rts51x_bulk_transport_special()
|
/openbmc/linux/arch/sparc/lib/ |
H A D | udivdi3.S | 23 1: bcs 5f 30 bcs 3f 61 1: bcs 5f 68 bcs 3f 87 1: bcs 5f 94 bcs 3f 166 1: bcs 5f 173 bcs 3f
|
H A D | divdi3.S | 47 1: bcs 5f 54 bcs 3f 83 1: bcs 5f 90 bcs 3f 107 1: bcs 5f 114 bcs 3f 182 1: bcs 5f 189 bcs 3f
|
/openbmc/linux/drivers/tty/ |
H A D | ehv_bytechan.c | 60 static struct ehv_bc_data *bcs; variable 511 struct ehv_bc_data *bc = &bcs[ttys->index]; in ehv_bc_tty_open() 526 struct ehv_bc_data *bc = &bcs[ttys->index]; in ehv_bc_tty_close() 690 bc = &bcs[i]; in ehv_bc_tty_probe() 773 bcs = kcalloc(count, sizeof(struct ehv_bc_data), GFP_KERNEL); in ehv_bc_init() 774 if (!bcs) in ehv_bc_init() 814 kfree(bcs); in ehv_bc_init()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | security.c | 206 bool bcs, ccd; in cpu_show_spectre_v2() local 210 bcs = security_ftr_enabled(SEC_FTR_BCCTRL_SERIALISED); in cpu_show_spectre_v2() 213 if (bcs || ccd) { in cpu_show_spectre_v2() 216 if (bcs) in cpu_show_spectre_v2() 219 if (bcs && ccd) in cpu_show_spectre_v2() 237 if (bcs || ccd || count_cache_flush_type != BRANCH_CACHE_FLUSH_NONE) { in cpu_show_spectre_v2()
|
/openbmc/qemu/common-user/host/sparc64/ |
H A D | safe-syscall.inc.S | 76 bcs,pn %xcc, 1f
|
/openbmc/qemu/common-user/host/arm/ |
H A D | safe-syscall.inc.S | 86 bcs 1f
|
/openbmc/linux/arch/arm/lib/ |
H A D | memmove.S | 57 CALGN( bcs 2f ) 102 CALGN( bcs 2b )
|
H A D | copy_template.S | 92 CALGN( bcs 2f ) 149 CALGN( bcs 2b )
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | uaccess-asm.h | 23 bcs \bad
|