Searched defs:other (Results 1 - 5 of 5) sorted by relevance

/arch/arm/mach-ux500/
H A Dcpu-db8500.c104 * Bounce the interrupt to the other core if it's not ours.
109 int other = !smp_processor_id(); local
111 if (ret == IRQ_NONE && cpu_online(other))
112 irq_set_affinity(irq, cpumask_of(other));
/arch/x86/math-emu/
H A Dfpu_entry.c19 | other processes using the emulator while swapping is in progress. |
688 int offset, other, i, tags, regnr, tag, newtop; local
700 other = 80 - offset;
706 space + offset, 0, other);
719 /* The loaded data over-rides all other cases. */
740 int offset = (S387->ftop & 7) * 10, other = 80 - offset; local
760 space + offset, 0, other);
H A Dreg_ld_str.c17 | other processes using the emulator while swapping is in progress. |
1123 int offset = (top & 7) * 10, other = 80 - offset; local
1128 __copy_from_user(register_base + offset, s, other);
1130 __copy_from_user(register_base, s + other, offset);
1136 /* The loaded data over-rides all other cases. */
1201 int offset = (top & 7) * 10, other = 80 - offset; local
1209 if (__copy_to_user(d, register_base + offset, other))
1212 if (__copy_to_user(d + other, register_base, offset))
/arch/mips/include/asm/xtalk/
H A Dxwidget.h134 unsigned other:8; member in struct:__anon2190
/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h806 uint64_t other:48; member in struct:cvmx_sriox_int_info3::cvmx_sriox_int_info3_s
810 uint64_t other:48;

Completed in 137 milliseconds