Searched refs:bzt (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/tile/kernel/ |
D | intvec_32.S | 480 bzt r32, 1f /* zero if from user space */ 546 bzt r4, 1f 634 bzt r29, \not_single_stepping 678 bzt r25, \not_single_stepping 713 bzt r25, \not_single_stepping 739 bzt r24, \not_single_stepping 741 bzt r25, \not_single_stepping 802 bzt r29, .Lresume_userspace 816 bzt r28, 1f 881 bzt r1, .Lrestore_all [all …]
|
D | relocate_kernel_32.S | 126 bzt r0, .Ltry2 140 bzt r0, .Ltry4 153 bzt r0, .Ltry8 239 bzt r0, 1b
|
/linux-4.4.14/arch/tile/lib/ |
D | atomic_asm_32.S | 141 bzt r21, 1b /* branch if lock acquired */ 159 bzt r21, 1b /* branch if lock acquired */
|
D | memcpy_32.S | 123 { bzt r8, .Lcopy_8_loop; slti_u r4, r2, 4 } 458 { bzt r16, .Lcopy_unaligned_line; move r7, r6 } 469 { bzt r8, .Lcopy_unaligned_src_words; move r6, r7 } 513 { bzt r29, memcpy_fixup_loop }
|
D | usercopy_32.S | 32 bzt r2, .Lclear_aligned_user_asm
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfcpci.c | 367 struct bzfifo *bzt; in hfcpci_clear_fifo_tx() local 370 bzt = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b2; in hfcpci_clear_fifo_tx() 373 bzt = &((union fifo_area *)(hc->hw.fifos))->b_chans.txbz_b1; in hfcpci_clear_fifo_tx() 382 fifo, bzt->f1, bzt->f2, in hfcpci_clear_fifo_tx() 383 le16_to_cpu(bzt->za[MAX_B_FRAMES].z1), in hfcpci_clear_fifo_tx() 384 le16_to_cpu(bzt->za[MAX_B_FRAMES].z2), in hfcpci_clear_fifo_tx() 386 bzt->f2 = MAX_B_FRAMES; in hfcpci_clear_fifo_tx() 387 bzt->f1 = bzt->f2; /* init F pointers to remain constant */ in hfcpci_clear_fifo_tx() 388 bzt->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 1); in hfcpci_clear_fifo_tx() 389 bzt->za[MAX_B_FRAMES].z2 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 2); in hfcpci_clear_fifo_tx() [all …]
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | hfc_pci.c | 245 bzfifo_type *bzt; in hfcpci_clear_fifo_tx() local 248 bzt = &((fifo_area *) (cs->hw.hfcpci.fifos))->b_chans.txbz_b2; in hfcpci_clear_fifo_tx() 251 bzt = &((fifo_area *) (cs->hw.hfcpci.fifos))->b_chans.txbz_b1; in hfcpci_clear_fifo_tx() 257 bzt->za[MAX_B_FRAMES].z1 = B_FIFO_SIZE + B_SUB_VAL - 1; in hfcpci_clear_fifo_tx() 258 bzt->za[MAX_B_FRAMES].z2 = bzt->za[MAX_B_FRAMES].z1; in hfcpci_clear_fifo_tx() 259 bzt->f1 = MAX_B_FRAMES; in hfcpci_clear_fifo_tx() 260 bzt->f2 = bzt->f1; /* init F pointers to remain constant */ in hfcpci_clear_fifo_tx()
|