Home
last modified time | relevance | path

Searched refs:tbit (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/arch/ia64/lib/
Dclear_user.S102 tbit.nz p6,p0=buf,0 // odd alignment (for long_do_clear)
106 tbit.nz p6,p0=buf,1
110 tbit.nz p6,p0=buf,2
114 tbit.nz p6,p0=buf,3
165 tbit.nz p6,p0=len,3
169 tbit.nz p7,p6=len,2
173 tbit.nz p6,p7=len,1
177 tbit.nz p7,p6=len,0
Dmemset.S72 tbit.nz p_y, p_n = dest, 0 // Do we have an odd address? (M_B_U)
88 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 3 // should we do a st8 ?
92 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 2 // should we do a st4 ?
99 (p_unalgn) tbit.nz.unc p_y, p_n = bytecnt, 1 // should we do a st2 ?
107 (p_unalgn) tbit.nz.unc p_yy, p_nn = bytecnt, 0 // should we do a st1 ?
298 tbit.nz.unc p_y, p0 = cnt, 2 // should we terminate with a st4 ?
303 tbit.nz.unc p_yy, p0 = cnt, 1 // should we terminate with a st2 ?
307 tbit.nz.unc p_y, p0 = cnt, 0 // should we terminate with a st1 ?
344 tbit.nz p_scr, p0 = cnt, 1 // will there be a st2 at the end ?
353 tbit.nz p_y, p0 = cnt, 0 // will there be a st1 at the end ?
Dcopy_user.S319 tbit.nz p6,p7=src1,0 // odd alignment
334 tbit.nz p7,p0=src1,1
338 tbit.nz p8,p0=src1,2
347 tbit.nz p9,p0=src1,3
362 tbit.nz p6,p0=len1,3
390 tbit.nz p7,p0=len1,2
393 tbit.nz p8,p0=len1,1
396 tbit.nz p9,p0=len1,0
Ddo_csum.S141 tbit.nz p15,p0=buf,0 // is buf an odd address?
181 tbit.nz p10,p11=count,0 // if (count is odd)
/linux-4.4.14/arch/ia64/sn/kernel/sn2/
Dptc_deadlock.S71 tbit.nz p8,p7=scr1,DEADLOCKBIT;;// Test for DEADLOCK
82 tbit.nz p8,p0=scr1,DEADLOCKBIT;;// Test for DEADLOCK
/linux-4.4.14/arch/ia64/kernel/
Drelocate_kernel.S138 tbit.z p0, p6=r30, 0;; // 0x1 dest page
142 tbit.z p0, p6=r30, 1;; // 0x2 indirect page
146 tbit.z p0, p6=r30, 2;; // 0x4 end flag
149 tbit.z p6, p0=r30, 3;; // 0x8 source page
Divt.S179 (p7) tbit.z p6,p7=r18,_PAGE_P_BIT // page present bit cleared?
182 (p7) tbit.nz.unc p10,p11=r19,32 // is it an instruction TLB miss?
267 tbit.z p6,p0=r18,_PAGE_P_BIT // page present bit cleared?
311 tbit.z p6,p0=r18,_PAGE_P_BIT // page present bit cleared?
397 tbit.z p12,p0=r16,61 // access to region 6?
407 tbit.nz p6,p7=r20,IA64_ISR_SP_BIT // is speculation bit on?
408 tbit.nz p9,p0=r20,IA64_ISR_NA_BIT // is non-access bit on?
551 tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit
603 tbit.z p6,p0=r17,IA64_PSR_IS_BIT // IA64 instruction set?
617 tbit.z p7,p6 = r18,_PAGE_P_BIT // Check present bit
[all …]
Dminstate.h91 tbit.nz p15,p0=r29,IA64_PSR_I_BIT; \
Dgate.S349 (p6) tbit.z.unc p8,p0=r18,0 // I0 (dual-issues with "mov b7=r18"!)
Dentry.S119 tbit.nz p6,p0=in0,CLONE_SETTLS_BIT
150 tbit.nz p6,p0=in0,CLONE_SETTLS_BIT
1159 tbit.z p6,p0=r31,TIF_NEED_RESCHED // is resched not needed?
Dmca_asm.S154 tbit.nz p6,p7=r18,60
/linux-4.4.14/drivers/w1/masters/
Dds2490.c567 static int ds_touch_bit(struct ds_device *dev, u8 bit, u8 *tbit) in ds_touch_bit() argument
579 err = ds_recv_data(dev, tbit, sizeof(*tbit)); in ds_touch_bit()