Home
last modified time | relevance | path

Searched refs:load32 (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/arch/mips/kernel/
Dcmpxchg.c12 u32 old32, new32, load32, mask; in __xchg_small() local
39 load32 = *ptr32; in __xchg_small()
42 old32 = load32; in __xchg_small()
43 new32 = (load32 & ~mask) | (val << shift); in __xchg_small()
44 load32 = cmpxchg(ptr32, old32, new32); in __xchg_small()
45 } while (load32 != old32); in __xchg_small()
47 return (load32 & mask) >> shift; in __xchg_small()
53 u32 mask, old32, new32, load32, load; in __cmpxchg_small() local
81 load32 = *ptr32; in __cmpxchg_small()
88 load = (load32 & mask) >> shift; in __cmpxchg_small()
[all …]
/Linux-v5.4/arch/sparc/include/asm/
Dcmpxchg_64.h76 unsigned int old32, new32, load32; in xchg16() local
79 load32 = *ptr; in xchg16()
82 old32 = load32; in xchg16()
83 new32 = (load32 & (~mask)) | val << bit_shift; in xchg16()
84 load32 = __cmpxchg_u32(ptr, old32, new32); in xchg16()
85 } while (load32 != old32); in xchg16()
87 return (load32 & mask) >> bit_shift; in xchg16()
138 unsigned int load32 = *ptr; in __cmpxchg_u8() local
141 new32 = (load32 & ~mask) | (new << bit_shift); in __cmpxchg_u8()
142 old32 = (load32 & ~mask) | (old << bit_shift); in __cmpxchg_u8()
[all …]
/Linux-v5.4/arch/parisc/kernel/
Dhead.S59 load32 PA(__bss_start),%r3
60 load32 PA(__bss_stop),%r4
66 load32 PA(boot_args),%r1
73 load32 PA(swapper_pg_dir),%r4
79 load32 PA(pmd0),%r5
90 load32 PA(pg0),%r1
110 load32 (1<<(KERNEL_INITIAL_ORDER-PAGE_SHIFT)),%r11 /* PFN count */
111 load32 PA(pg0),%r1
123 load32 start_parisc,%r11
126 load32 init_thread_union,%r6
[all …]
Dhpmc.S118 load32 PA(hpmc_stack),sp
131 load32 PA(os_hpmc_1),%r4
150 load32 PA(hpmc_raddr),arg2
151 load32 PA(hpmc_pim_data),arg3
152 load32 HPMC_PIM_DATA_SIZE,%r4
191 load32 PA(hpmc_raddr),arg2
195 load32 PA(hpmc_iodc_buf),%r4
197 load32 HPMC_IODC_BUF_SIZE,%r4
214 load32 PA(hpmc_raddr),%r4
221 load32 PA(hpmc_iodc_buf),%r5
[all …]
Dreal2.S91 load32 PA(ric_ret), %r2
124 load32 PA(save_cr_space), %r28
139 load32 PA(save_cr_end), %r26
162 load32 PA(rfi_v2r_1), %r1
175 load32 REAL_MODE_PSW, %r1
199 load32 (rfi_r2v_1), %r1
212 load32 KERNEL_PSW, %r1
273 load32 PA(r64_ret), %r2
Dpacache.S44 load32 PA(1f), %r1
57 load32 REAL_MODE_PSW, %r1
62 1: load32 PA(cache_info), %r1
156 load32 2f, %r1
169 load32 KERNEL_PSW, %r1
191 88: load32 cache_info, %r1
252 88: load32 cache_info, %r1
1279 load32 PA(1f), %r1
1292 load32 REAL_MODE_PSW, %r1
1335 load32 2f, %r1
[all …]
Dentry.S64 load32 KERNEL_PSW, %r1
70 load32 4f, %r1
169 load32 PA(os_hpmc), %r3
796 load32 _switch_to_ret, %r2
847 load32 USER_PSW_MASK,%r1
849 load32 USER_PSW_HI_MASK,%r20
853 load32 USER_PSW,%r1
972 load32 schedule, %r20
1975 load32 syscall_check_resched,%r2 /* if resched, we start over again */
1976 load32 schedule,%r19
[all …]
Dsyscall.S226 load32 sys_call_table, %r19
364 load32 sys_call_table, %r19
/Linux-v5.4/arch/openrisc/include/asm/
Dcmpxchg.h70 u32 load32, old32, new32; in cmpxchg_small() local
73 load32 = READ_ONCE(*p); in cmpxchg_small()
76 ret = (load32 & bitmask) >> bitoff; in cmpxchg_small()
80 old32 = (load32 & ~bitmask) | (old << bitoff); in cmpxchg_small()
81 new32 = (load32 & ~bitmask) | (new << bitoff); in cmpxchg_small()
84 load32 = cmpxchg_u32(p, old32, new32); in cmpxchg_small()
85 if (load32 == old32) in cmpxchg_small()
/Linux-v5.4/arch/parisc/boot/compressed/
Dhead.S49 load32 BOOTADDR(_bss),%r3
50 load32 BOOTADDR(_ebss),%r4
63 load32 BOOTADDR(decompress_kernel),%r3
70 load32 BOOTADDR(startup_continue), %r2
79 load32 KERNEL_BINARY_TEXT_START, %arg0 /* free mem */
/Linux-v5.4/arch/parisc/include/asm/
Dassembly.h142 .macro load32 value, reg