Searched defs:second (Results 1 - 10 of 10) sorted by relevance

/arch/arm/kernel/
H A Dinsn.c9 unsigned long first, second; local
28 second = 0x9000 | (j1 << 13) | (j2 << 11) | imm11;
30 second |= 1 << 14;
32 return __opcode_thumb32_compose(first, second);
H A Dpatch.c75 u16 second = __opcode_thumb32_second(insn); local
84 *addrh1 = __opcode_to_mem_thumb16(second);
H A Dsys_oabi-compat.c53 * struct epoll_event has its second member shifted also affecting the
352 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, argument
359 second, NULL);
363 second,
366 return sys_ipc(call, first, second, third, ptr, fifth);
/arch/m68k/include/asm/
H A Dapollohw.h43 unsigned char second, alarm_second; member in struct:mc146818
H A Dintersil.h31 unsigned char second; member in struct:intersil_dt
/arch/alpha/lib/
H A Dcsum_partial_copy.c156 unsigned long second; local
158 err |= __get_user_u(second, src+1);
162 extqh(second, soff, first);
165 first = second;
175 unsigned long second; local
176 err |= __get_user_u(second, lastsrc);
179 extqh(second, soff, first);
270 unsigned long second, word; local
273 err |= __get_user_u(second, src+1);
277 extqh(second, sof
291 unsigned long second, word; local
312 unsigned long second, word; local
[all...]
/arch/alpha/include/asm/
H A Derr_common.h70 u8 second; member in struct:el_timestamp::__anon52
/arch/m68k/atari/
H A Datakeyb.c506 void ikbd_clock_set(int year, int month, int day, int hour, int minute, int second) argument
508 char cmd[7] = { 0x1B, year, month, day, hour, minute, second };
514 void ikbd_clock_get(int *year, int *month, int *day, int *hour, int *minute, int second) argument
/arch/powerpc/kvm/
H A Dbook3s_64_mmu.c135 bool second)
148 if (second)
189 * Return page size encoded in the second word of a HPTE, or
222 bool second = false; local
263 ptegp = kvmppc_mmu_book3s_64_get_pteg(vcpu, slbe, eaddr, second);
296 if (second)
299 second = true;
133 kvmppc_mmu_book3s_64_get_pteg(struct kvm_vcpu *vcpu, struct kvmppc_slb *slbe, gva_t eaddr, bool second) argument
/arch/sparc/kernel/
H A Dunaligned_64.c455 u64 first = 0, second = 0; local
459 second = *(u64 *)&f->regs[freg+2];
474 first = __swab64p(&second);
475 second = tmp;
487 __put_user (second >> 32, (u32 __user *)(addr + 8)) ||
488 __put_user ((u32)second, (u32 __user *)(addr + 12))) {
605 u32 first, second; local
611 first = second = 0;
614 err = get_user(second, (u32 __user *)(sfar + 4));
618 first = second
[all...]

Completed in 215 milliseconds