Home
last modified time | relevance | path

Searched refs:fs (Results 1 – 25 of 184) sorted by relevance

12345678

/arch/mips/math-emu/
Dcp1emu.c162 mips32_insn.fp6_format.fs = insn.mm_fp6_format.fs; in microMIPS32_to_MIPS32()
202 mips32_insn.fp0_format.fs = in microMIPS32_to_MIPS32()
203 insn.mm_fp2_format.fs; in microMIPS32_to_MIPS32()
226 mips32_insn.fp0_format.fs = in microMIPS32_to_MIPS32()
227 insn.mm_fp0_format.fs; in microMIPS32_to_MIPS32()
246 mips32_insn.fp0_format.fs = in microMIPS32_to_MIPS32()
247 insn.mm_fp0_format.fs; in microMIPS32_to_MIPS32()
266 mips32_insn.r_format.rs = insn.mm_fp4_format.fs; in microMIPS32_to_MIPS32()
288 mips32_insn.fp0_format.fs = in microMIPS32_to_MIPS32()
289 insn.mm_fp3_format.fs; in microMIPS32_to_MIPS32()
[all …]
/arch/x86/um/asm/
Dprocessor_64.h13 unsigned long fs; member
19 .fs = 0, \
31 to->fs = from->fs; in arch_copy_thread()
/arch/sh/include/asm/
Dsfp-machine.h57 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
59 if ((_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs) \
60 && !(_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs)) \
/arch/sparc/include/asm/
Dsfp-machine_64.h59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
61 if ((_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs) \
62 && !(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \
Dsfp-machine_32.h61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
63 if ((_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs) \
64 && !(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \
/arch/x86/boot/compressed/
Dcmdline.c6 static unsigned long fs; variable
9 fs = seg << 4; /* shift it back */ in set_fs()
14 return *((char *)(fs + addr)); in rdfs8()
/arch/x86/boot/
Dbioscall.S29 pushw %fs
43 popw %fs
56 pushw %fs
79 popw %fs
Dregs.c28 reg->fs = fs(); in initregs()
Dcopy.S53 pushw %fs
62 pushw %fs
/arch/x86/xen/
Dxen-asm_32.S51 popw %fs
69 pushw %fs
71 movl %eax, %fs
72 movl %fs:xen_vcpu, %eax
/arch/arm64/kernel/
Dsetup.c123 u32 i, affinity, fs[4], bits[4], ls; in smp_build_mpidr_hash() local
144 fs[i] = affinity ? ffs(affinity) - 1 : 0; in smp_build_mpidr_hash()
145 bits[i] = ls - fs[i]; in smp_build_mpidr_hash()
157 mpidr_hash.shift_aff[0] = MPIDR_LEVEL_SHIFT(0) + fs[0]; in smp_build_mpidr_hash()
158 mpidr_hash.shift_aff[1] = MPIDR_LEVEL_SHIFT(1) + fs[1] - bits[0]; in smp_build_mpidr_hash()
159 mpidr_hash.shift_aff[2] = MPIDR_LEVEL_SHIFT(2) + fs[2] - in smp_build_mpidr_hash()
162 fs[3] - (bits[2] + bits[1] + bits[0]); in smp_build_mpidr_hash()
/arch/x86/um/
Dsyscalls_64.c61 current->thread.arch.fs = (unsigned long) ptr; in arch_prctl()
85 if ((to->thread.arch.fs == 0) || (to->mm == NULL)) in arch_switch_to()
88 arch_prctl(to, ARCH_SET_FS, (void __user *) to->thread.arch.fs); in arch_switch_to()
/arch/arm/kernel/
Dsys_oabi-compat.c202 mm_segment_t fs; in do_locks() local
214 fs = get_fs(); in do_locks()
217 set_fs(fs); in do_locks()
259 mm_segment_t fs; in sys_oabi_epoll_ctl() local
268 fs = get_fs(); in sys_oabi_epoll_ctl()
271 set_fs(fs); in sys_oabi_epoll_ctl()
281 mm_segment_t fs; in sys_oabi_epoll_wait() local
293 fs = get_fs(); in sys_oabi_epoll_wait()
296 set_fs(fs); in sys_oabi_epoll_wait()
351 mm_segment_t fs = get_fs(); in sys_oabi_semtimedop() local
[all …]
/arch/unicore32/kernel/
Dtraps.c71 mm_segment_t fs; in dump_mem() local
79 fs = get_fs(); in dump_mem()
104 set_fs(fs); in dump_mem()
111 mm_segment_t fs; in dump_instr() local
120 fs = get_fs(); in dump_instr()
138 set_fs(fs); in dump_instr()
/arch/powerpc/include/asm/
Dsfp-machine.h144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
146 if ((_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs) \
147 && !(_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs)) \
/arch/arm/mach-omap1/
DMakefile28 usb-fs-$(CONFIG_USB_SUPPORT) := usb.o
29 obj-y += $(usb-fs-m) $(usb-fs-y)
/arch/x86/ia32/
Dia32_aout.c56 u32 fs, gs; in fill_dump() local
90 savesegment(fs, fs); in fill_dump()
91 dump->regs.fs = fs; in fill_dump()
152 mm_segment_t fs; in aout_core_dump() local
157 fs = get_fs(); in aout_core_dump()
212 set_fs(fs); in aout_core_dump()
392 loadsegment(fs, 0); in load_aout_binary()
Dia32_signal.c43 #define loadsegment_fs(v) loadsegment(fs, v)
75 u16 gs, fs, es, ds; in ia32_restore_sigcontext() local
84 fs = GET_SEG(fs); in ia32_restore_sigcontext()
111 RELOAD_SEG(fs); in ia32_restore_sigcontext()
188 put_user_ex(get_user_seg(fs), (unsigned int __user *)&sc->fs); in ia32_setup_sigcontext()
/arch/x86/kernel/
Dprocess_64.c69 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
101 rdmsrl(MSR_FS_BASE, fs); in __show_regs()
111 fs, fsindex, gs, gsindex, shadowgs); in __show_regs()
204 savesegment(fs, task->thread.fsindex); in save_fsgs()
214 loadsegment(fs, sel); in loadseg()
296 savesegment(fs, p->thread.fsindex); in copy_thread_tls()
360 loadsegment(fs, __USER_DS); in start_thread_common()
364 loadsegment(fs, 0); in start_thread_common()
638 loadsegment(fs, 0); in do_arch_prctl_64()
/arch/x86/include/uapi/asm/
Dsigcontext.h204 __u16 fs, __fsh; member
259 __u16 fs; member
302 __u16 fs, __fsh; member
371 __u16 fs; member
/arch/mips/include/uapi/asm/
Dinst.h721 __BITFIELD_FIELD(unsigned int fs : 5,
739 __BITFIELD_FIELD(unsigned int fs : 5,
805 __BITFIELD_FIELD(unsigned int fs : 5,
814 __BITFIELD_FIELD(unsigned int fs : 5,
826 __BITFIELD_FIELD(unsigned int fs : 5,
835 __BITFIELD_FIELD(unsigned int fs : 5,
845 __BITFIELD_FIELD(unsigned int fs : 5,
857 __BITFIELD_FIELD(unsigned int fs : 5,
867 __BITFIELD_FIELD(unsigned int fs : 5,
889 __BITFIELD_FIELD(unsigned int fs : 5,
[all …]
/arch/x86/power/
Dcpu.c108 savesegment(fs, ctxt->fs); in __save_processor_state()
237 loadsegment(fs, __KERNEL_PERCPU); in __restore_processor_state()
251 loadsegment(fs, ctxt->fs); in __restore_processor_state()
/arch/h8300/
DKconfig66 source "fs/Kconfig.binfmt"
74 source "fs/Kconfig"
/arch/m68k/include/asm/
Dprocessor.h88 unsigned short fs; /* saved fs (sfc, dfc) */ member
101 .fs = __KERNEL_DS, \
/arch/x86/include/asm/
Da.out-core.h53 dump->regs.fs = (u16)regs->fs; in aout_dump_thread()

12345678