Home
last modified time | relevance | path

Searched full:n (Results 1 – 25 of 5541) sorted by relevance

12345678910>>...222

/Linux-v5.10/arch/alpha/include/asm/
Dxor.h27 asm(" \n\
28 .text \n\
29 .align 3 \n\
30 .ent xor_alpha_2 \n\
31 xor_alpha_2: \n\
32 .prologue 0 \n\
33 srl $16, 6, $16 \n\
34 .align 4 \n\
35 2: \n\
36 ldq $0,0($17) \n\
[all …]
/Linux-v5.10/drivers/media/common/siano/
Dsmsdvb-debugfs.c37 int n = 0; in smsdvb_print_dvb_stats() local
48 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats()
49 "is_rf_locked = %d\n", p->is_rf_locked); in smsdvb_print_dvb_stats()
50 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats()
51 "is_demod_locked = %d\n", p->is_demod_locked); in smsdvb_print_dvb_stats()
52 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats()
53 "is_external_lna_on = %d\n", p->is_external_lna_on); in smsdvb_print_dvb_stats()
54 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats()
55 "SNR = %d\n", p->SNR); in smsdvb_print_dvb_stats()
56 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats()
[all …]
/Linux-v5.10/arch/mips/include/asm/
Dunaligned-emul.h10 __asm__ __volatile__ (".set\tnoat\n" \
11 "1:\t"type##_lb("%0", "0(%2)")"\n" \
12 "2:\t"type##_lbu("$1", "1(%2)")"\n\t"\
13 "sll\t%0, 0x8\n\t" \
14 "or\t%0, $1\n\t" \
15 "li\t%1, 0\n" \
16 "3:\t.set\tat\n\t" \
17 ".insn\n\t" \
18 ".section\t.fixup,\"ax\"\n\t" \
19 "4:\tli\t%1, %3\n\t" \
[all …]
Dfutex.h26 " .set push \n" \
27 " .set noat \n" \
28 " .set push \n" \
29 " .set arch=r4000 \n" \
30 "1: ll %1, %4 # __futex_atomic_op \n" \
31 " .set pop \n" \
32 " " insn " \n" \
33 " .set arch=r4000 \n" \
34 "2: sc $1, %2 \n" \
35 " beqzl $1, 1b \n" \
[all …]
/Linux-v5.10/arch/arc/include/asm/
Duaccess.h77 "1: "op" %1,[%2]\n" \
78 "2: ;nop\n" \
79 " .section .fixup, \"ax\"\n" \
80 " .align 4\n" \
81 "3: # return -EFAULT\n" \
82 " mov %0, %3\n" \
83 " # zero out dst ptr\n" \
84 " mov %1, 0\n" \
85 " j 2b\n" \
86 " .previous\n" \
[all …]
/Linux-v5.10/arch/nios2/mm/
Duaccess.c13 asm(".global raw_copy_from_user\n"
14 " .type raw_copy_from_user, @function\n"
15 "raw_copy_from_user:\n"
16 " movi r2,7\n"
17 " mov r3,r4\n"
18 " bge r2,r6,1f\n"
19 " xor r2,r4,r5\n"
20 " andi r2,r2,3\n"
21 " movi r7,3\n"
22 " beq r2,zero,4f\n"
[all …]
/Linux-v5.10/drivers/pinctrl/sirf/
Dpinctrl-atlas7.c30 #define N 0 macro
276 #define GROUP(n, p) \ argument
278 .name = n, \
290 #define FUNCTION(n, g, m) \ argument
292 .name = n, \
1529 MUX(1, 119, 0, N, N, N, N),
1530 MUX(1, 120, 0, N, N, N, N),
1531 MUX(1, 121, 0, N, N, N, N),
1532 MUX(1, 122, 0, N, N, N, N),
1533 MUX(1, 123, 0, N, N, N, N),
[all …]
/Linux-v5.10/Documentation/target/
Dtcm_mod_builder.py50 buf = "#define " + fabric_mod_name.upper() + "_VERSION \"v0.1\"\n"
51 buf += "#define " + fabric_mod_name.upper() + "_NAMELEN 32\n"
52 buf += "\n"
53 buf += "struct " + fabric_mod_name + "_tpg {\n"
54 buf += " /* FC lport target portal group tag for TCM */\n"
55 buf += " u16 lport_tpgt;\n"
56 buf += " /* Pointer back to " + fabric_mod_name + "_lport */\n"
57 buf += " struct " + fabric_mod_name + "_lport *lport;\n"
58 buf += " /* Returned by " + fabric_mod_name + "_make_tpg() */\n"
59 buf += " struct se_portal_group se_tpg;\n"
[all …]
/Linux-v5.10/arch/m68k/lib/
Dchecksum.c45 __asm__("movel %2,%3\n\t" in csum_partial()
46 "btst #1,%3\n\t" /* Check alignment */ in csum_partial()
47 "jeq 2f\n\t" in csum_partial()
48 "subql #2,%1\n\t" /* buff%4==2: treat first word */ in csum_partial()
49 "jgt 1f\n\t" in csum_partial()
50 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial()
51 "jra 4f\n" in csum_partial()
53 "addw %2@+,%0\n\t" /* add first word to sum */ in csum_partial()
54 "clrl %3\n\t" in csum_partial()
55 "addxl %3,%0\n" /* add X bit */ in csum_partial()
[all …]
Duaccess.c11 unsigned long n) in __generic_copy_from_user() argument
15 asm volatile ("\n" in __generic_copy_from_user()
16 " tst.l %0\n" in __generic_copy_from_user()
17 " jeq 2f\n" in __generic_copy_from_user()
18 "1: "MOVES".l (%1)+,%3\n" in __generic_copy_from_user()
19 " move.l %3,(%2)+\n" in __generic_copy_from_user()
20 " subq.l #1,%0\n" in __generic_copy_from_user()
21 " jne 1b\n" in __generic_copy_from_user()
22 "2: btst #1,%5\n" in __generic_copy_from_user()
23 " jeq 4f\n" in __generic_copy_from_user()
[all …]
/Linux-v5.10/arch/x86/lib/
Dmemcpy_32.c8 __visible void *memcpy(void *to, const void *from, size_t n) in memcpy() argument
11 return __memcpy3d(to, from, n); in memcpy()
13 return __memcpy(to, from, n); in memcpy()
24 __visible void *memmove(void *dest, const void *src, size_t n) in memmove() argument
31 "cmp $0x10, %0\n\t" in memmove()
32 "jb 1f\n\t" in memmove()
35 "cmp %2, %1\n\t" in memmove()
36 "jb 2f\n\t" in memmove()
42 "cmp $680, %0\n\t" in memmove()
43 "jb 3f\n\t" in memmove()
[all …]
Dusercopy_32.c21 static inline int __movsl_is_ok(unsigned long a1, unsigned long a2, unsigned long n) in __movsl_is_ok() argument
24 if (n >= 64 && ((a1 ^ a2) & movsl_mask.mask)) in __movsl_is_ok()
29 #define movsl_is_ok(a1, a2, n) \ argument
30 __movsl_is_ok((unsigned long)(a1), (unsigned long)(a2), (n))
41 ASM_STAC "\n" \
42 "0: rep; stosl\n" \
43 " movl %2,%0\n" \
44 "1: rep; stosb\n" \
45 "2: " ASM_CLAC "\n" \
46 ".section .fixup,\"ax\"\n" \
[all …]
Dmmx_32.c43 "1: prefetch (%0)\n" /* This set is 28 bytes */ in _mmx_memcpy()
44 " prefetch 64(%0)\n" in _mmx_memcpy()
45 " prefetch 128(%0)\n" in _mmx_memcpy()
46 " prefetch 192(%0)\n" in _mmx_memcpy()
47 " prefetch 256(%0)\n" in _mmx_memcpy()
48 "2: \n" in _mmx_memcpy()
49 ".section .fixup, \"ax\"\n" in _mmx_memcpy()
50 "3: movw $0x1AEB, 1b\n" /* jmp on 26 bytes */ in _mmx_memcpy()
51 " jmp 2b\n" in _mmx_memcpy()
52 ".previous\n" in _mmx_memcpy()
[all …]
/Linux-v5.10/tools/testing/selftests/x86/
Dtest_FCOMI.c40 asm ("\n" in test()
42 " push %0""\n" in test()
43 " popf""\n" in test()
44 " fld1""\n" in test()
45 " fldpi""\n" in test()
46 " fcomi %%st(1), %%st" "\n" in test()
47 " ffree %%st(0)" "\n" in test()
48 " ffree %%st(1)" "\n" in test()
49 " pushf""\n" in test()
50 " pop res_fcomi_1_pi""\n" in test()
[all …]
/Linux-v5.10/arch/csky/include/asm/
Duaccess.h123 "1: stb %1, (%2,0) \n" \
124 " br 3f \n" \
125 "2: mov %0, %3 \n" \
126 " br 3f \n" \
127 ".section __ex_table, \"a\" \n" \
128 ".align 2 \n" \
129 ".long 1b,2b \n" \
130 ".previous \n" \
131 "3: \n" \
141 "1: sth %1, (%2,0) \n" \
[all …]
/Linux-v5.10/include/linux/
Dlog2.h18 * - the arch is not required to handle n==0 if implementing the fallback
22 int __ilog2_u32(u32 n) in __ilog2_u32() argument
24 return fls(n) - 1; in __ilog2_u32()
30 int __ilog2_u64(u64 n) in __ilog2_u64() argument
32 return fls64(n) - 1; in __ilog2_u64()
38 * @n: the value to check
42 * Return: true if @n is a power of 2, otherwise false.
45 bool is_power_of_2(unsigned long n) in is_power_of_2() argument
47 return (n != 0 && ((n & (n - 1)) == 0)); in is_power_of_2()
52 * @n: value to round up
[all …]
/Linux-v5.10/drivers/pinctrl/tegra/
Dpinctrl-tegra114.c1613 …OUP(ulpi_data0_po1, SPI3, HSI, UARTA, ULPI, 0x3000, N, N, N),
1614 …OUP(ulpi_data1_po2, SPI3, HSI, UARTA, ULPI, 0x3004, N, N, N),
1615 …OUP(ulpi_data2_po3, SPI3, HSI, UARTA, ULPI, 0x3008, N, N, N),
1616 …OUP(ulpi_data3_po4, SPI3, HSI, UARTA, ULPI, 0x300c, N, N, N),
1617 …OUP(ulpi_data4_po5, SPI2, HSI, UARTA, ULPI, 0x3010, N, N, N),
1618 …OUP(ulpi_data5_po6, SPI2, HSI, UARTA, ULPI, 0x3014, N, N, N),
1619 …OUP(ulpi_data6_po7, SPI2, HSI, UARTA, ULPI, 0x3018, N, N, N),
1620 …OUP(ulpi_data7_po0, SPI2, HSI, UARTA, ULPI, 0x301c, N, N, N),
1621 …OUP(ulpi_clk_py0, SPI1, SPI5, UARTD, ULPI, 0x3020, N, N, N),
1622 …OUP(ulpi_dir_py1, SPI1, SPI5, UARTD, ULPI, 0x3024, N, N, N),
[all …]
Dpinctrl-tegra124.c1806 …OUP(ulpi_data0_po1, SPI3, HSI, UARTA, ULPI, 0x3000, N, N, N),
1807 …OUP(ulpi_data1_po2, SPI3, HSI, UARTA, ULPI, 0x3004, N, N, N),
1808 …OUP(ulpi_data2_po3, SPI3, HSI, UARTA, ULPI, 0x3008, N, N, N),
1809 …OUP(ulpi_data3_po4, SPI3, HSI, UARTA, ULPI, 0x300c, N, N, N),
1810 …OUP(ulpi_data4_po5, SPI2, HSI, UARTA, ULPI, 0x3010, N, N, N),
1811 …OUP(ulpi_data5_po6, SPI2, HSI, UARTA, ULPI, 0x3014, N, N, N),
1812 …OUP(ulpi_data6_po7, SPI2, HSI, UARTA, ULPI, 0x3018, N, N, N),
1813 …OUP(ulpi_data7_po0, SPI2, HSI, UARTA, ULPI, 0x301c, N, N, N),
1814 …OUP(ulpi_clk_py0, SPI1, SPI5, UARTD, ULPI, 0x3020, N, N, N),
1815 …OUP(ulpi_dir_py1, SPI1, SPI5, UARTD, ULPI, 0x3024, N, N, N),
[all …]
/Linux-v5.10/arch/sparc/include/asm/
Dxor_32.h22 "ldd [%0 + 0x00], %%g2\n\t" in sparc_2()
23 "ldd [%0 + 0x08], %%g4\n\t" in sparc_2()
24 "ldd [%0 + 0x10], %%o0\n\t" in sparc_2()
25 "ldd [%0 + 0x18], %%o2\n\t" in sparc_2()
26 "ldd [%1 + 0x00], %%o4\n\t" in sparc_2()
27 "ldd [%1 + 0x08], %%l0\n\t" in sparc_2()
28 "ldd [%1 + 0x10], %%l2\n\t" in sparc_2()
29 "ldd [%1 + 0x18], %%l4\n\t" in sparc_2()
30 "xor %%g2, %%o4, %%g2\n\t" in sparc_2()
31 "xor %%g3, %%o5, %%g3\n\t" in sparc_2()
[all …]
/Linux-v5.10/drivers/media/pci/solo6x10/
Dsolo6x10-regs.h34 #define SOLO_DMA_CTRL_REFRESH_CYCLE(n) ((n)<<8) argument
36 #define SOLO_DMA_CTRL_SDRAM_SIZE(n) ((n)<<6) argument
41 #define SOLO_DMA_CTRL_LATENCY(n) ((n)<<0) argument
49 #define SOLO_VCLK_SELECT(n) ((n)<<20) argument
50 #define SOLO_VCLK_VIN1415_DELAY(n) ((n)<<14) argument
51 #define SOLO_VCLK_VIN1213_DELAY(n) ((n)<<12) argument
52 #define SOLO_VCLK_VIN1011_DELAY(n) ((n)<<10) argument
53 #define SOLO_VCLK_VIN0809_DELAY(n) ((n)<<8) argument
54 #define SOLO_VCLK_VIN0607_DELAY(n) ((n)<<6) argument
55 #define SOLO_VCLK_VIN0405_DELAY(n) ((n)<<4) argument
[all …]
/Linux-v5.10/tools/power/cpupower/po/
Dde.po8 "Project-Id-Version: cpufrequtils 006\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2011-03-08 17:03+0100\n"
11 "PO-Revision-Date: 2019-06-02 15:23+0200\n"
12 "Last-Translator: Benjamin Weis <benjamin.weis@gmx.com>\n"
13 "Language-Team: NONE\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
[all …]
/Linux-v5.10/arch/csky/lib/
Dusercopy.c8 unsigned long n) in raw_copy_from_user() argument
10 ___copy_from_user(to, from, n); in raw_copy_from_user()
11 return n; in raw_copy_from_user()
16 unsigned long n) in raw_copy_to_user() argument
18 ___copy_to_user(to, from, n); in raw_copy_to_user()
19 return n; in raw_copy_to_user()
32 " cmpnei %3, 0 \n" \
33 " bf 4f \n" \
34 "1: cmpnei %1, 0 \n" \
35 " bf 5f \n" \
[all …]
/Linux-v5.10/arch/x86/include/asm/
Dxor_32.h14 #define LD(x, y) " movq 8*("#x")(%1), %%mm"#y" ;\n"
15 #define ST(x, y) " movq %%mm"#y", 8*("#x")(%1) ;\n"
16 #define XO1(x, y) " pxor 8*("#x")(%2), %%mm"#y" ;\n"
17 #define XO2(x, y) " pxor 8*("#x")(%3), %%mm"#y" ;\n"
18 #define XO3(x, y) " pxor 8*("#x")(%4), %%mm"#y" ;\n"
19 #define XO4(x, y) " pxor 8*("#x")(%5), %%mm"#y" ;\n"
46 " .align 32 ;\n" in xor_pII_mmx_2()
47 " 1: ;\n" in xor_pII_mmx_2()
54 " addl $128, %1 ;\n" in xor_pII_mmx_2()
55 " addl $128, %2 ;\n" in xor_pII_mmx_2()
[all …]
/Linux-v5.10/arch/sh/include/asm/
Duaccess_32.h42 "1:\n\t" \
43 "mov." insn " %2, %1\n\t" \
44 "2:\n" \
45 ".section .fixup,\"ax\"\n" \
46 "3:\n\t" \
47 "mov #0, %1\n\t" \
48 "mov.l 4f, %0\n\t" \
49 "jmp @%0\n\t" \
50 " mov %3, %0\n\t" \
51 ".balign 4\n" \
[all …]
/Linux-v5.10/tools/include/linux/
Dlog2.h18 * - the arch is not required to handle n==0 if implementing the fallback
21 int __ilog2_u32(u32 n) in __ilog2_u32() argument
23 return fls(n) - 1; in __ilog2_u32()
27 int __ilog2_u64(u64 n) in __ilog2_u64() argument
29 return fls64(n) - 1; in __ilog2_u64()
38 bool is_power_of_2(unsigned long n) in is_power_of_2() argument
40 return (n != 0 && ((n & (n - 1)) == 0)); in is_power_of_2()
47 unsigned long __roundup_pow_of_two(unsigned long n) in __roundup_pow_of_two() argument
49 return 1UL << fls_long(n - 1); in __roundup_pow_of_two()
56 unsigned long __rounddown_pow_of_two(unsigned long n) in __rounddown_pow_of_two() argument
[all …]

12345678910>>...222