| /kernel/linux/linux-5.10/arch/hexagon/kernel/ |
| D | vm_init_segtable.S | 47 .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-6.6/arch/hexagon/kernel/ |
| D | vm_init_segtable.S | 47 .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-5.10/arch/arc/include/asm/ |
| D | disasm.h | 31 #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-6.6/arch/arc/include/asm/ |
| D | disasm.h | 31 #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-6.6/arch/sh/drivers/pci/ |
| D | pci-sh7751.c | 22 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-5.10/arch/sh/drivers/pci/ |
| D | pci-sh7751.c | 22 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-5.10/arch/alpha/lib/ |
| D | csum_partial_copy.c | 90 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 …]
|
| D | stxncpy.S | 22 * 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 …]
|
| D | ev6-stxncpy.S | 22 * 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 …]
|
| D | stxcpy.S | 19 * 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-6.6/arch/alpha/lib/ |
| D | csum_partial_copy.c | 91 unsigned long word; in csum_partial_cfu_aligned() local 92 if (__get_word(ldq, word, src)) in csum_partial_cfu_aligned() 96 checksum += word; in csum_partial_cfu_aligned() 98 carry = checksum < word; in csum_partial_cfu_aligned() 99 *dst = word; in csum_partial_cfu_aligned() 105 unsigned long word, tmp; in csum_partial_cfu_aligned() local 106 if (__get_word(ldq, word, src)) in csum_partial_cfu_aligned() 109 mskql(word, len, word); in csum_partial_cfu_aligned() 110 checksum += word; in csum_partial_cfu_aligned() 112 carry = checksum < word; in csum_partial_cfu_aligned() [all …]
|
| D | stxncpy.S | 22 * 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 …]
|
| D | ev6-stxncpy.S | 22 * 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/ |
| D | opcodes.h | 19 .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-6.6/arch/sparc/crypto/ |
| D | opcodes.h | 19 .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-5.10/include/linux/ |
| D | wait_bit.h | 21 #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-6.6/include/linux/ |
| D | wait_bit.h | 21 #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 …]
|
| D | bitops.h | 102 * @word: value to rotate 105 static inline __u64 rol64(__u64 word, unsigned int shift) in rol64() argument 107 return (word << (shift & 63)) | (word >> ((-shift) & 63)); in rol64() 112 * @word: value to rotate 115 static inline __u64 ror64(__u64 word, unsigned int shift) in ror64() argument 117 return (word >> (shift & 63)) | (word << ((-shift) & 63)); in ror64() 122 * @word: value to rotate 125 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32() argument 127 return (word << (shift & 31)) | (word >> ((-shift) & 31)); in rol32() 132 * @word: value to rotate [all …]
|
| /kernel/linux/linux-6.6/drivers/spi/ |
| D | spi-bitbang-txrx.h | 4 * simple SPI master driver. Two do polled word-at-a-time I/O: 7 * expanding the per-word routines from the inline templates below. 51 u32 word, u8 bits) in bitbang_txrx_be_cpha0() argument 55 u32 oldbit = (!(word & (1<<(bits-1)))) << 31; in bitbang_txrx_be_cpha0() 57 for (word <<= (32 - bits); likely(bits); bits--) { in bitbang_txrx_be_cpha0() 61 if ((word & (1 << 31)) != oldbit) { in bitbang_txrx_be_cpha0() 62 setmosi(spi, word & (1 << 31)); in bitbang_txrx_be_cpha0() 63 oldbit = word & (1 << 31); in bitbang_txrx_be_cpha0() 72 word <<= 1; in bitbang_txrx_be_cpha0() 74 word |= getmiso(spi); in bitbang_txrx_be_cpha0() [all …]
|
| /kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
| D | asmmacro.h | 498 .word (0xb1 << 22 | ((THREAD_FPR0-THREAD_FPR0) << 10) | __tmp << 5 | 0) 499 .word (0xb1 << 22 | ((THREAD_FPR1-THREAD_FPR0) << 10) | __tmp << 5 | 1) 500 .word (0xb1 << 22 | ((THREAD_FPR2-THREAD_FPR0) << 10) | __tmp << 5 | 2) 501 .word (0xb1 << 22 | ((THREAD_FPR3-THREAD_FPR0) << 10) | __tmp << 5 | 3) 502 .word (0xb1 << 22 | ((THREAD_FPR4-THREAD_FPR0) << 10) | __tmp << 5 | 4) 503 .word (0xb1 << 22 | ((THREAD_FPR5-THREAD_FPR0) << 10) | __tmp << 5 | 5) 504 .word (0xb1 << 22 | ((THREAD_FPR6-THREAD_FPR0) << 10) | __tmp << 5 | 6) 505 .word (0xb1 << 22 | ((THREAD_FPR7-THREAD_FPR0) << 10) | __tmp << 5 | 7) 506 .word (0xb1 << 22 | ((THREAD_FPR8-THREAD_FPR0) << 10) | __tmp << 5 | 8) 507 .word (0xb1 << 22 | ((THREAD_FPR9-THREAD_FPR0) << 10) | __tmp << 5 | 9) [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpni-cmd.h | 115 /* 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-6.6/arch/s390/include/asm/ |
| D | bitops.h | 9 * Within a word, bits are numbered LSB first. Lot's of places make 11 * This can cause confusion for large (> 1 word) bitmaps on a 13 * bit depends on the word size. 256 * @word - The word to search 262 static inline unsigned char __flogr(unsigned long word) in __flogr() argument 264 if (__builtin_constant_p(word)) { in __flogr() 267 if (!word) in __flogr() 269 if (!(word & 0xffffffff00000000UL)) { in __flogr() 270 word <<= 32; in __flogr() 273 if (!(word & 0xffff000000000000UL)) { in __flogr() [all …]
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| D | una_asm_32.S | 62 .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-6.6/arch/sparc/kernel/ |
| D | una_asm_32.S | 62 .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-6.6/drivers/net/ethernet/freescale/dpaa2/ |
| D | dpni-cmd.h | 145 /* response word 0 */ 148 /* response word 1 */ 150 /* response word 2 */ 199 /* response word 0 */ 205 /* response word 1 */ 212 /* response word 2 */ 246 /* response word 0 */ 251 /* response word 1 */ 259 /* cmd word 0 */ 266 /* cmd word 1 */ [all …]
|