/linux/arch/loongarch/kernel/ |
H A D | signal.c | 56 _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 D | ptrace.c | 158 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 D | kgdb.c | 137 memcpy(mem, (void *)¤t->thread.fpu.fcc + reg_offset, reg_size); in dbg_get_reg() 178 memcpy((void *)¤t->thread.fpu.fcc + reg_offset, mem, reg_size); in dbg_set_reg()
|
/linux/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mac-fcc.c | 90 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 D | Makefile | 10 fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o
|
H A D | fs_enet.h | 170 } fcc; member
|
/linux/arch/loongarch/include/uapi/asm/ |
H A D | sigcontext.h | 39 __u64 fcc; member 48 __u64 fcc; member 57 __u64 fcc; member
|
H A D | ptrace.h | 45 uint64_t fcc; member
|
/linux/arch/powerpc/boot/dts/ |
H A D | ep8248e.dts | 156 compatible = "fsl,mpc8248-fcc-enet", 157 "fsl,cpm2-fcc-enet"; 169 compatible = "fsl,mpc8248-fcc-enet", 170 "fsl,cpm2-fcc-enet";
|
H A D | mgcoge.dts | 190 compatible = "fsl,cpm2-fcc-enet"; 203 compatible = "fsl,cpm2-fcc-enet";
|
H A D | tqm8560.dts | 292 compatible = "fsl,mpc8560-fcc-enet", 293 "fsl,cpm2-fcc-enet";
|
H A D | ksi8560.dts | 292 compatible = "fsl,mpc8560-fcc-enet", 293 "fsl,cpm2-fcc-enet";
|
/linux/arch/loongarch/include/asm/ |
H A D | processor.h | 83 uint64_t fcc; /* 8x8 */ member 180 .fcc = 0, \
|
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A D | cpm.txt | 33 scc/fcc/ucc registers, and the second represents the device's
|
/linux/arch/loongarch/kvm/ |
H A D | vcpu.c | 1217 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 D | ieee754.h | 158 __BITFIELD_FIELD(unsigned fcc:7, /* condition[7:1] */
|
/linux/arch/powerpc/include/asm/ |
H A D | immap_cpm2.h | 399 typedef struct fcc { struct
|
/linux/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 271 #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 D | itest.sa | 1021 dc.l $4a0066ff,$00000fcc,$52aeff78,$4cfb3fff
|
/linux/Documentation/virt/kvm/ |
H A D | api.rst | 802 __u64 fcc; 840 __u64 fcc;
|