| /arch/mips/math-emu/ |
| A D | cp1emu.c | 150 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 D | sfp-machine.h | 53 #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 D | sfp-machine_64.h | 59 #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 D | sfp-machine_32.h | 61 #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 D | cmdline.c | 6 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 D | bioscall.S | 26 pushw %fs 40 popw %fs 53 pushw %fs 76 popw %fs
|
| A D | regs.c | 25 reg->fs = fs(); in initregs()
|
| A D | copy.S | 51 pushw %fs 60 pushw %fs
|
| /arch/arm64/kernel/ |
| A D | setup.c | 113 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 D | cpufeaturemasks.awk | 41 if (split($1, fs, "CONFIG_X86_|_FEATURE_") == 3) 42 featstat[fs[2], fs[3]] = on;
|
| /arch/arm/mach-omap1/ |
| A D | Makefile | 28 usb-fs-$(CONFIG_USB_SUPPORT) := usb.o 29 obj-y += $(usb-fs-m) $(usb-fs-y)
|
| /arch/x86/kernel/ |
| A D | doublefault_32.c | 59 regs.fs = TSS(fs); in doublefault_shim() 100 .fs = __KERNEL_PERCPU,
|
| A D | signal_32.c | 75 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 D | process_64.c | 72 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 D | process_32.c | 75 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 D | fault.c | 120 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 D | sfp-machine.h | 144 #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 D | sigcontext.h | 204 __u16 fs, __fsh; member 259 __u16 fs; member 302 __u16 fs, __fsh; member 371 __u16 fs; member
|
| /arch/x86/power/ |
| A D | cpu.c | 110 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 D | inst.h | 743 __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 D | pxa300-raumfeld-connector.dts | 23 mclk-fs = <256>; 39 mclk-fs = <256>;
|
| /arch/arm64/boot/dts/renesas/ |
| A D | ulcb-kf-simple-audio-card.dtsi | 42 mclk-fs = <512>; 58 mclk-fs = <512>;
|
| /arch/x86/realmode/rm/ |
| A D | wakeup_asm.S | 60 movw %cx, %fs 73 movw %ax, %fs
|
| /arch/arm/boot/dts/st/ |
| A D | stihxxx-b2120.dtsi | 34 mclk-fs = <128>; 48 mclk-fs = <256>; 63 mclk-fs = <128>;
|
| /arch/x86/kvm/ |
| A D | smm.h | 39 struct kvm_smm_seg_state_32 fs; member 84 struct kvm_smm_seg_state_64 fs; member
|