/kernel/linux/linux-5.10/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_ [all...] |
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 | strlen.S | 131 tnat.nz p6,p7=val1 // test NaT on val1 138 tnat.nz.and p7,p0=val2 // test NaT if val2
|
/kernel/linux/linux-6.6/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_ [all...] |
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 | strlen.S | 131 tnat.nz p6,p7=val1 // test NaT on val1 138 tnat.nz.and p7,p0=val2 // test NaT if val2
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | fpsimdmacros.h | 96 /* STR (vector): STR Z\nz, [X\nxbase, #\offset, MUL VL] */ 97 .macro _sve_str_v nz, nxbase, offset=0 98 _sve_check_zreg \nz 102 | (\nz) \ 108 /* LDR (vector): LDR Z\nz, [X\nxbase, #\offset, MUL VL] */ 109 .macro _sve_ldr_v nz, nxbase, offset=0 110 _sve_check_zreg \nz 114 | (\nz) \ 209 .macro _sve_flush_z nz 210 _sve_check_zreg \nz [all...] |
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | fpsimdmacros.h | 105 /* STR (vector): STR Z\nz, [X\nxbase, #\offset, MUL VL] */ 106 .macro _sve_str_v nz, nxbase, offset=0 107 _sve_check_zreg \nz 111 | (\nz) \ 117 /* LDR (vector): LDR Z\nz, [X\nxbase, #\offset, MUL VL] */ 118 .macro _sve_ldr_v nz, nxbase, offset=0 119 _sve_check_zreg \nz 123 | (\nz) \ 299 .macro _sve_flush_z nz 300 _sve_check_zreg \nz [all...] |
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | zns.c | 175 unsigned int nz, i; in nvme_ns_report_zones() local 201 nz = min((unsigned int)le64_to_cpu(report->nr_zones), nr_zones); in nvme_ns_report_zones() 202 if (!nz) in nvme_ns_report_zones() 205 for (i = 0; i < nz && zone_idx < nr_zones; i++) { in nvme_ns_report_zones() 213 sector += ns->zsze * nz; in nvme_ns_report_zones()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | zns.c | 182 unsigned int nz, i; in nvme_ns_report_zones() local 211 nz = min((unsigned int)le64_to_cpu(report->nr_zones), nr_zones); in nvme_ns_report_zones() 212 if (!nz) in nvme_ns_report_zones() 215 for (i = 0; i < nz && zone_idx < nr_zones; i++) { in nvme_ns_report_zones() 223 sector += ns->zsze * nz; in nvme_ns_report_zones()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | boot.h | 191 asm volatile("fs; repe; cmpsb" CC_SET(nz) in memcmp_fs() 192 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp_fs() 198 asm volatile("gs; repe; cmpsb" CC_SET(nz) in memcmp_gs() 199 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp_gs()
|
H A D | string.c | 35 asm("repe; cmpsb" CC_SET(nz) in memcmp() 36 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp()
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | boot.h | 158 asm volatile("fs; repe; cmpsb" CC_SET(nz) in memcmp_fs() 159 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp_fs() 165 asm volatile("gs; repe; cmpsb" CC_SET(nz) in memcmp_gs() 166 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp_gs()
|
H A D | string.c | 35 asm("repe; cmpsb" CC_SET(nz) in memcmp() 36 : CC_OUT(nz) (diff), "+D" (s1), "+S" (s2), "+c" (len)); in memcmp()
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | tlbex.S | 221 add2.nz r1, r1, r0 223 mov.nz r0, r3 361 or.nz r2, r2, _PAGE_READ ; chk for Read flag in PTE 363 or.nz r2, r2, _PAGE_WRITE ; chk for Write flag in PTE 373 or.nz r0, r0, _PAGE_DIRTY ; if Write, set Dirty bit as well
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/ |
H A D | jevents.c | 219 static int match_field(char *map, jsmntok_t *field, int nz, in match_field() argument 226 if (json_streq(map, field, f->field) && nz) { in match_field() 561 int nz; in json_events() local 571 nz = !json_streq(map, val, "0"); in json_events() 572 if (match_field(map, field, nz, &event, val)) { in json_events() 593 } else if (json_streq(map, field, "PEBS") && nz) { in json_events() 595 } else if (json_streq(map, field, "MSRIndex") && nz) { in json_events() 603 } else if (json_streq(map, field, "Data_LA") && nz) { in json_events()
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 154 ; ISA requires ADD.nz to have same dest and src reg operands 155 mov.nz r10, sp 156 add.nz r10, r10, SZ_PT_REGS ; K mode SP
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 168 ; ISA requires ADD.nz to have same dest and src reg operands 169 mov.nz r10, sp 170 add2.nz r10, r10, SZ_PT_REGS/4 ; K mode SP
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | ivt.S | 185 (p7) tbit.nz.unc p10,p11=r19,32 // is it an instruction TLB miss? 410 tbit.nz p6,p7=r20,IA64_ISR_SP_BIT // is speculation bit on? 411 tbit.nz p9,p0=r20,IA64_ISR_NA_BIT // is non-access bit on? 779 tnat.nz.or p7,p0=r15 // I0 is syscall nr a NaT? 953 tnat.nz p8,p0=in0 956 tnat.nz p9,p0=in1 975 tbit.nz p15,p0=r29,IA64_PSR_I_BIT // I0 980 tnat.nz p10,p0=in2 985 tnat.nz p11,p0=in3 988 tnat.nz p1 [all...] |
H A D | fsys.S | 146 tnat.nz p6,p0 = r33 // guard against NaT argument 195 tnat.nz p6,p0 = r31 // guard against Nat argument 338 tnat.nz p6,p0 = r32 // guard against NaT argument 345 tnat.nz p7,p0 = r33 // I guard against NaT argument
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | ivt.S | 184 (p7) tbit.nz.unc p10,p11=r19,32 // is it an instruction TLB miss? 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? 778 tnat.nz.or p7,p0=r15 // I0 is syscall nr a NaT? 952 tnat.nz p8,p0=in0 955 tnat.nz p9,p0=in1 974 tbit.nz p15,p0=r29,IA64_PSR_I_BIT // I0 979 tnat.nz p10,p0=in2 984 tnat.nz p11,p0=in3 987 tnat.nz p1 [all...] |
H A D | fsys.S | 146 tnat.nz p6,p0 = r33 // guard against NaT argument 195 tnat.nz p6,p0 = r31 // guard against Nat argument 338 tnat.nz p6,p0 = r32 // guard against NaT argument 345 tnat.nz p7,p0 = r33 // I guard against NaT argument
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | bitops.h | 215 CC_SET(nz) in constant_test_bit_acquire() 216 : CC_OUT(nz) (oldbit) in constant_test_bit_acquire()
|