Searched defs:tmp2 (Results 1 - 25 of 137) sorted by relevance

123456

/linux-master/kernel/
H A Duser-return-notifier.c38 struct hlist_node *tmp2; local
/linux-master/arch/m68k/lib/
H A Dchecksum.c40 unsigned long tmp1, tmp2; local
139 unsigned long tmp1, tmp2; local
276 unsigned long tmp1, tmp2; local
[all...]
/linux-master/arch/arm64/include/asm/
H A Dasm_pointer_auth.h12 .macro __ptrauth_keys_install_kernel_nosync tsk, tmp1, tmp2, tmp3 variable
15 ldp \tmp2, \tmp3, [\tmp1, #PTRAUTH_KERNEL_KEY_APIA] variable
20 .macro ptrauth_keys_install_kernel_nosync tsk, tmp1, tmp2, tmp3 variable
22 __ptrauth_keys_install_kernel_nosync \tsk, \tmp1, \tmp2, \tmp3 variable
26 .macro ptrauth_keys_install_kernel tsk, tmp1, tmp2, tmp3 variable
28 __ptrauth_keys_install_kernel_nosync \tsk, \tmp1, \tmp2, \tmp3 variable
52 .macro __ptrauth_keys_install_user tsk, tmp1, tmp2, tmp3 variable
55 ldp \\tmp2, \\tmp3, [\\tmp1, #PTRAUTH_USER_KEY_APIA] variable
60 .macro __ptrauth_keys_init_cpu tsk, tmp1, tmp2, tmp3 variable
63 mrs_s \\tmp2, SYS_ID_AA64ISAR2_EL1 variable
64 ubfx \\tmp2, \\tmp2, #ID_AA64ISAR2_EL1_APA3_SHIFT, #4 variable
69 mrs \\tmp2, sctlr_el1 variable
70 orr \\tmp2, \\tmp2, \\tmp1 variable
72 __ptrauth_keys_install_kernel_nosync \\tsk, \\tmp1, \\tmp2, \\tmp3 variable
77 .macro ptrauth_keys_init_cpu tsk, tmp1, tmp2, tmp3 variable
81 __ptrauth_keys_init_cpu \\tsk, \\tmp1, \\tmp2, \\tmp3 variable
[all...]
H A Dasm-uaccess.h29 mrs \tmp2, ttbr1_el1 variable
30 extr \tmp2, \tmp2, \tmp1, #48 variable
31 ror \tmp2, \tmp2, #16 variable
45 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3 variable
[all...]
/linux-master/arch/sh/kernel/
H A Dio.c25 int tmp2, tmp3, tmp4, tmp5, tmp6; local
/linux-master/arch/sh/lib/
H A Dio.c22 int tmp2, tmp3, tmp4, tmp5, tmp6; local
/linux-master/arch/arm64/lib/
H A Dcopy_template.S29 tmp2 .req x4 label
H A Dmemset.S33 tmp2 .req x4 label
[all...]
H A Dmemcmp.S33 #define tmp2 x8 define
H A Dmemchr.S37 #define tmp2 x8 define
H A Dstrlen.S31 #define tmp2 x5 define
[all...]
H A Dstrnlen.S39 tmp2 .req x9 label
[all...]
H A Dstrncmp.S38 #define tmp2 x9 define
[all...]
/linux-master/arch/arc/include/asm/
H A Dchecksum.h41 unsigned int tmp, tmp2, sum; local
/linux-master/arch/arm/include/asm/
H A Dtls.h14 mrc p15, 0, \tmp2, c13, c0, 2 @ get the user r/w register variable
H A Duaccess-asm.h86 .macro uaccess_entry, tsk, tmp0, tmp1, tmp2, disable variable
91 mov \tmp2, #DACR_UACCESS_DISABLE variable
92 mcr p15, 0, \tmp2, c3, c0, 0 variable
96 bic \tmp2, \tmp0, #domain_mask(DOMAIN_KERNEL) variable
97 orr \tmp2, \tmp2, #domain_val(DOMAIN_KERNEL, DOMAIN_CLIENT) variable
98 mcr p15, 0, \tmp2, c3, c0, 0 variable
H A Dspinlock.h209 unsigned long tmp, tmp2; local
229 unsigned long tmp, tmp2; local
/linux-master/arch/arm/mach-davinci/
H A Dmux.c65 unsigned tmp1, tmp2; local
/linux-master/tools/arch/x86/include/asm/
H A Dpvclock.h43 u32 tmp1, tmp2; local
/linux-master/arch/x86/include/asm/
H A Dpvclock.h47 u32 tmp1, tmp2; local
/linux-master/arch/alpha/lib/
H A Ddivide.S59 #define tmp2 $4 define
H A Dev6-divide.S69 #define tmp2 $4 define
/linux-master/arch/sh/boards/mach-migor/
H A Dlcd_qvga.c42 unsigned long tmp1, tmp2; local
/linux-master/arch/mips/mm/
H A Dsc-ip22.c102 unsigned long addr, tmp1, tmp2; local
133 unsigned long tmp1, tmp2, tmp3; local
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace32.c140 unsigned long tmp2; local

Completed in 1082 milliseconds

123456