/openbmc/linux/arch/ia64/lib/ |
H A D | clear_user.S | 104 tbit.nz p6,p0=buf,0 // odd alignment (for long_do_clear) 108 tbit.nz p6,p0=buf,1 112 tbit.nz p6,p0=buf,2 116 tbit.nz p6,p0=buf,3 167 tbit.nz p6,p0=len,3 171 tbit.nz p7,p6=len,2 175 tbit.nz p6,p7=len,1 179 tbit.nz p7,p6=len,0
|
H A D | memset.S | 74 tbit.nz p_y, p_n = dest, 0 // Do we have an odd address? (M_B_U) 90 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ? 94 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 2 // should we do a st4 ? 101 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ? 109 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ? 300 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ? 305 tbit.nz.unc p_yy, p0 = cnt, 1 // should we terminate with a st2 ? 309 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ? 346 tbit.nz p_scr, p0 = cnt, 1 // will there be a st2 at the end ? 355 tbit.nz p_y, p0 = cnt, 0 // will there be a st1 at the end ?
|
H A D | copy_user.S | 321 tbit.nz p6,p7=src1,0 // odd alignment 336 tbit.nz p7,p0=src1,1 340 tbit.nz p8,p0=src1,2 349 tbit.nz p9,p0=src1,3 364 tbit.nz p6,p0=len1,3 392 tbit.nz p7,p0=len1,2 395 tbit.nz p8,p0=len1,1 398 tbit.nz p9,p0=len1,0
|
H A D | do_csum.S | 142 tbit.nz p15,p0=buf,0 // is buf an odd address? 182 tbit.nz p10,p11=count,0 // if (count is odd)
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | relocate_kernel.S | 136 tbit.z p0, p6=r30, 0;; // 0x1 dest page 140 tbit.z p0, p6=r30, 1;; // 0x2 indirect page 144 tbit.z p0, p6=r30, 2;; // 0x4 end flag 147 tbit.z p6, p0=r30, 3;; // 0x8 source page
|
H A D | ivt.S | 181 (p7) tbit.z p6,p7=r18,_PAGE_P_BIT // page present bit cleared? 184 (p7) tbit.nz.unc p10,p11=r19,32 // is it an instruction TLB miss? 269 tbit.z p6,p0=r18,_PAGE_P_BIT // page present bit cleared? 313 tbit.z p6,p0=r18,_PAGE_P_BIT // page present bit cleared? 399 tbit.z p12,p0=r16,61 // access to region 6? 409 tbit.nz p6,p7=r20,IA64_ISR_SP_BIT // is speculation bit on? 410 tbit.nz p9,p0=r20,IA64_ISR_NA_BIT // is non-access bit on? 553 tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit 605 tbit.z p6,p0=r17,IA64_PSR_IS_BIT // IA64 instruction set? 619 tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit [all …]
|
H A D | minstate.h | 92 tbit.nz p15,p0=r29,IA64_PSR_I_BIT; \
|
H A D | gate.S | 350 (p6) tbit.z.unc p8,p0=r18,0 // I0 (dual-issues with "mov b7=r18"!)
|
H A D | mca_asm.S | 155 tbit.nz p6,p7=r18,60
|
H A D | entry.S | 1131 tbit.z p6,p0=r31,TIF_NEED_RESCHED // is resched not needed?
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | ap.h | 160 static inline struct ap_queue_status ap_test_queue(ap_qid_t qid, int tbit, in ap_test_queue() argument 163 if (tbit) in ap_test_queue()
|
/openbmc/linux/drivers/w1/masters/ |
H A D | ds2490.c | 536 static int ds_touch_bit(struct ds_device *dev, u8 bit, u8 *tbit) in ds_touch_bit() argument 548 err = ds_recv_data(dev, tbit, sizeof(*tbit)); in ds_touch_bit()
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | tc_restrictions.sh | 325 action police rate 2.5tbit burst 1g conform-exceed drop/ok 337 action police rate 1.9tbit burst 1g conform-exceed drop/ok
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 1443 int tbit = -1; 1459 tbit = ext ? 63 : 31; 1474 tbit = ctz64(b); 1489 if (tbit >= 0) { 1493 tcg_out_insn(s, 3205, TBZ, a, tbit, 0); 1496 tcg_out_insn(s, 3205, TBNZ, a, tbit, 0);
|