Home
last modified time | relevance | path

Searched refs:n0 (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.3-rc2/arch/alpha/lib/
A Dudiv-qrnnd.S56 addq n0,n0,n0
60 bis n0,qb,n0
64 addq n0,n0,n0
68 bis n0,qb,n0
72 addq n0,n0,n0
80 addq n0,n0,n0
94 srl n0,1,n0
106 addq n0,n0,n0
114 addq n0,n0,n0
122 addq n0,n0,n0
[all …]
/linux-6.3-rc2/arch/powerpc/math-emu/
A Dudivmodti4.c24 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
37 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
42 r0 = n0; in _fp_udivmodti4()
60 n0 = n0 << bm; in _fp_udivmodti4()
63 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
100 n0 = n0 << bm; in _fp_udivmodti4()
107 udiv_qrnnd (q0, n0, n1, n0, d0); in _fp_udivmodti4()
126 r0 = n0; in _fp_udivmodti4()
147 sub_ddmmss (n1, n0, n1, n0, d1, d0); in _fp_udivmodti4()
169 n0 = n0 << bm; in _fp_udivmodti4()
[all …]
/linux-6.3-rc2/lib/mpi/
A Dmpih-div.c85 n1 = n0; in mpihelp_mod_1()
144 n1 = n0; in mpihelp_mod_1()
240 n0 = np[0]; in mpihelp_divrem()
243 sub_ddmmss(n1, n0, n1, n0, d1, d0); in mpihelp_divrem()
270 n0 = -d0; in mpihelp_divrem()
281 sub_ddmmss(n1, n0, n1, n0, 0, d0); in mpihelp_divrem()
288 sub_ddmmss(n1, n0, r, n2, n1, n0); in mpihelp_divrem()
291 np[0] = n0; in mpihelp_divrem()
306 if (n0 > dX in mpihelp_divrem()
434 n1 = n0; in mpihelp_divmod_1()
[all …]
A Dlonglong.h144 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
149 "r" ((USItype)(n0)), \
162 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
339 #define udiv_qrnnd(q, r, n1, n0, d) \
379 #define sdiv_qrnnd(q, r, n1, n0, d) \ argument
425 : "0" ((USItype)(n0)), \
545 : "0" ((USItype)(n0)), \
553 : "0" ((USItype)(n0)), \
989 "r" ((USItype)(n0)), \
991 (r) = (n0) - __q * (d); \
[all …]
/linux-6.3-rc2/tools/testing/selftests/wireguard/
A Dnetns.sh205 n0 iptables -F INPUT
275 n0 ping -W 1 -c 1 192.168.241.2
395 n0 iptables -t nat -F
396 n0 iptables -t filter -F
564 n0 wg showconf wg0 > /dev/null
576 n0 wg set wg0 peer "$pub1"
600 n0 wg set wg0 peer "$pub2"
603 [[ -z $(n0 wg show wg0 peers) ]]
604 n0 wg set wg0 peer "$pub2"
605 [[ -z $(n0 wg show wg0 peers) ]]
[all …]
/linux-6.3-rc2/lib/math/
A Drational.c51 unsigned long n, d, n0, d0, n1, d1, n2, d2; in rational_best_approximation() local
54 n0 = d1 = 0; in rational_best_approximation()
74 n2 = n0 + a * n1; in rational_best_approximation()
88 t = min(t, (max_numerator - n0) / n1); in rational_best_approximation()
95 n1 = n0 + t * n1; in rational_best_approximation()
100 n0 = n1; in rational_best_approximation()
/linux-6.3-rc2/arch/mips/ralink/
A Drt305x.c147 u32 n0; in prom_soc_init() local
151 n0 = __raw_readl(sysc + SYSC_REG_CHIP_NAME0); in prom_soc_init()
154 if (n0 == RT3052_CHIP_NAME0 && n1 == RT3052_CHIP_NAME1) { in prom_soc_init()
167 } else if (n0 == RT3350_CHIP_NAME0 && n1 == RT3350_CHIP_NAME1) { in prom_soc_init()
171 } else if (n0 == RT3352_CHIP_NAME0 && n1 == RT3352_CHIP_NAME1) { in prom_soc_init()
175 } else if (n0 == RT5350_CHIP_NAME0 && n1 == RT5350_CHIP_NAME1) { in prom_soc_init()
180 panic("rt305x: unknown SoC, n0:%08x n1:%08x", n0, n1); in prom_soc_init()
A Drt288x.c64 u32 n0; in prom_soc_init() local
68 n0 = __raw_readl(sysc + SYSC_REG_CHIP_NAME0); in prom_soc_init()
72 if (n0 == RT2880_CHIP_NAME0 && n1 == RT2880_CHIP_NAME1) { in prom_soc_init()
76 panic("rt288x: unknown SoC, n0:%08x n1:%08x", n0, n1); in prom_soc_init()
A Drt3883.c77 u32 n0; in prom_soc_init() local
81 n0 = __raw_readl(sysc + RT3883_SYSC_REG_CHIPID0_3); in prom_soc_init()
85 if (n0 == RT3883_CHIP_NAME0 && n1 == RT3883_CHIP_NAME1) { in prom_soc_init()
89 panic("rt3883: unknown SoC, n0:%08x n1:%08x", n0, n1); in prom_soc_init()
A Dmt7620.c331 u32 n0; in prom_soc_init() local
339 n0 = __raw_readl(sysc + SYSC_REG_CHIP_NAME0); in prom_soc_init()
344 if (n0 == MT7620_CHIP_NAME0 && n1 == MT7620_CHIP_NAME1) { in prom_soc_init()
354 } else if (n0 == MT7620_CHIP_NAME0 && n1 == MT7628_CHIP_NAME1) { in prom_soc_init()
366 panic("mt762x: unknown SoC, n0:%08x n1:%08x\n", n0, n1); in prom_soc_init()
/linux-6.3-rc2/arch/sparc/math-emu/
A Dsfp-util_64.h76 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
85 __r1 = (__r1 << 32) | (n0 >> 32); \
98 __r0 = (__r0 << 32) | ((USItype)n0); \
A Dsfp-util_32.h77 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
106 "0" ((USItype)(n0)) : "%g1", "cc")
/linux-6.3-rc2/arch/sh/math-emu/
A Dsfp-util.h32 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
42 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
55 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
/linux-6.3-rc2/arch/alpha/math-emu/
A Dsfp-util.h21 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
23 (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
/linux-6.3-rc2/arch/alpha/kernel/
A Dperf_event.c437 int n0; in alpha_pmu_add() local
456 n0 = cpuc->n_events; in alpha_pmu_add()
457 if (n0 < alpha_pmu->num_pmcs) { in alpha_pmu_add()
458 cpuc->event[n0] = event; in alpha_pmu_add()
459 cpuc->evtype[n0] = event->hw.event_base; in alpha_pmu_add()
460 cpuc->current_idx[n0] = PMC_NO_INDEX; in alpha_pmu_add()
462 if (!alpha_check_constraints(cpuc->event, cpuc->evtype, n0+1)) { in alpha_pmu_add()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dsfp-machine.h280 #define udiv_qrnnd(q, r, n1, n0, d) \ argument
290 __r1 = __r1 * __ll_B | __ll_highpart (n0); \
303 __r0 = __r0 * __ll_B | __ll_lowpart (n0); \
/linux-6.3-rc2/Documentation/input/devices/
A Delantech.rst269 w h n1 n0 ds3 ds2 ds1 ds0
280 n1..n0 = number of fingers on touchpad
318 n1 n0 p2 p1 1 p3 R L
322 n1..n0 = number of fingers on touchpad
431 n1 n0 w3 w2 . . R L
434 n1..n0 = number of fingers on touchpad
493 n1 n0 ay8 ax8 . . R L
496 n1..n0 = number of fingers on touchpad
576 n1 n0 w3 w2 0 1 R L
579 n1..n0 = number of fingers on touchpad
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/
A Dbridge_mdb_max.sh404 local n0=$(bridge_${context}_ngroups_get "$locus")
409 ((n1 == n0 + 5))
410 check_err $? "Number of groups was $n0, now is $n1, but $((n0 + 5)) expected"
416 ((n2 == n0))
417 check_err $? "Number of groups was $n0, now is $n2, but should be back to $n0"
/linux-6.3-rc2/arch/sparc/kernel/
A Dperf_event.c1375 int n0, ret = -EAGAIN; in sparc_pmu_add() local
1380 n0 = cpuc->n_events; in sparc_pmu_add()
1381 if (n0 >= sparc_pmu->max_hw_events) in sparc_pmu_add()
1384 cpuc->event[n0] = event; in sparc_pmu_add()
1385 cpuc->events[n0] = event->hw.event_base; in sparc_pmu_add()
1386 cpuc->current_idx[n0] = PIC_NO_INDEX; in sparc_pmu_add()
1400 if (check_excludes(cpuc->event, n0, 1)) in sparc_pmu_add()
1402 if (sparc_check_constraints(cpuc->event, cpuc->events, n0 + 1)) in sparc_pmu_add()
/linux-6.3-rc2/arch/powerpc/perf/
A Dcore-book3s.c1631 int n0; in power_pmu_add() local
1642 n0 = cpuhw->n_events; in power_pmu_add()
1643 if (n0 >= ppmu->n_counter) in power_pmu_add()
1645 cpuhw->event[n0] = event; in power_pmu_add()
1646 cpuhw->events[n0] = event->hw.config; in power_pmu_add()
1647 cpuhw->flags[n0] = event->hw.event_base; in power_pmu_add()
1668 if (check_excludes(cpuhw->event, cpuhw->flags, n0, 1)) in power_pmu_add()
1670 if (power_check_constraints(cpuhw, cpuhw->events, cpuhw->flags, n0 + 1, cpuhw->event)) in power_pmu_add()
1672 event->hw.config = cpuhw->events[n0]; in power_pmu_add()
/linux-6.3-rc2/arch/x86/events/
A Dcore.c983 int n0, i, wmin, wmax, unsched = 0; in x86_schedule_events() local
994 n0 = cpuc->n_events; in x86_schedule_events()
996 n0 -= cpuc->n_txn; in x86_schedule_events()
1007 WARN_ON_ONCE((c && i >= n0) || (!c && i < n0)); in x86_schedule_events()
1099 for (i = n0; i < n; i++) { in x86_schedule_events()
1444 int n, n0, ret; in x86_pmu_add() local
1448 n0 = cpuc->n_events; in x86_pmu_add()
1483 cpuc->n_added += n - n0; in x86_pmu_add()
1484 cpuc->n_txn += n - n0; in x86_pmu_add()
/linux-6.3-rc2/Documentation/block/
A Dioprio.rst52 # ionice -c2 -n0 /bin/ls
/linux-6.3-rc2/include/math-emu/
A Dop-4.h341 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \ argument
344 umul_ppmm(p1,p0,m,n0); \
/linux-6.3-rc2/tools/testing/selftests/netfilter/
A Dnft_concat_range.sh966 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
973 -t $(($(nproc) / 5 + 1)) -b10000 -n0 2>/dev/null &
/linux-6.3-rc2/drivers/media/tuners/
A Dmt2063.c684 u32 n, n0; in IsSpurInBand() local
713 n0 = DIV_ROUND_UP(f_LO2 - d, f_LO1 - f_LO2); in IsSpurInBand()
716 for (n = n0; n <= pAS_Info->maxH1; ++n) { in IsSpurInBand()

Completed in 50 milliseconds

12