Searched defs:tmp1 (Results 1 - 25 of 110) sorted by relevance

12345

/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
13 mov \tmp1, #THREAD_KEYS_KERNEL variable
14 add \tmp1, \tsk, \tmp1 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
53 mov \\tmp1, #THREAD_KEYS_USER variable
54 add \\tmp1, \\tsk, \\tmp1 variable
60 .macro __ptrauth_keys_init_cpu tsk, tmp1, tmp2, tmp3 variable
61 mrs \\tmp1, id_aa64isar1_el1 variable
62 ubfx \\tmp1, \\tmp1, #ID_AA64ISAR1_EL1_APA_SHIFT, #8 variable
65 orr \\tmp1, \\tmp1, \\tmp2 variable
66 cbz \\tmp1, .Lno_addr_auth\\@ 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.h17 mrs \tmp1, ttbr1_el1 // swapper_pg_dir variable
18 bic \tmp1, \tmp1, #TTBR_ASID_MASK variable
19 sub \tmp1, \tmp1, #RESERVED_SWAPPER_OFFSET // reserved_pg_dir variable
21 add \tmp1, \tmp1, #RESERVED_SWAPPER_OFFSET variable
26 .macro __uaccess_ttbr0_enable, tmp1, tmp2 variable
28 ldr \\tmp1, [\\tmp1, #TSK_TI_TTBR0] // load saved TTBR0_EL1 variable
30 extr \\tmp2, \\tmp2, \\tmp1, #48 variable
37 .macro uaccess_ttbr0_disable, tmp1, tmp2 variable
45 .macro uaccess_ttbr0_enable, tmp1, tmp2, tmp3 variable
48 __uaccess_ttbr0_enable \\tmp1, \\tmp2 variable
[all...]
/linux-master/arch/sh/lib/
H A Dio.c66 int tmp1; local
/linux-master/arch/arm64/lib/
H A Dcopy_template.S27 tmp1 .req x3 label
H A Dmemset.S31 tmp1 .req x3 label
H A Dmemcmp.S32 #define tmp1 x7 define
H A Dstrlen.S30 #define tmp1 x4 define
[all...]
H A Dstrnlen.S38 tmp1 .req x8 label
[all...]
H A Dmemcpy.S45 #define tmp1 x14 define
[all...]
H A Dstrncmp.S37 #define tmp1 x8 define
[all...]
/linux-master/arch/arm/include/asm/
H A Dtls.h10 .macro switch_tls_none, base, tp, tpuser, tmp1, tmp2 variable
13 .macro switch_tls_v6k, base, tp, tpuser, tmp1, tmp2 variable
H A Duaccess-asm.h86 .macro uaccess_entry, tsk, tmp0, tmp1, tmp2, disable variable
H A Dchecksum.h75 unsigned int tmp1; 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.S58 #define tmp1 $3 define
H A Dev6-divide.S68 #define tmp1 $3 define
[all...]
/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/arm/mach-omap1/
H A Dmux.c296 unsigned tmp1, tmp2; local
/linux-master/arch/sparc/include/asm/
H A Dtimer_64.h56 unsigned long tick, tmp1, tmp2; local
/linux-master/arch/loongarch/lib/
H A Dcsum.c60 __uint128_t tmp1, tmp2, tmp3, tmp4; local
[all...]
/linux-master/arch/arc/include/asm/
H A Duaccess.h143 unsigned long tmp1, tmp2, tmp3, tmp4; local
371 unsigned long tmp1, tmp2, tmp3, tmp4; local
[all...]

Completed in 348 milliseconds

12345