Home
last modified time | relevance | path

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

12345678910>>...13

/arch/mips/math-emu/
A Dcp1emu.c150 mips32_insn.fp6_format.fs = insn.mm_fp6_format.fs; in microMIPS32_to_MIPS32()
191 insn.mm_fp2_format.fs; in microMIPS32_to_MIPS32()
215 insn.mm_fp0_format.fs; in microMIPS32_to_MIPS32()
235 insn.mm_fp0_format.fs; in microMIPS32_to_MIPS32()
277 insn.mm_fp3_format.fs; in microMIPS32_to_MIPS32()
401 mips32_insn.fp0_format.fs = insn.mm_fp4_format.fs; in microMIPS32_to_MIPS32()
1838 union ieee754sp fs; in fpu_emu() local
1850 union ieee754sp fs; in fpu_emu() local
2209 union ieee754dp fs; in fpu_emu() local
2221 union ieee754dp fs; in fpu_emu() local
[all …]
/arch/sh/include/asm/
A Dsfp-machine.h53 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
55 if ((_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##fs) \
56 && !(_FP_FRAC_HIGH_RAW_##fs(Y) & _FP_QNANBIT_##fs)) \
/arch/sparc/include/asm/
A 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)) \
A 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/
A 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/
A Dbioscall.S26 pushw %fs
40 popw %fs
53 pushw %fs
76 popw %fs
A Dregs.c25 reg->fs = fs(); in initregs()
A Dcopy.S51 pushw %fs
60 pushw %fs
/arch/arm64/kernel/
A Dsetup.c113 u32 i, affinity, fs[4], bits[4], ls; in smp_build_mpidr_hash() local
134 fs[i] = affinity ? ffs(affinity) - 1 : 0; in smp_build_mpidr_hash()
135 bits[i] = ls - fs[i]; in smp_build_mpidr_hash()
147 mpidr_hash.shift_aff[0] = MPIDR_LEVEL_SHIFT(0) + fs[0]; in smp_build_mpidr_hash()
148 mpidr_hash.shift_aff[1] = MPIDR_LEVEL_SHIFT(1) + fs[1] - bits[0]; in smp_build_mpidr_hash()
149 mpidr_hash.shift_aff[2] = MPIDR_LEVEL_SHIFT(2) + fs[2] - in smp_build_mpidr_hash()
152 fs[3] - (bits[2] + bits[1] + bits[0]); in smp_build_mpidr_hash()
/arch/x86/tools/
A Dcpufeaturemasks.awk41 if (split($1, fs, "CONFIG_X86_|_FEATURE_") == 3)
42 featstat[fs[2], fs[3]] = on;
/arch/arm/mach-omap1/
A DMakefile28 usb-fs-$(CONFIG_USB_SUPPORT) := usb.o
29 obj-y += $(usb-fs-m) $(usb-fs-y)
/arch/x86/kernel/
A Ddoublefault_32.c59 regs.fs = TSS(fs); in doublefault_shim()
100 .fs = __KERNEL_PERCPU,
A Dsignal_32.c75 savesegment(fs, cur); in reload_segments()
76 if (fixup_rpl(sc->fs) != cur) in reload_segments()
77 loadsegment(fs, fixup_rpl(sc->fs)); in reload_segments()
141 regs->fs = fixup_rpl(sc.fs); in ia32_restore_sigcontext()
217 unsafe_put_user(get_user_seg(fs), (unsigned int __user *)&sc->fs, Efault); in __unsafe_setup_sigcontext32()
221 unsafe_put_user(regs->fs, (unsigned int __user *)&sc->fs, Efault); in __unsafe_setup_sigcontext32()
A Dprocess_64.c72 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local
99 rdmsrq(MSR_FS_BASE, fs); in __show_regs()
102 log_lvl, fs, shadowgs); in __show_regs()
111 rdmsrq(MSR_FS_BASE, fs); in __show_regs()
121 log_lvl, fs, fsindex, gs, gsindex, shadowgs); in __show_regs()
277 savesegment(fs, task->thread.fsindex); in save_fsgs()
314 loadsegment(fs, sel); in loadseg()
539 loadsegment(fs, __USER_DS); in start_thread_common()
545 loadsegment(fs, 0); in start_thread_common()
A Dprocess_32.c75 log_lvl, (u16)regs->ds, (u16)regs->es, (u16)regs->fs, gs, regs->ss, regs->flags); in __show_regs()
115 regs->fs = 0; in start_thread()
/arch/arm/mm/
A Dfault.c120 int fs = fsr_fs(fsr); in is_translation_fault() local
122 if ((fs & FS_MMU_NOLL_MASK) == FS_TRANS_NOLL) in is_translation_fault()
125 if (fs == FS_L1_TRANS || fs == FS_L2_TRANS) in is_translation_fault()
231 int fs = fsr_fs(fsr); in is_permission_fault() local
233 if ((fs & FS_MMU_NOLL_MASK) == FS_PERM_NOLL) in is_permission_fault()
236 if (fs == FS_L1_PERM || fs == FS_L2_PERM) in is_permission_fault()
/arch/powerpc/include/asm/
A 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/x86/include/uapi/asm/
A Dsigcontext.h204 __u16 fs, __fsh; member
259 __u16 fs; member
302 __u16 fs, __fsh; member
371 __u16 fs; member
/arch/x86/power/
A Dcpu.c110 savesegment(fs, ctxt->fs); in __save_processor_state()
250 loadsegment(fs, __KERNEL_PERCPU); in __restore_processor_state()
263 loadsegment(fs, ctxt->fs); in __restore_processor_state()
/arch/mips/include/uapi/asm/
A Dinst.h743 __BITFIELD_FIELD(unsigned int fs : 5,
761 __BITFIELD_FIELD(unsigned int fs : 5,
838 __BITFIELD_FIELD(unsigned int fs : 5,
847 __BITFIELD_FIELD(unsigned int fs : 5,
859 __BITFIELD_FIELD(unsigned int fs : 5,
868 __BITFIELD_FIELD(unsigned int fs : 5,
878 __BITFIELD_FIELD(unsigned int fs : 5,
890 __BITFIELD_FIELD(unsigned int fs : 5,
900 __BITFIELD_FIELD(unsigned int fs : 5,
922 __BITFIELD_FIELD(unsigned int fs : 5,
[all …]
/arch/arm/boot/dts/intel/pxa/
A Dpxa300-raumfeld-connector.dts23 mclk-fs = <256>;
39 mclk-fs = <256>;
/arch/arm64/boot/dts/renesas/
A Dulcb-kf-simple-audio-card.dtsi42 mclk-fs = <512>;
58 mclk-fs = <512>;
/arch/x86/realmode/rm/
A Dwakeup_asm.S60 movw %cx, %fs
73 movw %ax, %fs
/arch/arm/boot/dts/st/
A Dstihxxx-b2120.dtsi34 mclk-fs = <128>;
48 mclk-fs = <256>;
63 mclk-fs = <128>;
/arch/x86/kvm/
A Dsmm.h39 struct kvm_smm_seg_state_32 fs; member
84 struct kvm_smm_seg_state_64 fs; member

Completed in 44 milliseconds

12345678910>>...13