/linux-6.12.1/arch/alpha/lib/ |
D | memset.S | 35 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */ 38 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */ 40 bis $17,$1,$17 /* E0 (p-c latency, next cycle) */ 46 bis $16,$16,$0 /* .. E1 */ 56 bis $16,$16,$5 /* .. E1 */ 63 bis $2,$4,$1 /* .. E1 */ 65 bis $31,$31,$31 /* E0 */ 68 bis $31,$31,$31 /* .. E1 */ 74 bis $16,$16,$5 /* E0 */ 85 bis $31,$31,$31 /* E0 */ [all …]
|
D | udiv-qrnnd.S | 55 bis n1,tmp,n1 60 bis n0,qb,n0 63 bis n1,tmp,n1 68 bis n0,qb,n0 71 bis n1,tmp,n1 76 bis n0,qb,n0 79 bis n1,tmp,n1 84 bis n0,qb,n0 88 bis $31,n0,$0 105 bis n1,tmp,n1 [all …]
|
D | ev6-memset.S | 55 bis $16,$16,$0 # E : return value 59 bis $1,$2,$17 # E : 000000000000chch 82 bis $16,$16,$5 # E : Save the address 89 bis $2,$4,$1 # E : Final bytes 105 bis $16,$16,$5 # E : Save dest address 212 bis $2,$4,$1 # E : Put it all together 220 bis $2,$4,$2 # E : New result 224 bis $2,$4,$1 # E : 247 bis $16,$16,$0 # E : return value 260 bis $16,$16,$5 # E : Save the address [all …]
|
D | copy_user.S | 51 bis $1,$2,$1 70 bis $3,$1,$1 75 bis $2,$2,$3 86 bis $1,$2,$1 111 bis $2,$1,$2 113 bis $31,$31,$0
|
D | divide.S | 75 #define GETSIGN(x) bis $24,$24,x 104 bis $25,$25,divisor 106 bis $24,$24,modulus 108 bis $31,$31,quotient 112 bis $31,1,mask 175 bis $24,$25,$28
|
D | memmove.S | 29 bis $1,$2,$1 57 bis $1,$2,$1 102 bis $1,$2,$1 124 bis $1,$2,$1 168 bis $1,$2,$1
|
D | ev6-divide.S | 85 #define GETSIGN(x) bis $24,$24,x 114 bis $25,$25,divisor # E : 117 bis $24,$24,modulus # E : 119 bis $31,$31,quotient # E : 124 bis $31,1,mask # E : 229 bis $24,$25,$28 # E :
|
D | ev6-copy_user.S | 100 bis $3,$1,$1 # .. .. .. E : 106 bis $2,$2,$3 # .. .. E .. :
|
D | ev6-clear_user.S | 135 bis $16,$16,$3 # E : U L U L : Initial wh64 address is dest
|
D | ev6-memcpy.S | 209 bis $3, $1, $1 # E : merged bytes to store
|
/linux-6.12.1/net/bluetooth/ |
D | hci_conn.c | 675 u8 bis; member 692 if (d->big != conn->iso_qos.bcast.big || d->bis == BT_ISO_QOS_BIS_UNSET || in bis_list() 693 d->bis != conn->iso_qos.bcast.bis) in bis_list() 703 bt_dev_dbg(hdev, "big 0x%2.2x bis 0x%2.2x", d->big, d->bis); in terminate_big_sync() 705 hci_disable_per_advertising_sync(hdev, d->bis); in terminate_big_sync() 706 hci_remove_ext_adv_instance_sync(hdev, d->bis, NULL); in terminate_big_sync() 727 conn->iso_qos.bcast.bis); in hci_le_terminate_big() 734 d->bis = conn->iso_qos.bcast.bis; in hci_le_terminate_big() 821 struct hci_conn *bis; in bis_cleanup() local 832 bis = hci_conn_hash_lookup_big(hdev, conn->iso_qos.bcast.big); in bis_cleanup() [all …]
|
D | hci_event.c | 6899 struct hci_conn *bis; in hci_le_big_sync_established_evt() local 6905 flex_array_size(ev, bis, ev->num_bis))) in hci_le_big_sync_established_evt() 6911 u16 handle = le16_to_cpu(ev->bis[i]); in hci_le_big_sync_established_evt() 6914 bis = hci_conn_hash_lookup_handle(hdev, handle); in hci_le_big_sync_established_evt() 6915 if (!bis) { in hci_le_big_sync_established_evt() 6920 bis = hci_conn_add(hdev, ISO_LINK, BDADDR_ANY, in hci_le_big_sync_established_evt() 6922 if (IS_ERR(bis)) in hci_le_big_sync_established_evt() 6928 set_bit(HCI_CONN_PA_SYNC, &bis->flags); in hci_le_big_sync_established_evt() 6930 bis->iso_qos.bcast.big = ev->handle; in hci_le_big_sync_established_evt() 6933 bis->iso_qos.bcast.in.interval = le32_to_cpu(interval); in hci_le_big_sync_established_evt() [all …]
|
D | iso.c | 805 .bis = BT_ISO_QOS_BIS_UNSET,
|
/linux-6.12.1/block/ |
D | blk-cgroup.c | 632 static void __blkg_clear_stat(struct blkg_iostat_set *bis) in __blkg_clear_stat() argument 637 flags = u64_stats_update_begin_irqsave(&bis->sync); in __blkg_clear_stat() 638 blkg_iostat_set(&bis->cur, &cur); in __blkg_clear_stat() 639 blkg_iostat_set(&bis->last, &cur); in __blkg_clear_stat() 640 u64_stats_update_end_irqrestore(&bis->sync, flags); in __blkg_clear_stat() 1145 struct blkg_iostat_set *bis = &blkg->iostat; in blkcg_print_one_stat() local 1161 seq = u64_stats_fetch_begin(&bis->sync); in blkcg_print_one_stat() 1163 rbytes = bis->cur.bytes[BLKG_IOSTAT_READ]; in blkcg_print_one_stat() 1164 wbytes = bis->cur.bytes[BLKG_IOSTAT_WRITE]; in blkcg_print_one_stat() 1165 dbytes = bis->cur.bytes[BLKG_IOSTAT_DISCARD]; in blkcg_print_one_stat() [all …]
|
/linux-6.12.1/arch/alpha/kernel/ |
D | head.S | 70 bis $16,$16,$17 81 bis $16,$16,$17
|
/linux-6.12.1/arch/alpha/boot/ |
D | head.S | 64 bis $30,$30,$20 /* a4 = KSP */
|
/linux-6.12.1/arch/arm/mach-sa1100/ |
D | sleep.S | 130 @ Step 4 clear DE bis in MDCNFG
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | atomic.h | 182 ATOMIC_OPS(or, bis) in ATOMIC_OPS()
|
/linux-6.12.1/include/net/bluetooth/ |
D | hci_core.h | 1081 bdaddr_t *ba, __u8 bis) in hci_conn_hash_lookup_bis() argument 1092 if (c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_bis() 1105 __u8 big, __u8 bis) in hci_conn_hash_lookup_per_adv_bis() argument 1118 c->iso_qos.bcast.bis == bis) { in hci_conn_hash_lookup_per_adv_bis() 1490 __u16 sync_handle, __u8 num_bis, __u8 bis[]);
|
D | bluetooth.h | 189 __u8 bis; member
|
D | hci.h | 2109 struct hci_bis bis; member 2127 __u8 bis[] __counted_by(num_bis); 2795 __le16 bis[]; member
|
/linux-6.12.1/drivers/eisa/ |
D | eisa.ids | 662 ICU0530 "BOCA M1440I 14.4Kbps V.32bis Modem" 687 ICU06B0 "Zoom VFP V.32bis FAX Modem" 688 ICU06C0 "Zoom VP V.32bis Modem"
|