Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A 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 = arch_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 …]
/openbmc/linux/arch/parisc/kernel/
H A Dhead.S61 load32 PA(__bss_stop),%r4
67 load32 PA(boot_args),%r1
82 load32 PA(msg1),%arg0
87 load32 PA(init_stack),%sp
120 load32 PA(pmd0),%r5
131 load32 PA(pg0),%r1
152 load32 PA(pg0),%r1
167 load32 init_task,%r6
171 load32 init_stack,%sp
342 load32 KERNEL_PSW,%r10
[all …]
H A Dhpmc.S116 load32 PA(hpmc_stack),sp
129 load32 PA(os_hpmc_1),%r4
148 load32 PA(hpmc_raddr),arg2
149 load32 PA(hpmc_pim_data),arg3
150 load32 HPMC_PIM_DATA_SIZE,%r4
189 load32 PA(hpmc_raddr),arg2
193 load32 PA(hpmc_iodc_buf),%r4
195 load32 HPMC_IODC_BUF_SIZE,%r4
212 load32 PA(hpmc_raddr),%r4
219 load32 PA(hpmc_iodc_buf),%r5
[all …]
H A Dtoc_asm.S16 load32 PA(toc_stack),%sp
23 load32 PA(__per_cpu_offset),%r1
45 load32 PA(swapper_pg_dir),%r4
64 load32 toc_intr,%r1
H A Dreal2.S78 load32 PA(ric_ret), %r2
111 load32 PA(save_cr_space), %r28
126 load32 PA(save_cr_end), %r26
149 load32 PA(rfi_v2r_1), %r1
162 load32 REAL_MODE_PSW, %r1
186 load32 (rfi_r2v_1), %r1
199 load32 KERNEL_PSW, %r1
259 load32 PA(r64_ret), %r2
H A 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
1217 load32 PA(1f), %r1
1230 load32 REAL_MODE_PSW, %r1
1273 load32 2f, %r1
[all …]
H A Dentry.S160 load32 PA(os_hpmc), %r3
765 load32 _switch_to_ret, %r2
814 load32 USER_PSW_MASK,%r1
816 load32 USER_PSW_HI_MASK,%r20
820 load32 USER_PSW,%r1
939 load32 schedule, %r20
968 load32 preempt_schedule_irq, %r1
1893 load32 syscall_check_resched,%r2 /* if resched, we start over again */
1894 load32 schedule,%r19
2115 load32 ftrace_return_to_handler,%ret0
[all …]
H A Dsyscall.S252 load32 sys_call_table, %r19
388 load32 sys_call_table, %r19
/openbmc/linux/arch/sparc/include/asm/
H A 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
143 load32 = __cmpxchg_u32(ptr, old32, new32); in __cmpxchg_u8()
144 if (load32 == old32) in __cmpxchg_u8()
[all …]
/openbmc/linux/arch/openrisc/include/asm/
H A 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()
/openbmc/linux/arch/parisc/boot/compressed/
H A 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 */
/openbmc/linux/arch/parisc/include/asm/
H A Dassembly.h189 .macro load32 value, reg
555 load32 KERNEL_PSW, %r1
561 load32 4f, %r1