Home
last modified time | relevance | path

Searched refs:fcc (Results 1 – 20 of 20) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dsignal.c56 _save_fp_context(void __user *fpregs, void __user *fcc, void __user *csr);
58 _restore_fp_context(void __user *fpregs, void __user *fcc, void __user *csr);
60 _save_lsx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
62 _restore_lsx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
64 _save_lasx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
66 _restore_lasx_context(void __user *fpregs, void __user *fcc, void __user *fcsr);
109 uint64_t __user *fcc = &ctx->fcc; in copy_fpu_to_sigcontext() local
117 err |= __put_user(current->thread.fpu.fcc, fcc); in copy_fpu_to_sigcontext()
129 uint64_t __user *fcc = &ctx->fcc; in copy_fpu_from_sigcontext() local
136 err |= __get_user(current->thread.fpu.fcc, fcc); in copy_fpu_from_sigcontext()
[all …]
H A Dptrace.c158 r = membuf_write(&to, &target->thread.fpu.fcc, sizeof(target->thread.fpu.fcc)); in fpr_get()
220 &target->thread.fpu.fcc, fcc_start, in fpr_set()
H A Dkgdb.c137 memcpy(mem, (void *)&current->thread.fpu.fcc + reg_offset, reg_size); in dbg_get_reg()
178 memcpy((void *)&current->thread.fpu.fcc + reg_offset, mem, reg_size); in dbg_set_reg()
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c90 fep->fcc.fccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup()
91 if (!fep->fcc.fccp) in do_pd_setup()
94 fep->fcc.ep = of_iomap(ofdev->dev.of_node, 1); in do_pd_setup()
95 if (!fep->fcc.ep) in do_pd_setup()
98 fep->fcc.fcccp = of_iomap(ofdev->dev.of_node, 2); in do_pd_setup()
99 if (!fep->fcc.fcccp) in do_pd_setup()
102 fep->fcc.mem = (void __iomem *)cpm2_immr; in do_pd_setup()
112 iounmap(fep->fcc.fcccp); in do_pd_setup()
114 iounmap(fep->fcc.ep); in do_pd_setup()
116 iounmap(fep->fcc.fccp); in do_pd_setup()
[all …]
H A DMakefile10 fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o
H A Dfs_enet.h170 } fcc; member
/linux/arch/loongarch/include/uapi/asm/
H A Dsigcontext.h39 __u64 fcc; member
48 __u64 fcc; member
57 __u64 fcc; member
H A Dptrace.h45 uint64_t fcc; member
/linux/arch/powerpc/boot/dts/
H A Dep8248e.dts156 compatible = "fsl,mpc8248-fcc-enet",
157 "fsl,cpm2-fcc-enet";
169 compatible = "fsl,mpc8248-fcc-enet",
170 "fsl,cpm2-fcc-enet";
H A Dmgcoge.dts190 compatible = "fsl,cpm2-fcc-enet";
203 compatible = "fsl,cpm2-fcc-enet";
H A Dtqm8560.dts292 compatible = "fsl,mpc8560-fcc-enet",
293 "fsl,cpm2-fcc-enet";
H A Dksi8560.dts292 compatible = "fsl,mpc8560-fcc-enet",
293 "fsl,cpm2-fcc-enet";
/linux/arch/loongarch/include/asm/
H A Dprocessor.h83 uint64_t fcc; /* 8x8 */ member
180 .fcc = 0, \
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dcpm.txt33 scc/fcc/ucc registers, and the second represents the device's
/linux/arch/loongarch/kvm/
H A Dvcpu.c1217 fpu->fcc = vcpu->arch.fpu.fcc; in kvm_arch_vcpu_ioctl_get_fpu()
1229 vcpu->arch.fpu.fcc = fpu->fcc; in kvm_arch_vcpu_ioctl_set_fpu()
/linux/arch/mips/math-emu/
H A Dieee754.h158 __BITFIELD_FIELD(unsigned fcc:7, /* condition[7:1] */
/linux/arch/powerpc/include/asm/
H A Dimmap_cpm2.h399 typedef struct fcc { struct
/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c271 #define MARVELL_LAYOUT(ws, dc, ds, nc, fcc, db, sb, eb, ldb, lsb, leb) \ argument
277 .full_chunk_cnt = fcc, \
/linux/arch/m68k/ifpsp060/
H A Ditest.sa1021 dc.l $4a0066ff,$00000fcc,$52aeff78,$4cfb3fff
/linux/Documentation/virt/kvm/
H A Dapi.rst802 __u64 fcc;
840 __u64 fcc;