Home
last modified time | relevance | path

Searched full:word (Results 1 – 25 of 3415) sorted by relevance

12345678910>>...137

/kernel/linux/linux-5.10/arch/hexagon/kernel/
Dvm_init_segtable.S47 .word X,X,X,X
48 .word X,X,X,X
49 .word X,X,X,X
50 .word X,X,X,X
51 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
52 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
53 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
54 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
55 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
56 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
[all …]
/kernel/linux/linux-4.19/arch/hexagon/kernel/
Dvm_init_segtable.S60 .word X,X,X,X
61 .word X,X,X,X
62 .word X,X,X,X
63 .word X,X,X,X
64 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
65 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
66 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
67 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
68 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
69 .word X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X,X
[all …]
/kernel/linux/linux-4.19/arch/sparc/kernel/
Dsystbls_64.S22 /*0*/ .word sys_restart_syscall, sparc_exit, sys_fork, sys_read, sys_write
23 /*5*/ .word compat_sys_open, sys_close, compat_sys_wait4, sys_creat, sys_link
24 /*10*/ .word sys_unlink, sunos_execv, sys_chdir, sys_chown16, sys_mknod
25 /*15*/ .word sys_chmod, sys_lchown16, sys_brk, sys_nis_syscall, compat_sys_lseek
26 /*20*/ .word sys_getpid, sys_capget, sys_capset, sys_setuid16, sys_getuid16
27 /*25*/ .word compat_sys_vmsplice, compat_sys_ptrace, sys_alarm, compat_sys_sigaltstack, sys_pause
28 /*30*/ .word compat_sys_utime, sys_lchown, sys_fchown, sys_access, sys_nice
29 .word sys_chown, sys_sync, sys_kill, compat_sys_newstat, compat_sys_sendfile
30 /*40*/ .word compat_sys_newlstat, sys_dup, sys_sparc_pipe, compat_sys_times, sys_getuid
31 .word sys_umount, sys_setgid16, sys_getgid16, sys_signal, sys_geteuid16
[all …]
Duna_asm_32.S62 .word 4b, retl_efault
63 .word 5b, retl_efault
64 .word 6b, retl_efault
65 .word 7b, retl_efault
66 .word 8b, retl_efault
67 .word 9b, retl_efault
68 .word 10b, retl_efault
69 .word 11b, retl_efault
70 .word 12b, retl_efault
71 .word 13b, retl_efault
[all …]
/kernel/linux/linux-4.19/arch/arc/include/asm/
Ddisasm.h34 #define IS_BIT(word, n) ((word) & (1<<n)) argument
35 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) argument
37 #define MAJOR_OPCODE(word) (BITS((word), 27, 31)) argument
38 #define MINOR_OPCODE(word) (BITS((word), 16, 21)) argument
39 #define FIELD_A(word) (BITS((word), 0, 5)) argument
40 #define FIELD_B(word) ((BITS((word), 12, 14)<<3) | \ argument
41 (BITS((word), 24, 26)))
42 #define FIELD_C(word) (BITS((word), 6, 11)) argument
43 #define FIELD_u6(word) FIELDC(word) argument
44 #define FIELD_s12(word) sign_extend(((BITS((word), 0, 5) << 6) | \ argument
[all …]
/kernel/linux/linux-5.10/arch/arc/include/asm/
Ddisasm.h31 #define IS_BIT(word, n) ((word) & (1<<n)) argument
32 #define BITS(word, s, e) (((word) >> (s)) & (~((-2) << ((e) - (s))))) argument
34 #define MAJOR_OPCODE(word) (BITS((word), 27, 31)) argument
35 #define MINOR_OPCODE(word) (BITS((word), 16, 21)) argument
36 #define FIELD_A(word) (BITS((word), 0, 5)) argument
37 #define FIELD_B(word) ((BITS((word), 12, 14)<<3) | \ argument
38 (BITS((word), 24, 26)))
39 #define FIELD_C(word) (BITS((word), 6, 11)) argument
40 #define FIELD_u6(word) FIELDC(word) argument
41 #define FIELD_s12(word) sign_extend(((BITS((word), 0, 5) << 6) | \ argument
[all …]
/kernel/linux/linux-4.19/drivers/isdn/hardware/eicon/
Ddsp_defs.h86 …RELOC_TYPE_0 0x00 /* relocation of address in DM word / high part of PM word */
87 …e DSP_RELOC_TYPE_1 0x40 /* relocation of address in low part of PM data word */
97 word format_version_bcd;
98 word header_size;
99 word combifile_description_size;
100 word directory_entries;
101 word directory_size;
102 word download_count;
103 word usage_mask_size;
107 word card_type_number;
[all …]
/kernel/linux/linux-5.10/arch/sh/drivers/pci/
Dpci-sh7751.c22 unsigned long word; in __area_sdram_check() local
24 word = __raw_readl(SH7751_BCR1); in __area_sdram_check()
26 if (((word >> area) & 1) == 0) { in __area_sdram_check()
28 area, word); in __area_sdram_check()
31 pci_write_reg(chan, word, SH4_PCIBCR1); in __area_sdram_check()
33 word = __raw_readw(SH7751_BCR2); in __area_sdram_check()
35 if (((word >> (area << 1)) & 0x3) != 0x3) { in __area_sdram_check()
37 area, word); in __area_sdram_check()
40 pci_write_reg(chan, word, SH4_PCIBCR2); in __area_sdram_check()
79 u32 word, reg; in sh7751_pci_init() local
[all …]
/kernel/linux/linux-4.19/arch/sh/drivers/pci/
Dpci-sh7751.c25 unsigned long word; in __area_sdram_check() local
27 word = __raw_readl(SH7751_BCR1); in __area_sdram_check()
29 if (((word >> area) & 1) == 0) { in __area_sdram_check()
31 area, word); in __area_sdram_check()
34 pci_write_reg(chan, word, SH4_PCIBCR1); in __area_sdram_check()
36 word = __raw_readw(SH7751_BCR2); in __area_sdram_check()
38 if (((word >> (area << 1)) & 0x3) != 0x3) { in __area_sdram_check()
40 area, word); in __area_sdram_check()
43 pci_write_reg(chan, word, SH4_PCIBCR2); in __area_sdram_check()
82 u32 word, reg; in sh7751_pci_init() local
[all …]
/kernel/linux/linux-5.10/arch/alpha/lib/
Dcsum_partial_copy.c90 unsigned long word; in csum_partial_cfu_aligned() local
91 if (__get_word(ldq, word, src)) in csum_partial_cfu_aligned()
95 checksum += word; in csum_partial_cfu_aligned()
97 carry = checksum < word; in csum_partial_cfu_aligned()
98 *dst = word; in csum_partial_cfu_aligned()
104 unsigned long word, tmp; in csum_partial_cfu_aligned() local
105 if (__get_word(ldq, word, src)) in csum_partial_cfu_aligned()
108 mskql(word, len, word); in csum_partial_cfu_aligned()
109 checksum += word; in csum_partial_cfu_aligned()
111 carry = checksum < word; in csum_partial_cfu_aligned()
[all …]
Dstxncpy.S22 * t0 = last word written
26 * a0 = unaligned address of the last *word* written
51 t0 == the first destination word for masking back in
52 t1 == the first source word. */
54 /* Create the 1st output word and detect 0's in the 1st input word. */
56 mskqh t2, a1, t2 # e0 : detection in the src word
59 mskql t0, a1, t0 # e0 : assemble the first output word
66 t0 == a source word not containing a null. */
78 /* Take care of the final (partial) word store. At this point
82 t0 == the source word containing the null
[all …]
Dev6-stxncpy.S22 * t0 = last word written
26 * a0 = unaligned address of the last *word* written
62 t0 == the first destination word for masking back in
63 t1 == the first source word. */
65 /* Create the 1st output word and detect 0's in the 1st input word. */
67 mskqh t2, a1, t2 # U : detection in the src word (stall)
71 mskql t0, a1, t0 # U : assemble the first output word
82 t0 == a source word not containing a null. */
105 /* Take care of the final (partial) word store. At this point
109 t0 == the source word containing the null
[all …]
Dstxcpy.S19 * a0 = unaligned address of the last *word* written
43 t0 == the first destination word for masking back in
44 t1 == the first source word. */
46 /* Create the 1st output word and detect 0's in the 1st input word. */
48 mskqh t2, a1, t2 # e0 : detection in the src word
51 mskql t0, a1, t0 # e0 : assemble the first output word
57 t0 == the first destination word for masking back in
58 t1 == a source word not containing a null. */
68 /* Take care of the final (partial) word store.
70 t1 == the source word containing the null
[all …]
/kernel/linux/linux-4.19/arch/alpha/lib/
Dcsum_partial_copy.c105 unsigned long word; in csum_partial_cfu_aligned() local
106 err |= __get_user(word, src); in csum_partial_cfu_aligned()
109 checksum += word; in csum_partial_cfu_aligned()
111 carry = checksum < word; in csum_partial_cfu_aligned()
112 *dst = word; in csum_partial_cfu_aligned()
118 unsigned long word, tmp; in csum_partial_cfu_aligned() local
119 err |= __get_user(word, src); in csum_partial_cfu_aligned()
121 mskql(word, len, word); in csum_partial_cfu_aligned()
122 checksum += word; in csum_partial_cfu_aligned()
124 carry = checksum < word; in csum_partial_cfu_aligned()
[all …]
Dstxncpy.S22 * t0 = last word written
26 * a0 = unaligned address of the last *word* written
51 t0 == the first destination word for masking back in
52 t1 == the first source word. */
54 /* Create the 1st output word and detect 0's in the 1st input word. */
56 mskqh t2, a1, t2 # e0 : detection in the src word
59 mskql t0, a1, t0 # e0 : assemble the first output word
66 t0 == a source word not containing a null. */
78 /* Take care of the final (partial) word store. At this point
82 t0 == the source word containing the null
[all …]
Dev6-stxncpy.S22 * t0 = last word written
26 * a0 = unaligned address of the last *word* written
62 t0 == the first destination word for masking back in
63 t1 == the first source word. */
65 /* Create the 1st output word and detect 0's in the 1st input word. */
67 mskqh t2, a1, t2 # U : detection in the src word (stall)
71 mskql t0, a1, t0 # U : assemble the first output word
82 t0 == a source word not containing a null. */
105 /* Take care of the final (partial) word store. At this point
109 t0 == the source word containing the null
[all …]
/kernel/linux/linux-5.10/arch/sparc/crypto/
Dopcodes.h19 .word (F3F(2,0x36,0x147)|RS1(a)|RS2(b)|RD(c));
22 .word 0x81b02800;
24 .word 0x81b02820;
26 .word 0x81b02840;
28 .word 0x81b02860;
31 .word (F3F(2, 0x19, 0)|RS1(a)|RS2(b)|RS3(c)|RD(d));
33 .word (F3F(2, 0x19, 1)|RS1(a)|RS2(b)|RS3(c)|RD(d));
35 .word (F3F(2, 0x19, 2)|RS1(a)|RS2(b)|RS3(c)|RD(d));
37 .word (F3F(2, 0x19, 3)|RS1(a)|RS2(b)|RS3(c)|RD(d));
39 .word (F3F(2, 0x19, 4)|RS1(a)|RS2(b)|RS3(c)|RD(d));
[all …]
/kernel/linux/linux-4.19/arch/sparc/crypto/
Dopcodes.h19 .word (F3F(2,0x36,0x147)|RS1(a)|RS2(b)|RD(c));
22 .word 0x81b02800;
24 .word 0x81b02820;
26 .word 0x81b02840;
28 .word 0x81b02860;
31 .word (F3F(2, 0x19, 0)|RS1(a)|RS2(b)|RS3(c)|RD(d));
33 .word (F3F(2, 0x19, 1)|RS1(a)|RS2(b)|RS3(c)|RD(d));
35 .word (F3F(2, 0x19, 2)|RS1(a)|RS2(b)|RS3(c)|RD(d));
37 .word (F3F(2, 0x19, 3)|RS1(a)|RS2(b)|RS3(c)|RD(d));
39 .word (F3F(2, 0x19, 4)|RS1(a)|RS2(b)|RS3(c)|RD(d));
[all …]
/kernel/linux/linux-4.19/include/linux/
Dwait_bit.h21 #define __WAIT_BIT_KEY_INITIALIZER(word, bit) \ argument
22 { .flags = word, .bit_nr = bit, }
26 void __wake_up_bit(struct wait_queue_head *wq_head, void *word, int bit);
29 void wake_up_bit(void *word, int bit);
30 int out_of_line_wait_on_bit(void *word, int, wait_bit_action_f *action, unsigned int mode);
31 int out_of_line_wait_on_bit_timeout(void *word, int, wait_bit_action_f *action, unsigned int mode, …
32 int out_of_line_wait_on_bit_lock(void *word, int, wait_bit_action_f *action, unsigned int mode);
33 struct wait_queue_head *bit_waitqueue(void *word, int bit);
38 #define DEFINE_WAIT_BIT(name, word, bit) \ argument
40 .key = __WAIT_BIT_KEY_INITIALIZER(word, bit), \
[all …]
Dbitops.h58 * @word: value to rotate
61 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64() argument
63 return (word << (shift & 63)) | (word >> ((-shift) & 63)); in rol64()
68 * @word: value to rotate
71 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64() argument
73 return (word >> (shift & 63)) | (word << ((-shift) & 63)); in ror64()
78 * @word: value to rotate
81 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32() argument
83 return (word << (shift & 31)) | (word >> ((-shift) & 31)); in rol32()
88 * @word: value to rotate
[all …]
/kernel/linux/linux-4.19/arch/sh/lib64/
Dsdivsi3.S66 .word -16638
67 .word -17135
68 .word -17737
69 .word -18433
70 .word -19103
71 .word -19751
72 .word -20583
73 .word -21383
74 .word -22343
75 .word -23353
[all …]
/kernel/linux/linux-5.10/include/linux/
Dwait_bit.h21 #define __WAIT_BIT_KEY_INITIALIZER(word, bit) \ argument
22 { .flags = word, .bit_nr = bit, }
26 void __wake_up_bit(struct wait_queue_head *wq_head, void *word, int bit);
29 void wake_up_bit(void *word, int bit);
30 int out_of_line_wait_on_bit(void *word, int, wait_bit_action_f *action, unsigned int mode);
31 int out_of_line_wait_on_bit_timeout(void *word, int, wait_bit_action_f *action, unsigned int mode, …
32 int out_of_line_wait_on_bit_lock(void *word, int, wait_bit_action_f *action, unsigned int mode);
33 struct wait_queue_head *bit_waitqueue(void *word, int bit);
38 #define DEFINE_WAIT_BIT(name, word, bit) \ argument
40 .key = __WAIT_BIT_KEY_INITIALIZER(word, bit), \
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpni-cmd.h115 /* cmd word 0 */
119 /* cmd word 0..4 */
121 /* cmd word 4..6 */
134 /* response word 0 */
137 /* response word 1 */
139 /* response word 2 */
188 /* response word 0 */
194 /* response word 1 */
201 /* response word 2 */
235 /* response word 0 */
[all …]
/kernel/linux/linux-4.19/fs/xfs/libxfs/
Dxfs_rtbitmap.c109 xfs_rtword_t *b; /* current word in buffer */ in xfs_rtfind_back()
110 int bit; /* bit number in the word */ in xfs_rtfind_back()
113 xfs_rtword_t *bufp; /* starting word in buffer */ in xfs_rtfind_back()
115 xfs_rtblock_t firstbit; /* first useful bit in the word */ in xfs_rtfind_back()
121 int word; /* word number in the buffer */ in xfs_rtfind_back() local
133 * Get the first word's index & point to it. in xfs_rtfind_back()
135 word = XFS_BITTOWORD(mp, start); in xfs_rtfind_back()
136 b = &bufp[word]; in xfs_rtfind_back()
145 * If the starting position is not word-aligned, deal with the in xfs_rtfind_back()
146 * partial word. in xfs_rtfind_back()
[all …]
/kernel/linux/linux-5.10/arch/sparc/kernel/
Duna_asm_32.S62 .word 4b, retl_efault
63 .word 5b, retl_efault
64 .word 6b, retl_efault
65 .word 7b, retl_efault
66 .word 8b, retl_efault
67 .word 9b, retl_efault
68 .word 10b, retl_efault
69 .word 11b, retl_efault
70 .word 12b, retl_efault
71 .word 13b, retl_efault
[all …]

12345678910>>...137