| /linux/tools/testing/selftests/powerpc/copyloops/ |
| A D | copy_mc_64.S | 11 .macro err1 macro 65 err1; lbz r0,0(r4) 67 err1; stb r0,0(r3) 72 err1; lhz r0,0(r4) 74 err1; sth r0,0(r3) 79 err1; lwz r0,0(r4) 81 err1; stw r0,0(r3) 185 err1; ld r0,0(r4) 186 err1; ld r6,8(r4) 199 err1; ld r0,0(r4) [all …]
|
| A D | copyuser_power7.S | 23 .macro err1 macro 99 err1; lbz r0,0(r4) 101 err1; stb r0,0(r3) 105 err1; lhz r0,0(r4) 107 err1; sth r0,0(r3) 111 err1; lwz r0,0(r4) 113 err1; stw r0,0(r3) 193 err1; ld r0,0(r4) 194 err1; ld r6,8(r4) 214 err1; ld r0,0(r4) [all …]
|
| /linux/arch/powerpc/lib/ |
| A D | copy_mc_64.S | 11 .macro err1 macro 65 err1; lbz r0,0(r4) 67 err1; stb r0,0(r3) 72 err1; lhz r0,0(r4) 74 err1; sth r0,0(r3) 79 err1; lwz r0,0(r4) 81 err1; stw r0,0(r3) 185 err1; ld r0,0(r4) 186 err1; ld r6,8(r4) 199 err1; ld r0,0(r4) [all …]
|
| A D | copyuser_power7.S | 23 .macro err1 macro 99 err1; lbz r0,0(r4) 101 err1; stb r0,0(r3) 105 err1; lhz r0,0(r4) 107 err1; sth r0,0(r3) 111 err1; lwz r0,0(r4) 113 err1; stw r0,0(r3) 193 err1; ld r0,0(r4) 194 err1; ld r6,8(r4) 214 err1; ld r0,0(r4) [all …]
|
| A D | string_64.S | 31 .macro err1 macro 72 err1; stb r0,0(r3) 76 err1; sth r0,0(r3) 80 err1; stw r0,0(r3) 118 err1; std r0,0(r3) 122 err1; stw r0,0(r3) 126 err1; sth r0,0(r3) 130 err1; stb r0,0(r3) 164 err1; std r0,0(r3) 165 err1; std r0,8(r3) [all …]
|
| /linux/drivers/infiniband/sw/rxe/ |
| A D | rxe_recv.c | 19 goto err1; in check_type_state() 27 goto err1; in check_type_state() 33 goto err1; in check_type_state() 41 goto err1; in check_type_state() 46 goto err1; in check_type_state() 51 goto err1; in check_type_state() 54 goto err1; in check_type_state() 59 err1: in check_type_state() 106 err1: in check_keys() 166 err1: in check_addr() [all …]
|
| A D | rxe_qp.c | 24 goto err1; in rxe_qp_chk_cap() 30 goto err1; in rxe_qp_chk_cap() 37 goto err1; in rxe_qp_chk_cap() 43 goto err1; in rxe_qp_chk_cap() 50 goto err1; in rxe_qp_chk_cap() 55 err1: in rxe_qp_chk_cap() 78 goto err1; in rxe_qp_chk_init() 82 goto err1; in rxe_qp_chk_init() 105 err1: in rxe_qp_chk_init() 363 err1: in rxe_qp_from_init() [all …]
|
| A D | rxe_srq.c | 17 goto err1; in rxe_srq_chk_attr() 24 goto err1; in rxe_srq_chk_attr() 29 goto err1; in rxe_srq_chk_attr() 35 goto err1; in rxe_srq_chk_attr() 46 goto err1; in rxe_srq_chk_attr() 53 goto err1; in rxe_srq_chk_attr() 61 goto err1; in rxe_srq_chk_attr() 70 err1: in rxe_srq_chk_attr()
|
| A D | rxe_queue.c | 23 goto err1; in do_mmap_info() 42 err1: in do_mmap_info() 64 goto err1; in rxe_queue_init() 68 goto err1; in rxe_queue_init() 103 err1: in rxe_queue_init() 165 goto err1; in rxe_queue_resize() 182 goto err1; in rxe_queue_resize() 187 err1: in rxe_queue_resize()
|
| A D | rxe_verbs.c | 250 goto err1; in post_one_recv() 255 goto err1; in post_one_recv() 279 err1: in post_one_recv() 303 goto err1; in rxe_create_srq() 321 err1: in rxe_create_srq() 353 err1: in rxe_modify_srq() 474 err1: in rxe_modify_qp() 522 err1: in validate_send_wr() 768 err1: in rxe_post_recv() 835 err1: in rxe_resize_cq() [all …]
|
| A D | rxe_cq.c | 18 goto err1; in rxe_cq_chk_attr() 24 goto err1; in rxe_cq_chk_attr() 32 goto err1; in rxe_cq_chk_attr() 38 err1: in rxe_cq_chk_attr()
|
| /linux/drivers/tty/vt/ |
| A D | consolemap.c | 538 int err = 0, err1, i; in con_set_unimap() local 564 err1 = con_do_clear_unimap(vc); in con_set_unimap() 565 if (err1) { in con_set_unimap() 566 err = err1; in con_set_unimap() 596 if (err1) { in con_set_unimap() 601 err = err1; in con_set_unimap() 628 if (err1) in con_set_unimap() 629 err = err1; in con_set_unimap() 661 int i, j, err = 0, err1; in con_set_default_unimap() local 691 if (err1) in con_set_default_unimap() [all …]
|
| /linux/lib/ |
| A D | digsig.c | 90 goto err1; in digsig_verify_rsa() 94 goto err1; in digsig_verify_rsa() 99 goto err1; in digsig_verify_rsa() 102 goto err1; in digsig_verify_rsa() 105 goto err1; in digsig_verify_rsa() 178 err1: in digsig_verify_rsa()
|
| /linux/net/netfilter/ |
| A D | xt_rateest.c | 80 goto err1; in xt_rateest_mt_checkentry() 83 goto err1; in xt_rateest_mt_checkentry() 91 goto err1; in xt_rateest_mt_checkentry() 97 goto err1; in xt_rateest_mt_checkentry() 112 err1: in xt_rateest_mt_checkentry()
|
| A D | nft_range.c | 71 goto err1; in nft_range_init() 77 goto err1; in nft_range_init() 112 err1: in nft_range_init()
|
| /linux/tools/power/cpupower/debug/i386/ |
| A D | centrino-decode.c | 39 goto err1; in rdmsr() 45 goto err1; in rdmsr() 59 err1: in rdmsr()
|
| A D | powernow-k8-decode.c | 44 goto err1; in get_fidvid() 49 err1: in get_fidvid()
|
| /linux/drivers/misc/cxl/ |
| A D | guest.c | 99 goto err1; in guest_collect_vpd() 149 err1: in guest_collect_vpd() 750 goto err1; in activate_afu_directed() 753 err1: in activate_afu_directed() 939 goto err1; in cxl_guest_init_afu() 944 goto err1; in cxl_guest_init_afu() 947 goto err1; in cxl_guest_init_afu() 950 goto err1; in cxl_guest_init_afu() 953 goto err1; in cxl_guest_init_afu() 1013 err1: in cxl_guest_init_afu() [all …]
|
| /linux/drivers/spi/ |
| A D | spi-sh-sci.c | 135 goto err1; in sh_sci_spi_probe() 152 goto err1; in sh_sci_spi_probe() 157 goto err1; in sh_sci_spi_probe() 168 err1: in sh_sci_spi_probe()
|
| /linux/drivers/usb/cdns3/ |
| A D | host.c | 55 goto err1; in __cdns_host_init() 62 goto err1; in __cdns_host_init() 88 err1: in __cdns_host_init()
|
| /linux/drivers/mfd/ |
| A D | ucb1400_core.c | 88 goto err1; in ucb1400_core_probe() 91 goto err1; in ucb1400_core_probe() 120 err1: in ucb1400_core_probe()
|
| /linux/drivers/nvdimm/ |
| A D | nd_virtio.c | 45 int err, err1; in virtio_pmem_flush() local 81 err1 = virtqueue_kick(vpmem->req_vq); in virtio_pmem_flush() 87 if (err || !err1) { in virtio_pmem_flush()
|
| /linux/drivers/scsi/cxlflash/ |
| A D | ocxl_hw.c | 80 goto err1; in ocxlflash_getfile() 117 err1: in ocxlflash_getfile() 205 goto err1; in afu_map_irq() 221 err1: in afu_map_irq() 494 goto err1; in ocxlflash_dev_context_init() 521 err1: in ocxlflash_dev_context_init() 821 goto err1; in ocxlflash_map_mmio() 839 err1: in ocxlflash_map_mmio() 928 goto err1; in ocxlflash_create_afu() 953 err1: in ocxlflash_create_afu() [all …]
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| A D | qed_selftest.c | 145 goto err1; in qed_selftest_nvram() 167 goto err1; in qed_selftest_nvram() 180 err1: in qed_selftest_nvram()
|
| /linux/drivers/mtd/maps/ |
| A D | ts5500_flash.c | 75 goto err1; in init_ts5500_map() 83 err1: in init_ts5500_map()
|