| /arch/riscv/kernel/tests/module_test/ |
| A D | test_uleb128.S | 9 lw a0, second 22 second: label 23 .reloc second, R_RISCV_SET_ULEB128, second 24 .reloc second, R_RISCV_SUB_ULEB128, first
|
| A D | test_sub16.S | 14 second: label 18 .reloc sub16, R_RISCV_ADD16, second
|
| A D | test_sub32.S | 14 second: label 18 .reloc sub32, R_RISCV_ADD32, second
|
| A D | test_sub6.S | 14 second: label 18 .reloc sub6, R_RISCV_SET6, second
|
| A D | test_sub8.S | 14 second: label 18 .reloc sub8, R_RISCV_ADD8, second
|
| A D | test_sub64.S | 18 second: label 22 .reloc sub64, R_RISCV_ADD64, second
|
| /arch/alpha/lib/ |
| A D | csum_partial_copy.c | 138 unsigned long second; in csum_partial_cfu_dest_aligned() local 145 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 148 first = second; in csum_partial_cfu_dest_aligned() 158 unsigned long second; in csum_partial_cfu_dest_aligned() local 163 extqh(second, soff, first); in csum_partial_cfu_dest_aligned() 252 unsigned long second, word; in csum_partial_cfu_unaligned() local 260 extqh(second, soff, first); in csum_partial_cfu_unaligned() 263 first = second; in csum_partial_cfu_unaligned() 274 unsigned long second, word; in csum_partial_cfu_unaligned() local 280 extqh(second, soff, first); in csum_partial_cfu_unaligned() [all …]
|
| /arch/arm/include/asm/ |
| A D | opcodes.h | 151 #define __opcode_thumb32_compose(first, second) ( \ argument 153 | ___opcode_identity32(___opcode_identity16(second)) \ 157 #define ___asm_opcode_thumb32_compose(first, second) ( \ argument 159 | ___asm_opcode_identity32(___asm_opcode_identity16(second)) \ 225 #define ___inst_thumb32(first, second) .short first, second argument 229 #define ___inst_thumb32(first, second) \ argument 230 ".short " __stringify(first) ", " __stringify(second) "\n\t"
|
| /arch/arm/kernel/ |
| A D | insn.c | 11 unsigned long first, second; in __arm_gen_branch_thumb2() local 30 second = 0x9000 | (j1 << 13) | (j2 << 11) | imm11; in __arm_gen_branch_thumb2() 32 second |= 1 << 14; in __arm_gen_branch_thumb2() 34 return __opcode_thumb32_compose(first, second); in __arm_gen_branch_thumb2()
|
| A D | patch.c | 75 u16 second = __opcode_thumb32_second(insn); in __patch_text_real() local 84 *addrh1 = __opcode_to_mem_thumb16(second); in __patch_text_real()
|
| A D | sys_oabi-compat.c | 389 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, in sys_oabi_ipc() argument 396 second, NULL); in sys_oabi_ipc() 400 second, in sys_oabi_ipc() 403 return sys_ipc(call, first, second, third, ptr, fifth); in sys_oabi_ipc() 421 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, in sys_oabi_ipc() argument
|
| /arch/sparc/kernel/ |
| A D | sys_sparc_64.c | 364 (unsigned int)second, NULL); in SYSCALL_DEFINE6() 367 err = ksys_semtimedop(first, ptr, (unsigned int)second, in SYSCALL_DEFINE6() 372 err = ksys_semget(first, (int)second, (int)third); in SYSCALL_DEFINE6() 375 err = ksys_old_semctl(first, second, in SYSCALL_DEFINE6() 388 err = ksys_msgsnd(first, ptr, (size_t)second, in SYSCALL_DEFINE6() 392 err = ksys_msgrcv(first, ptr, (size_t)second, fifth, in SYSCALL_DEFINE6() 396 err = ksys_msgget((key_t)first, (int)second); in SYSCALL_DEFINE6() 399 err = ksys_old_msgctl(first, (int)second | IPC_64, ptr); in SYSCALL_DEFINE6() 410 err = do_shmat(first, ptr, (int)second, &raddr, SHMLBA); in SYSCALL_DEFINE6() 422 err = ksys_shmget(first, (size_t)second, (int)third); in SYSCALL_DEFINE6() [all …]
|
| A D | unaligned_64.c | 451 u64 first = 0, second = 0; in handle_ldf_stq() local 462 second = *(u64 *)&f->regs[freg+2]; in handle_ldf_stq() 477 first = __swab64p(&second); in handle_ldf_stq() 478 second = tmp; in handle_ldf_stq() 490 __put_user (second >> 32, (u32 __user *)(addr + 8)) || in handle_ldf_stq() 491 __put_user ((u32)second, (u32 __user *)(addr + 12))) { in handle_ldf_stq() 614 u32 first, second; in handle_lddfmna() local 620 first = second = 0; in handle_lddfmna() 623 err = get_user(second, (u32 __user *)(sfar + 4)); in handle_lddfmna() 627 first = second = 0; in handle_lddfmna() [all …]
|
| /arch/m68k/sun3/ |
| A D | intersil.c | 44 todintersil->second = t->tm_sec; in sun3_hwclk() 54 t->tm_sec = todintersil->second; in sun3_hwclk()
|
| /arch/arm/boot/dts/marvell/ |
| A D | kirkwood-openrd.dtsi | 61 * mode for the second UART. 66 * To use the second UART, you need to change also 78 * SelUARTorSD selects between the second UART
|
| A D | armada-388.dtsi | 11 * property and the name of the SoC, and add the second SATA host which control
|
| /arch/s390/kernel/ |
| A D | syscall.c | 46 SYSCALL_DEFINE5(s390_ipc, uint, call, int, first, unsigned long, second, in SYSCALL_DEFINE5() argument 59 return ksys_ipc(call, first, second, third, ptr, third); in SYSCALL_DEFINE5()
|
| /arch/xtensa/boot/dts/ |
| A D | virt.dts | 40 * two cells: second cell == 0: internal irq number 41 * second cell == 1: external irq number
|
| A D | xtfpga.dtsi | 30 * two cells: second cell == 0: internal irq number 31 * second cell == 1: external irq number
|
| /arch/m68k/include/asm/ |
| A D | intersil.h | 32 unsigned char second; member
|
| A D | apollohw.h | 44 unsigned char second, alarm_second; member
|
| /arch/arm64/boot/dts/mediatek/ |
| A D | mt8173-elm-hana.dtsi | 23 * second source touchscreen. 48 * second source trackpad.
|
| /arch/powerpc/kvm/ |
| A D | book3s_64_mmu.c | 118 bool second) in kvmppc_mmu_book3s_64_get_pteg() argument 131 if (second) in kvmppc_mmu_book3s_64_get_pteg() 205 bool second = false; in kvmppc_mmu_book3s_64_xlate() local 247 ptegp = kvmppc_mmu_book3s_64_get_pteg(vcpu, slbe, eaddr, second); in kvmppc_mmu_book3s_64_xlate() 281 if (second) in kvmppc_mmu_book3s_64_xlate() 284 second = true; in kvmppc_mmu_book3s_64_xlate()
|
| /arch/m68k/apollo/ |
| A D | config.c | 185 t->tm_sec=rtc->second; in dn_dummy_hwclk() 195 rtc->second=t->tm_sec; in dn_dummy_hwclk()
|
| /arch/alpha/include/asm/ |
| A D | err_common.h | 71 u8 second; member
|