Home
last modified time | relevance | path

Searched refs:fcs (Results 1 – 19 of 19) sorted by relevance

/arch/x86/include/asm/
Duser_32.h49 long fcs; member
61 long fcs; member
Duser32.h12 u32 fcs; member
25 int fcs; member
/arch/x86/include/asm/fpu/
Dtypes.h16 u32 fcs; /* FPU IP Selector */ member
45 u32 fcs; /* FPU IP Selector */ member
80 u32 fcs; member
/arch/x86/kernel/fpu/
Dregset.c234 env->fcs = task_pt_regs(tsk)->cs; in convert_from_fxsr()
243 env->fcs = (u16) fxsave->fcs | ((u32) fxsave->fop << 16); in convert_from_fxsr()
264 fxsave->fop = (u16) ((u32) env->fcs >> 16); in convert_to_fxsr()
271 fxsave->fcs = (env->fcs & 0xffff); in convert_to_fxsr()
/arch/s390/include/asm/
Dcss_chars.h15 u32 fcs : 1; /* bit 46 */ member
/arch/m68k/include/asm/
Dm68360_enet.h151 unsigned char fcs[CRC_WORD]; member
/arch/arm/boot/dts/
Drk3288-evb-act8846.dts57 fcs,suspend-voltage-selector = <1>;
69 fcs,suspend-voltage-selector = <1>;
Drk3288-rock2-som.dtsi210 fcs,suspend-voltage-selector = <1>;
224 fcs,suspend-voltage-selector = <1>;
Drk3288-r89.dts153 fcs,suspend-voltage-selector = <1>;
167 fcs,suspend-voltage-selector = <1>;
Drk3288-firefly.dtsi251 fcs,suspend-voltage-selector = <1>;
265 fcs,suspend-voltage-selector = <1>;
/arch/powerpc/xmon/
Dxmon.c1128 #define FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
1134 unsigned short fcs; in csum() local
1141 fcs = 0xffff; in csum()
1147 fcs = FCS(fcs, v); in csum()
1149 printf("%x\n", fcs); in csum()
/arch/x86/um/
Dsignal.c94 env[4] = fxsave->fcs | ((unsigned long)fxsave->fop << 16); in convert_fxsr_to_user()
131 fxsave->fcs = (env[4] & 0xffff); in convert_fxsr_from_user()
/arch/mips/include/asm/octeon/
Dcvmx-pip.h420 status->fcs_align_err_packets = stat7.s.fcs; in cvmx_pip_get_port_status()
Dcvmx-pip-defs.h2765 uint64_t fcs:32; member
2769 uint64_t fcs:32;
2780 uint64_t fcs:32; member
2784 uint64_t fcs:32;
3378 uint64_t fcs:32; member
3382 uint64_t fcs:32;
Dcvmx-agl-defs.h1516 uint64_t fcs:1; member
1522 uint64_t fcs:1;
Dcvmx-gmxx-defs.h5031 uint64_t fcs:1; member
5037 uint64_t fcs:1;
/arch/x86/math-emu/
Dfpu_entry.c711 S387->fcs &= ~0xf8000000; in fpregs_soft_get()
Dreg_ld_str.c1183 I387->soft.fcs &= ~0xf8000000; in fstenv()
/arch/arm64/boot/dts/rockchip/
Drk3368-r88.dts220 fcs,suspend-voltage-selector = <1>;