Home
last modified time | relevance | path

Searched refs:bcs (Results 1 - 25 of 75) sorted by relevance

123

/kernel/linux/linux-5.10/arch/arm/mm/
H A Dproc-arm940.S114 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
[all...]
H A Dproc-arm920.S134 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 Dproc-arm922.S136 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 Dproc-arm1022.S145 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 Dproc-arm925.S172 bcs 2b @ entries 255 to 0
351 bcs arm925_dma_inv_range
401 bcs 2b @ entries 255 to 0
H A Dproc-arm1020.S147 bcs 2b @ entries 63 to 0
149 bcs 1b @ segments 15 to 0
341 bcs arm1020_dma_inv_range
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dproc-arm940.S114 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
[all...]
H A Dproc-arm920.S134 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 Dproc-arm1022.S145 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 Dproc-arm922.S136 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
/kernel/linux/linux-5.10/drivers/usb/storage/
H A Dtransport.c1113 struct bulk_cs_wrap *bcs = (struct bulk_cs_wrap *) us->iobuf; in usb_stor_Bulk_transport() local
1196 if (usb_stor_access_xfer_buf((unsigned char *) bcs, in usb_stor_Bulk_transport()
1200 bcs->Signature == in usb_stor_Bulk_transport()
1217 bcs, US_BULK_CS_WRAP_LEN, &cswlen); in usb_stor_Bulk_transport()
1227 bcs, US_BULK_CS_WRAP_LEN, &cswlen); in usb_stor_Bulk_transport()
1236 bcs, US_BULK_CS_WRAP_LEN, NULL); in usb_stor_Bulk_transport()
1246 residue = le32_to_cpu(bcs->Residue); in usb_stor_Bulk_transport()
1248 le32_to_cpu(bcs->Signature), bcs->Tag, in usb_stor_Bulk_transport()
1249 residue, bcs in usb_stor_Bulk_transport()
[all...]
H A Dinitializers.c54 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 Drealtek_cr.c206 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()
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Dtransport.c1118 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 in usb_stor_Bulk_transport()
[all...]
H A Dinitializers.c54 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 Drealtek_cr.c206 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()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsecurity.c203 bool bcs, ccd; in cpu_show_spectre_v2() local
207 bcs = security_ftr_enabled(SEC_FTR_BCCTRL_SERIALISED); in cpu_show_spectre_v2()
210 if (bcs || ccd) { in cpu_show_spectre_v2()
213 if (bcs) in cpu_show_spectre_v2()
216 if (bcs && ccd) in cpu_show_spectre_v2()
234 if (bcs || ccd || count_cache_flush_type != BRANCH_CACHE_FLUSH_NONE) { in cpu_show_spectre_v2()
/kernel/linux/linux-5.10/arch/sparc/lib/
H A Ddivdi3.S47 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
H A Dudivdi3.S23 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 Dcopy_user.S381 bcs 1f
383 bcs 2f
385 bcs 3f
394 bcs,a 60f
413 bcs,a 2f
/kernel/linux/linux-6.6/arch/sparc/lib/
H A Ddivdi3.S47 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
H A Dudivdi3.S23 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
/kernel/linux/linux-5.10/drivers/tty/
H A Dehv_bytechan.c60 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()
755 unsigned int count = 0; /* Number of elements in bcs[] */ in ehv_bc_init()
767 /* The array index of an element in bcs[] is the same as the tty index in ehv_bc_init()
769 * array, then you can use pointer math (e.g. "bc - bcs") to get its in ehv_bc_init()
772 bcs = kcalloc(count, sizeof(struct ehv_bc_data), GFP_KERNEL); in ehv_bc_init()
773 if (!bcs) in ehv_bc_init()
810 kfree(bcs); in ehv_bc_init()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dehv_bytechan.c60 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()
756 unsigned int count = 0; /* Number of elements in bcs[] */ in ehv_bc_init()
768 /* The array index of an element in bcs[] is the same as the tty index in ehv_bc_init()
770 * array, then you can use pointer math (e.g. "bc - bcs") to get its in ehv_bc_init()
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()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsecurity.c206 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()

Completed in 16 milliseconds

123