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

12345

/linux-master/arch/arm/crypto/
H A Dsha1-armv7-neon.S68 #define tmp1 q9 define
[all...]
/linux-master/arch/arm64/lib/
H A Dcopy_template.S27 tmp1 .req x3 label
H A Dcsum.c63 __uint128_t tmp1, tmp2, tmp3, tmp4; local
[all...]
H A Dmemcmp.S32 #define tmp1 x7 define
H A Dmemcpy.S45 #define tmp1 x14 define
[all...]
/linux-master/arch/sh/boards/mach-migor/
H A Dlcd_qvga.c42 unsigned long tmp1, tmp2; local
/linux-master/arch/sh/lib/
H A Dio.c66 int tmp1; local
/linux-master/arch/sparc/kernel/
H A Dtime_64.c317 unsigned long ret, tmp1, tmp2, tmp3; local
/linux-master/drivers/video/fbdev/i810/
H A Di810_accel.c438 u32 tmp1, tmp2; local
/linux-master/arch/alpha/kernel/
H A Dtraps.c439 long error, tmp1, tmp2, tmp3, tmp4; local
726 unsigned long tmp1, tmp2, tmp3, tmp4; local
[all...]
/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/arc/include/asm/
H A Duaccess.h143 unsigned long tmp1, tmp2, tmp3, tmp4; local
371 unsigned long tmp1, tmp2, tmp3, tmp4; local
[all...]
/linux-master/arch/arm/include/asm/
H A Dchecksum.h75 unsigned int tmp1; local
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
/linux-master/arch/arm/mach-at91/
H A Dpm_suspend.S23 tmp1 .req r4 label
[all...]
/linux-master/arch/arm/mach-davinci/
H A Dmux.c65 unsigned tmp1, tmp2; local
/linux-master/arch/arm/mach-omap1/
H A Dmux.c296 unsigned tmp1, tmp2; local
/linux-master/arch/arm/mach-tegra/
H A Dsleep.h81 .macro check_cpu_part_num part_num, tmp1, tmp2 variable
82 mrc p15, 0, \tmp1, c0, c0, 0 variable
83 ubfx \tmp1, \tmp1, #4, #12 variable
85 cmp \tmp1, \tmp2 variable
89 .macro exit_smp, tmp1, tmp2 variable
90 mrc p15, 0, \tmp1, c1, c0, 1 @ ACTLR variable
91 bic \tmp1, \tmp1, #(1<<6) | (1<<0) @ clear ACTLR.SMP | ACTLR.FW variable
92 mcr p15, 0, \tmp1, c variable
95 check_cpu_part_num 0xc09, \\tmp1, \\tmp2 variable
96 mrceq p15, 0, \\tmp1, c0, c0, 5 variable
97 andeq \\tmp1, \\tmp1, #0xF variable
98 moveq \\tmp1, \\tmp1, lsl #2 variable
101 ldreq \\tmp1, =(TEGRA_ARM_PERIF_VIRT + 0xC) variable
110 mov32 \\tmp1, \\base variable
111 ldr \\tmp1, [\\tmp1, #APB_MISC_GP_HIDREV] variable
112 and \\tmp1, \\tmp1, #0xff00 variable
113 mov \\tmp1, \\tmp1, lsr #8 variable
[all...]
/linux-master/arch/arm64/include/asm/
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...]
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 Dassembler.h356 mov \tmp1, #ID_AA64MMFR0_EL1_PARANGE_MAX variable
358 csel \tmp0, \tmp1, \tmp0, hi variable
422 .macro dcache_by_line_op op, domain, start, end, tmp1, tmp2, fixup variable
423 dcache_line_size \tmp1, \tmp2 variable
424 dcache_by_myline_op \op, \domain, \start, \end, \tmp1, \tmp2, \fixup variable
435 .macro invalidate_icache_by_line start, end, tmp1, tmp variable
436 icache_line_size \\tmp1, \\tmp2 variable
437 sub \\tmp2, \\tmp1, #1 variable
455 .macro load_ttbr1, pgtbl, tmp1, tmp2 variable
456 phys_to_ttbr \\tmp1, \\pgtbl variable
457 offset_ttbr1 \\tmp1, \\tmp2 variable
627 .macro tcr_clear_errata_bits, tcr, tmp1, tmp2 variable
629 mrs \\tmp1, midr_el1 variable
632 and \\tmp1, \\tmp1, \\tmp2 variable
634 cmp \\tmp1, \\tmp2 variable
[all...]
H A Del2_setup.h236 .macro __check_override idreg, fld, width, pass, fail, tmp1, tmp2 variable
237 ubfx \tmp1, \tmp1, #\fld, #\width variable
238 cbz \tmp1, \fail variable
240 adr_l \tmp1, \idreg\()_override variable
242 ldr \tmp1, [\tmp1, FTR_OVR_MASK_OFFSE variable
244 ubfx \\tmp1, \\tmp1, #\\fld, #\\width variable
245 cmp \\tmp1, xzr variable
253 .macro check_override idreg, fld, pass, fail, tmp1, tmp2 variable
254 mrs \\tmp1, \\idreg\\()_el1 variable
[all...]
H A Dkexec.h43 u64 tmp1, tmp2; local

Completed in 292 milliseconds

12345