Home
last modified time | relevance | path

Searched refs:word (Results 1 – 25 of 820) sorted by relevance

12345678910>>...33

/Linux-v4.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 …]
/Linux-v4.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 …]
/Linux-v4.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 …]
Duna_asm_64.S52 .word 4b, __retl_efault
53 .word 5b, __retl_efault
54 .word 6b, __retl_efault
55 .word 7b, __retl_efault
56 .word 8b, __retl_efault
57 .word 9b, __retl_efault
58 .word 10b, __retl_efault
59 .word 11b, __retl_efault
60 .word 12b, __retl_efault
61 .word 13b, __retl_efault
[all …]
/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddsp_defs.h97 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;
108 word file_set_number;
113 word format_version_bcd;
[all …]
Dcapi20.h52 word MessageBufferSize;
53 word maxLogicalConnection;
54 word maxBDataBlocks;
55 word maxBDataLen;
58 word CapiMajor;
59 word CapiMinor;
60 word ManuMajor;
61 word ManuMinor;
64 word Number;
65 word Channels;
[all …]
Ddivacapi.h115 word options;
116 word format;
133 word length;
143 word Handle;
144 word Number;
145 word Flags;
146 word Length;
151 word Handle;
152 word Number;
160 word Id;
[all …]
/Linux-v4.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 …]
/Linux-v4.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 …]
/Linux-v4.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 …]
/Linux-v4.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 …]
/Linux-v4.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.h61 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64() argument
63 return (word << shift) | (word >> (64 - shift)); in rol64()
71 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64() argument
73 return (word >> shift) | (word << (64 - shift)); in ror64()
81 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32() argument
83 return (word << shift) | (word >> ((-shift) & 31)); in rol32()
91 static inline __u32 ror32(__u32 word, unsigned int shift) in ror32() argument
93 return (word >> shift) | (word << (32 - shift)); in ror32()
101 static inline __u16 rol16(__u16 word, unsigned int shift) in rol16() argument
103 return (word << shift) | (word >> (16 - shift)); in rol16()
[all …]
/Linux-v4.19/drivers/spi/
Dspi-bitbang-txrx.h49 u32 word, u8 bits) in bitbang_txrx_be_cpha0() argument
53 u32 oldbit = (!(word & (1<<(bits-1)))) << 31; in bitbang_txrx_be_cpha0()
55 for (word <<= (32 - bits); likely(bits); bits--) { in bitbang_txrx_be_cpha0()
59 if ((word & (1 << 31)) != oldbit) { in bitbang_txrx_be_cpha0()
60 setmosi(spi, word & (1 << 31)); in bitbang_txrx_be_cpha0()
61 oldbit = word & (1 << 31); in bitbang_txrx_be_cpha0()
70 word <<= 1; in bitbang_txrx_be_cpha0()
72 word |= getmiso(spi); in bitbang_txrx_be_cpha0()
75 return word; in bitbang_txrx_be_cpha0()
81 u32 word, u8 bits) in bitbang_txrx_be_cpha1() argument
[all …]
/Linux-v4.19/drivers/crypto/ccree/
Dcc_hw_queue_defs.h20 #define CC_REG_LOW(word, name) \ argument
21 (CC_DSCRPTR_QUEUE_WORD ## word ## _ ## name ## _BIT_SHIFT)
23 #define CC_REG_HIGH(word, name) \ argument
24 (CC_REG_LOW(word, name) + \
25 CC_DSCRPTR_QUEUE_WORD ## word ## _ ## name ## _BIT_SIZE - 1)
27 #define CC_GENMASK(word, name) \ argument
28 GENMASK(CC_REG_HIGH(word, name), CC_REG_LOW(word, name))
64 u32 word[HW_DESC_SIZE_WORDS]; member
208 pdesc->word[3] |= FIELD_PREP(WORD3_QUEUE_LAST_IND, 1); in set_queue_last_ind_bit()
224 pdesc->word[0] = (u32)addr; in set_din_type()
[all …]
/Linux-v4.19/arch/nios2/kernel/
Dentry.S71 .word unhandled_exception /* 0 - Reset */
72 .word unhandled_exception /* 1 - Processor-only Reset */
73 .word external_interrupt /* 2 - Interrupt */
74 .word handle_trap /* 3 - Trap Instruction */
76 .word instruction_trap /* 4 - Unimplemented instruction */
77 .word handle_illegal /* 5 - Illegal instruction */
78 .word handle_unaligned /* 6 - Misaligned data access */
79 .word handle_unaligned /* 7 - Misaligned destination address */
81 .word handle_diverror /* 8 - Division error */
82 .word protection_exception_ba /* 9 - Supervisor-only instr. address */
[all …]
/Linux-v4.19/tools/include/asm-generic/bitops/
D__ffs.h14 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() argument
19 if ((word & 0xffffffff) == 0) { in __ffs()
21 word >>= 32; in __ffs()
24 if ((word & 0xffff) == 0) { in __ffs()
26 word >>= 16; in __ffs()
28 if ((word & 0xff) == 0) { in __ffs()
30 word >>= 8; in __ffs()
32 if ((word & 0xf) == 0) { in __ffs()
34 word >>= 4; in __ffs()
36 if ((word & 0x3) == 0) { in __ffs()
[all …]
D__fls.h13 static __always_inline unsigned long __fls(unsigned long word) in __fls() argument
18 if (!(word & (~0ul << 32))) { in __fls()
20 word <<= 32; in __fls()
23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
25 word <<= 16; in __fls()
27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
29 word <<= 8; in __fls()
31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
33 word <<= 4; in __fls()
35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
[all …]
/Linux-v4.19/include/asm-generic/bitops/
D__ffs.h13 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() argument
18 if ((word & 0xffffffff) == 0) { in __ffs()
20 word >>= 32; in __ffs()
23 if ((word & 0xffff) == 0) { in __ffs()
25 word >>= 16; in __ffs()
27 if ((word & 0xff) == 0) { in __ffs()
29 word >>= 8; in __ffs()
31 if ((word & 0xf) == 0) { in __ffs()
33 word >>= 4; in __ffs()
35 if ((word & 0x3) == 0) { in __ffs()
[all …]
D__fls.h13 static __always_inline unsigned long __fls(unsigned long word) in __fls() argument
18 if (!(word & (~0ul << 32))) { in __fls()
20 word <<= 32; in __fls()
23 if (!(word & (~0ul << (BITS_PER_LONG-16)))) { in __fls()
25 word <<= 16; in __fls()
27 if (!(word & (~0ul << (BITS_PER_LONG-8)))) { in __fls()
29 word <<= 8; in __fls()
31 if (!(word & (~0ul << (BITS_PER_LONG-4)))) { in __fls()
33 word <<= 4; in __fls()
35 if (!(word & (~0ul << (BITS_PER_LONG-2)))) { in __fls()
[all …]
/Linux-v4.19/drivers/net/ethernet/qualcomm/emac/
Demac-mac.h57 u32 word[6]; member
60 #define RRD_NOR(rrd) BITS_GET((rrd)->word[0], 16, 19)
62 #define RRD_SI(rrd) BITS_GET((rrd)->word[0], 20, 31)
64 #define RRD_CVALN_TAG(rrd) BITS_GET((rrd)->word[2], 0, 15)
66 #define RRD_PKT_SIZE(rrd) BITS_GET((rrd)->word[3], 0, 13)
68 #define RRD_L4F(rrd) BITS_GET((rrd)->word[3], 14, 14)
70 #define RRD_CVTAG(rrd) BITS_GET((rrd)->word[3], 16, 16)
74 #define RRD_UPDT(rrd) BITS_GET((rrd)->word[3], 31, 31)
75 #define RRD_UPDT_SET(rrd, val) BITS_SET((rrd)->word[3], 31, 31, val)
77 #define RRD_TS_LOW(rrd) BITS_GET((rrd)->word[4], 0, 29)
[all …]
/Linux-v4.19/arch/s390/include/asm/
Dbitops.h295 static inline unsigned char __flogr(unsigned long word) in __flogr() argument
297 if (__builtin_constant_p(word)) { in __flogr()
300 if (!word) in __flogr()
302 if (!(word & 0xffffffff00000000UL)) { in __flogr()
303 word <<= 32; in __flogr()
306 if (!(word & 0xffff000000000000UL)) { in __flogr()
307 word <<= 16; in __flogr()
310 if (!(word & 0xff00000000000000UL)) { in __flogr()
311 word <<= 8; in __flogr()
314 if (!(word & 0xf000000000000000UL)) { in __flogr()
[all …]
/Linux-v4.19/kernel/sched/
Dwait_bit.c11 wait_queue_head_t *bit_waitqueue(void *word, int bit) in bit_waitqueue() argument
14 unsigned long val = (unsigned long)word << shift | bit; in bit_waitqueue()
57 int __sched out_of_line_wait_on_bit(void *word, int bit, in out_of_line_wait_on_bit() argument
60 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); in out_of_line_wait_on_bit()
61 DEFINE_WAIT_BIT(wq_entry, word, bit); in out_of_line_wait_on_bit()
68 void *word, int bit, wait_bit_action_f *action, in out_of_line_wait_on_bit_timeout() argument
71 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_timeout()
72 DEFINE_WAIT_BIT(wq_entry, word, bit); in out_of_line_wait_on_bit_timeout()
110 int __sched out_of_line_wait_on_bit_lock(void *word, int bit, in out_of_line_wait_on_bit_lock() argument
113 struct wait_queue_head *wq_head = bit_waitqueue(word, bit); in out_of_line_wait_on_bit_lock()
[all …]
/Linux-v4.19/drivers/xen/events/
Devents_fifo.c196 event_word_t *word = event_word_from_port(port); in evtchn_fifo_clear_pending() local
197 sync_clear_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_clear_pending()
202 event_word_t *word = event_word_from_port(port); in evtchn_fifo_set_pending() local
203 sync_set_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_set_pending()
208 event_word_t *word = event_word_from_port(port); in evtchn_fifo_is_pending() local
209 return sync_test_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); in evtchn_fifo_is_pending()
214 event_word_t *word = event_word_from_port(port); in evtchn_fifo_test_and_set_mask() local
215 return sync_test_and_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); in evtchn_fifo_test_and_set_mask()
220 event_word_t *word = event_word_from_port(port); in evtchn_fifo_mask() local
221 sync_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); in evtchn_fifo_mask()
[all …]

12345678910>>...33