| /linux/arch/powerpc/math-emu/ |
| H A D | stfiwx.c | 7 stfiwx(u32 *frS, void *ea) in stfiwx() argument 10 printk("%s: %p %p\n", __func__, frS, ea); in stfiwx() 13 if (copy_to_user(ea, &frS[1], sizeof(frS[1]))) in stfiwx()
|
| H A D | stfd.c | 7 stfd(void *frS, void *ea) in stfd() argument 11 printk("%s: S %p, ea %p: ", __func__, frS, ea); in stfd() 12 dump_double(frS); in stfd() 17 if (copy_to_user(ea, frS, sizeof(double))) in stfd()
|
| H A D | stfs.c | 12 stfs(void *frS, void *ea) in stfs() argument 20 printk("%s: S %p, ea %p\n", __func__, frS, ea); in stfs() 23 FP_UNPACK_DP(A, frS); in stfs()
|
| /linux/tools/testing/selftests/powerpc/include/ |
| H A D | instructions.h | 133 #define PSTFS(frs, a, r, d) PREFIX_MLS(PPC_INST_STFS, frs, a, r, d) argument 134 #define PSTFD(frs, a, r, d) PREFIX_MLS(PPC_INST_STFD, frs, a, r, d) argument
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| H A D | generic.c | 579 static void get_fixed_ranges(mtrr_type *frs) in get_fixed_ranges() argument 581 unsigned int *p = (unsigned int *)frs; in get_fixed_ranges() 863 * @frs: pointer to fixed-range MTRR values, saved by get_fixed_ranges() 865 static int set_fixed_ranges(mtrr_type *frs) in set_fixed_ranges() argument 867 unsigned long long *saved = (unsigned long long *)frs; in set_fixed_ranges()
|
| /linux/include/linux/usb/ |
| H A D | tcpci.h | 181 * Optional; Callback to perform chip specific operations when FRS
|
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | nic.h | 591 struct set_frs_msg frs; member
|
| H A D | nicvf_main.c | 1430 mbx.frs.msg = NIC_MBOX_MSG_SET_MAX_FRS; in nicvf_update_hw_max_frs() 1431 mbx.frs.max_frs = mtu; in nicvf_update_hw_max_frs() 1432 mbx.frs.vf_id = nic->vf_id; in nicvf_update_hw_max_frs()
|
| H A D | nic_main.c | 1039 ret = nic_update_hw_frs(nic, mbx.frs.max_frs, in nic_handle_mbx_intr() 1040 mbx.frs.vf_id); in nic_handle_mbx_intr()
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpci_maxim_core.c | 343 dev_info(chip->dev, "FRS Signal\n"); in _max_tcpci_irq()
|
| H A D | tcpm.c | 519 /* Sink FRS */ 3301 "Port partner FRS capable partner_frs_current:%u port_frs_current:%u enable:%c", in tcpm_pd_data_request() 3305 tcpm_log(port, "Enable FRS %s, ret:%d\n", ret ? "fail" : "success", ret); in tcpm_pd_data_request() 6577 /* Not FRS capable */ in tcpm_enable_frs_work() 7333 /* FRS can only be supported by DRP ports */ in tcpm_fw_get_caps() 7335 ret = fwnode_property_read_u32(fwnode, "new-source-frs-typec-current", in tcpm_fw_get_caps()
|
| /linux/arch/powerpc/xmon/ |
| H A D | ppc-opc.c | 391 /* The FRS field in an X form instruction or the FRT field in a D, X 393 #define FRS FRC + 1 macro 394 #define FRT FRS 399 #define FRSp FRS + 1 3098 {"psq_stx", XW (4, 7,0), XW_MASK, PPCPS, 0, {FRS,RA,RB,PSWM,PSQM}}, 3173 {"psq_stux", XW (4, 39,0), XW_MASK, PPCPS, 0, {FRS,RA,RB,PSWM,PSQM}}, 4792 {"mffprd", X(31,51), XX1RB_MASK|1, PPCVSX2, 0, {RA, FRS}}, 4872 {"mffprwz", X(31,115), XX1RB_MASK|1, PPCVSX2, 0, {RA, FRS}}, 5909 {"stfsx", X(31,663), X_MASK, COM, PPCEFS, {FRS, RA0, RB}}, 5930 {"stfsux", X(31,695), X_MASK, COM, PPCEFS, {FRS, RAS, RB}}, [all …]
|
| /linux/drivers/infiniband/ulp/iser/ |
| H A D | iser_verbs.c | 497 * FRs without SG_GAPS can only map up to a (device) page per entry, in iser_calc_scsi_params()
|
| /linux/include/linux/ |
| H A D | nvme.h | 762 __le64 frs[7]; member
|
| /linux/include/rdma/ |
| H A D | ib_verbs.h | 253 * also be set by any iWarp device which must support FRs to comply
|
| /linux/drivers/nvme/host/ |
| H A D | core.c | 4709 memcpy(ctrl->subsys->firmware_rev, &log->frs[cur_fw_slot - 1], in nvme_get_fw_slot_info()
|