| /arch/mips/include/asm/octeon/ |
| A D | cvmx-fau.h | 62 int64_t value:63; member 72 int32_t value:31; member 82 int16_t value:15; member 92 int8_t value:7; member 153 int64_t value) in __cvmx_fau_atomic_address() argument 365 int64_t value) in cvmx_fau_async_fetch_and_add64() argument 385 int32_t value) in cvmx_fau_async_fetch_and_add32() argument 404 int16_t value) in cvmx_fau_async_fetch_and_add16() argument 422 int8_t value) in cvmx_fau_async_fetch_and_add8() argument 445 int64_t value) in cvmx_fau_async_tagwait_fetch_and_add64() argument [all …]
|
| A D | crypto.h | 36 : [rt] "d" (cpu_to_be64(value))); \ 84 : [rt] "d" (value)); \ 95 : [rt] "d" (value)); \ 110 : [rt] "d" (value)); \ 136 : [rt] "d" (value)); \ 147 : [rt] "d" (value)); \ 158 : [rt] "d" (value)); \ 169 : [rt] "d" (value)); \ 184 : [rt] "d" (value)); \ 210 : [rt] "d" (value)); \ [all …]
|
| /arch/mips/include/asm/ |
| A D | unaligned-emul.h | 764 #define LoadHWUE(addr, value, res) _LoadHWU(addr, value, res, user) argument 765 #define LoadWU(addr, value, res) _LoadWU(addr, value, res, kernel) argument 766 #define LoadWUE(addr, value, res) _LoadWU(addr, value, res, user) argument 767 #define LoadHW(addr, value, res) _LoadHW(addr, value, res, kernel) argument 768 #define LoadHWE(addr, value, res) _LoadHW(addr, value, res, user) argument 769 #define LoadW(addr, value, res) _LoadW(addr, value, res, kernel) argument 770 #define LoadWE(addr, value, res) _LoadW(addr, value, res, user) argument 771 #define LoadDW(addr, value, res) _LoadDW(addr, value, res) argument 775 #define StoreW(addr, value, res) _StoreW(addr, value, res, kernel) argument 776 #define StoreWE(addr, value, res) _StoreW(addr, value, res, user) argument [all …]
|
| /arch/loongarch/kernel/ |
| A D | unaligned.c | 148 WRITE_FPR(0, value); in write_fpr() 151 WRITE_FPR(1, value); in write_fpr() 154 WRITE_FPR(2, value); in write_fpr() 157 WRITE_FPR(3, value); in write_fpr() 160 WRITE_FPR(4, value); in write_fpr() 163 WRITE_FPR(5, value); in write_fpr() 166 WRITE_FPR(6, value); in write_fpr() 169 WRITE_FPR(7, value); in write_fpr() 172 WRITE_FPR(8, value); in write_fpr() 175 WRITE_FPR(9, value); in write_fpr() [all …]
|
| /arch/x86/pci/ |
| A D | ce4100.c | 25 u32 value; member 57 *value = reg->sim_reg.value; in reg_read() 62 reg->sim_reg.value = (value & reg->sim_reg.mask) | in reg_write() 77 *value |= 0x100; in ehci_reg_read() 94 *value = reg->sim_reg.value & 0xfff00ff; in reg_noirq_read() 166 *value &= mask; in extract_bytes() 180 *value = 0; in bridge_read() 192 *value = 1; in bridge_read() 222 *value = 0x0; in bridge_read() 226 *value = 0xF0; in bridge_read() [all …]
|
| A D | direct.c | 27 *value = -1; in pci_conf1_read() 37 *value = inb(0xCFC + (reg & 3)); in pci_conf1_read() 40 *value = inw(0xCFC + (reg & 2)); in pci_conf1_read() 43 *value = inl(0xCFC); in pci_conf1_read() 66 outb((u8)value, 0xCFC + (reg & 3)); in pci_conf1_write() 69 outw((u16)value, 0xCFC + (reg & 2)); in pci_conf1_write() 72 outl((u32)value, 0xCFC); in pci_conf1_write() 103 *value = -1; in pci_conf2_read() 120 *value = inb(PCI_CONF2_ADDRESS(dev, reg)); in pci_conf2_read() 123 *value = inw(PCI_CONF2_ADDRESS(dev, reg)); in pci_conf2_read() [all …]
|
| /arch/xtensa/kernel/ |
| A D | module.c | 57 uint32_t value; in apply_relocate_add() local 79 *(uint32_t *)location += value; in apply_relocate_add() 85 if ((value & 3) != 0 || in apply_relocate_add() 94 value = (signed int)value >> 2; in apply_relocate_add() 97 ((value >> 16) & 0x3)); in apply_relocate_add() 99 location[2] = value & 0xff; in apply_relocate_add() 103 ((value << 6) & 0xc0)); in apply_relocate_add() 109 if ((value & 3) != 0 || in apply_relocate_add() 118 value = (signed int)value >> 2; in apply_relocate_add() 122 location[2] = value & 0xff; in apply_relocate_add() [all …]
|
| /arch/alpha/kernel/ |
| A D | module.c | 179 value -= gp; in apply_relocate_add() 180 if ((int)value != value) in apply_relocate_add() 212 value += 8; in apply_relocate_add() 216 if (value & 3) in apply_relocate_add() 218 value = (long)value >> 2; in apply_relocate_add() 229 if ((int)value != value) in apply_relocate_add() 238 value = (long)(value - gp + 0x8000) >> 16; in apply_relocate_add() 239 if ((short) value != value) in apply_relocate_add() 244 value -= gp; in apply_relocate_add() 248 value -= gp; in apply_relocate_add() [all …]
|
| /arch/microblaze/lib/ |
| A D | memcpy.c | 50 unsigned value, buf_hold; in memcpy() local 89 value = *i_src++; in memcpy() 91 buf_hold = value << 8; in memcpy() 98 value = *i_src++; in memcpy() 115 value = *i_src++; in memcpy() 117 buf_hold = value << 16; in memcpy() 124 value = *i_src++; in memcpy() 141 value = *i_src++; in memcpy() 142 *i_dst++ = buf_hold | value >> 8; in memcpy() 143 buf_hold = value << 24; in memcpy() [all …]
|
| A D | memmove.c | 60 unsigned value, buf_hold; in memmove() local 100 value = *--i_src; in memmove() 102 buf_hold = value >> 24; in memmove() 109 value = *--i_src; in memmove() 111 ((value & 0xFFFFFF00) >> 8); in memmove() 127 value = *--i_src; in memmove() 129 buf_hold = value >> 16; in memmove() 136 value = *--i_src; in memmove() 154 value = *--i_src; in memmove() 156 buf_hold = value >> 8; in memmove() [all …]
|
| /arch/openrisc/kernel/ |
| A D | module.c | 26 uint32_t value; in apply_relocate_add() local 39 value = sym->st_value + rel[i].r_addend; in apply_relocate_add() 43 *location = value; in apply_relocate_add() 46 *((uint16_t *)location + 1) = value; in apply_relocate_add() 52 value -= (uint32_t)location; in apply_relocate_add() 53 value >>= 2; in apply_relocate_add() 54 value &= 0x03ffffff; in apply_relocate_add() 55 value |= *location & 0xfc000000; in apply_relocate_add() 56 *location = value; in apply_relocate_add() 60 value += 0x8000; in apply_relocate_add() [all …]
|
| /arch/sh/boards/ |
| A D | board-apsh4ad0a.c | 73 int value = 0; in apsh4ad0a_mode_pins() local 79 value |= MODE_PIN0; /* Clock Mode 3 */ in apsh4ad0a_mode_pins() 80 value |= MODE_PIN1; in apsh4ad0a_mode_pins() 81 value &= ~MODE_PIN2; in apsh4ad0a_mode_pins() 82 value &= ~MODE_PIN3; in apsh4ad0a_mode_pins() 84 value |= MODE_PIN5; in apsh4ad0a_mode_pins() 85 value |= MODE_PIN6; in apsh4ad0a_mode_pins() 86 value |= MODE_PIN7; /* Normal mode */ in apsh4ad0a_mode_pins() 87 value |= MODE_PIN8; /* Little Endian */ in apsh4ad0a_mode_pins() 92 value |= MODE_PIN13; /* AUD Enable */ in apsh4ad0a_mode_pins() [all …]
|
| A D | board-apsh4a3a.c | 148 int value = 0; in apsh4a3a_mode_pins() local 154 value &= ~MODE_PIN0; /* Clock Mode 16 */ in apsh4a3a_mode_pins() 155 value &= ~MODE_PIN1; in apsh4a3a_mode_pins() 156 value &= ~MODE_PIN2; in apsh4a3a_mode_pins() 157 value &= ~MODE_PIN3; in apsh4a3a_mode_pins() 158 value |= MODE_PIN4; in apsh4a3a_mode_pins() 161 value |= MODE_PIN7; in apsh4a3a_mode_pins() 163 value |= MODE_PIN9; /* Master Mode */ in apsh4a3a_mode_pins() 165 value |= MODE_PIN11; /* Display Unit */ in apsh4a3a_mode_pins() 166 value |= MODE_PIN12; in apsh4a3a_mode_pins() [all …]
|
| /arch/mips/kernel/ |
| A D | unaligned.c | 173 LoadW(addr, value, res); in emulate_load_store_insn() 618 unsigned long value; in emulate_load_store_microMIPS() local 1094 regs->regs[reg] = value; in emulate_load_store_microMIPS() 1104 regs->regs[reg] = value; in emulate_load_store_microMIPS() 1111 LoadW(addr, value, res); in emulate_load_store_microMIPS() 1114 regs->regs[reg] = value; in emulate_load_store_microMIPS() 1132 regs->regs[reg] = value; in emulate_load_store_microMIPS() 1154 regs->regs[reg] = value; in emulate_load_store_microMIPS() 1165 value = regs->regs[reg]; in emulate_load_store_microMIPS() 1175 value = regs->regs[reg]; in emulate_load_store_microMIPS() [all …]
|
| /arch/powerpc/xmon/ |
| A D | ppc-dis.c | 29 long value; in operand_value_powerpc() local 49 value = (value ^ top) - top; in operand_value_powerpc() 53 return value; in operand_value_powerpc() 173 long value; in print_insn_powerpc() local 205 printf("r%ld", value); in print_insn_powerpc() 207 printf("f%ld", value); in print_insn_powerpc() 209 printf("v%ld", value); in print_insn_powerpc() 211 printf("vs%ld", value); in print_insn_powerpc() 221 printf("%ld", value); in print_insn_powerpc() 234 cr = value >> 2; in print_insn_powerpc() [all …]
|
| /arch/x86/include/asm/ |
| A D | segment.h | 305 #define __loadsegment_simple(seg, value) \ argument 307 unsigned short __val = (value); \ 315 #define __loadsegment_ss(value) __loadsegment_simple(ss, (value)) argument 316 #define __loadsegment_ds(value) __loadsegment_simple(ds, (value)) argument 317 #define __loadsegment_es(value) __loadsegment_simple(es, (value)) argument 325 #define __loadsegment_fs(value) __loadsegment_simple(fs, (value)) argument 326 #define __loadsegment_gs(value) __loadsegment_simple(gs, (value)) argument 338 : : "rm" (value) : "memory"); in __loadsegment_fs() 345 #define loadsegment(seg, value) __loadsegment_ ## seg (value) argument 350 #define savesegment(seg, value) \ argument [all …]
|
| /arch/csky/abiv1/inc/abi/ |
| A D | ckmmu.h | 12 static inline void write_mmu_index(int value) in write_mmu_index() argument 14 cpwcr("cpcr0", value); in write_mmu_index() 27 static inline void write_mmu_pagemask(int value) in write_mmu_pagemask() argument 29 cpwcr("cpcr6", value); in write_mmu_pagemask() 37 static inline void write_mmu_entryhi(int value) in write_mmu_entryhi() argument 39 cpwcr("cpcr4", value); in write_mmu_entryhi() 47 static inline void write_mmu_msa0(unsigned long value) in write_mmu_msa0() argument 49 cpwcr("cpcr30", value); in write_mmu_msa0() 57 static inline void write_mmu_msa1(unsigned long value) in write_mmu_msa1() argument 59 cpwcr("cpcr31", value); in write_mmu_msa1()
|
| /arch/mips/loongson64/ |
| A D | cop2-ex.c | 74 LoadDW(addr, value, res); in loongson_cu2_call() 90 LoadDW(addr, value, res); in loongson_cu2_call() 121 StoreDW(addr, value, res); in loongson_cu2_call() 139 StoreDW(addr, value, res); in loongson_cu2_call() 163 LoadHW(addr, value, res); in loongson_cu2_call() 174 LoadW(addr, value, res); in loongson_cu2_call() 185 LoadDW(addr, value, res); in loongson_cu2_call() 199 LoadW(addr, value, res); in loongson_cu2_call() 215 LoadDW(addr, value, res); in loongson_cu2_call() 257 StoreW(addr, value, res); in loongson_cu2_call() [all …]
|
| /arch/csky/abiv2/inc/abi/ |
| A D | ckmmu.h | 14 static inline void write_mmu_index(int value) in write_mmu_index() argument 16 mtcr("cr<0, 15>", value); in write_mmu_index() 29 static inline void write_mmu_pagemask(int value) in write_mmu_pagemask() argument 31 mtcr("cr<6, 15>", value); in write_mmu_pagemask() 39 static inline void write_mmu_entryhi(int value) in write_mmu_entryhi() argument 41 mtcr("cr<4, 15>", value); in write_mmu_entryhi() 49 static inline void write_mmu_msa0(unsigned long value) in write_mmu_msa0() argument 51 mtcr("cr<30, 15>", value); in write_mmu_msa0() 59 static inline void write_mmu_msa1(unsigned long value) in write_mmu_msa1() argument 61 mtcr("cr<31, 15>", value); in write_mmu_msa1()
|
| /arch/parisc/math-emu/ |
| A D | float.h | 74 #define Deposit_ssign(object,value) Bitfield_deposit(value,0,1,object) argument 75 #define Deposit_sexponent(object,value) Bitfield_deposit(value,1,8,object) argument 76 #define Deposit_smantissa(object,value) Bitfield_deposit(value,9,23,object) argument 80 #define Deposit_ssignexponent(object,value) Bitfield_deposit(value,0,9,object) argument 81 #define Deposit_slow(object,value) Bitfield_deposit(value,31,1,object) argument 82 #define Deposit_shigh4(object,value) Bitfield_deposit(value,0,4,object) argument 127 #define Deposit_dsign(object,value) Bitfield_deposit(value,0,1,object) argument 128 #define Deposit_dexponent(object,value) Bitfield_deposit(value,1,11,object) argument 134 #define Deposit_dlowp1(object,value) Bitfield_deposit(value,31,1,object) argument 135 #define Deposit_dhigh4p1(object,value) Bitfield_deposit(value,0,4,object) argument [all …]
|
| /arch/mips/loongson2ef/common/cs5536/ |
| A D | cs5536_isa.c | 86 u32 hi = 0, lo = value; in pci_isa_write_bar() 92 } else if (value & 0x01) { in pci_isa_write_bar() 136 u32 hi = 0, lo = value; in pci_isa_write_reg() 141 if (value & PCI_COMMAND_IO) in pci_isa_write_reg() 169 value &= 0x0000ff00; in pci_isa_write_reg() 172 hi |= (value >> 8); in pci_isa_write_reg() 176 pci_isa_write_bar(0, value); in pci_isa_write_reg() 179 pci_isa_write_bar(1, value); in pci_isa_write_reg() 182 pci_isa_write_bar(2, value); in pci_isa_write_reg() 185 pci_isa_write_bar(3, value); in pci_isa_write_reg() [all …]
|
| A D | cs5536_ide.c | 17 u32 hi = 0, lo = value; in pci_ide_write_reg() 22 if (value & PCI_COMMAND_MASTER) in pci_ide_write_reg() 38 value &= 0x0000ff00; in pci_ide_write_reg() 41 hi |= (value >> 8); in pci_ide_write_reg() 49 } else if (value & 0x01) { in pci_ide_write_reg() 54 value &= 0xfffffffc; in pci_ide_write_reg() 67 lo = value; in pci_ide_write_reg() 73 lo = value; in pci_ide_write_reg() 78 lo = value; in pci_ide_write_reg() 83 lo = value; in pci_ide_write_reg() [all …]
|
| /arch/m68k/include/asm/ |
| A D | movs.h | 39 #define SET_CONTROL_BYTE(addr,value) \ argument 40 __asm__ __volatile__ (" movsb %0, %1@" : : "d" (value), "a" (addr)); 44 #define GET_CONTROL_BYTE(addr,value) \ argument 45 __asm__ __volatile__ (" movsb %1@, %0" : "=d" (value) : "a" (addr)); 49 #define SET_CONTROL_WORD(addr,value) \ argument 50 __asm__ __volatile__ (" movsl %0, %1@" : : "d" (value), "a" (addr)); 54 #define GET_CONTROL_WORD(addr,value) \ argument 55 __asm__ __volatile__ (" movsl %1@, %0" : "=d" (value) : "a" (addr));
|
| /arch/x86/kvm/vmx/ |
| A D | vmx_ops.h | 93 unsigned long value; in __vmcs_readl() local 102 : [output] "=r" (value) in __vmcs_readl() 107 return value; in __vmcs_readl() 150 return value; in __vmcs_readl() 227 vmx_asm2(vmwrite, "r"(field), "rm"(value), field, value); in __vmcs_writel() 234 return evmcs_write16(field, value); in vmcs_write16() 236 __vmcs_writel(field, value); in vmcs_write16() 243 return evmcs_write32(field, value); in vmcs_write32() 245 __vmcs_writel(field, value); in vmcs_write32() 254 __vmcs_writel(field, value); in vmcs_write64() [all …]
|
| /arch/powerpc/kernel/ |
| A D | module_64.c | 803 unsigned long value; in apply_relocate_add() local 875 if ((value & 3) != 0 || value + 0x8000 > 0xffff) { in apply_relocate_add() 901 value = ((value + 0x8000) >> 16); in apply_relocate_add() 917 value = stub_for_addr(sechdrs, value, me, in apply_relocate_add() 919 if (!value) in apply_relocate_add() 929 if (value + 0x2000000 > 0x3ffffff || (value & 3) != 0){ in apply_relocate_add() 936 value = (*(uint32_t *)location & ~PPC_LI_MASK) | PPC_LI(value); in apply_relocate_add() 981 if (!value) in apply_relocate_add() 1042 value = ((value + 0x8000) >> 16); in apply_relocate_add() 1058 value = got_for_addr(sechdrs, value, me, in apply_relocate_add() [all …]
|