Home
last modified time | relevance | path

Searched full:segmented (Results 1 – 25 of 74) sorted by relevance

123

/linux-6.14.4/Documentation/arch/powerpc/
Dpci_iov_resource_on_powernv.rst118 * Can be configured to be segmented. When not segmented, we can
119 specify the PE# for the entire window. When segmented, a window
132 as segmented.
198 - Non-segmented M64 window: A non-segmented M64 window is mapped entirely
201 - Single segmented M64 windows: A segmented M64 window could be used just
207 - Multiple segmented M64 windows: As usual, each window is split into 256
234 IODA supports 256 PEs, so segmented windows contain 256 segments, so if
290 set the PE# for the window. But if it's in a segmented M64 window, the
/linux-6.14.4/Documentation/arch/x86/
Damd-memory-encryption.rst176 Segmented RMP
179 Segmented RMP support is a new way of representing the layout of an RMP.
183 Segmented RMP support allows the RMP entries to be located on the same
192 Bit[23] indicates support for segmented RMP
194 If supported, segmented RMP attributes can be found using the CPUID
206 To enable a segmented RMP, a new MSR is available::
209 Bit[0] indicates if segmented RMP is enabled
221 When a segmented RMP is enabled, RMP_BASE points to the RMP bookkeeping
241 the segmented RMP (the bookkeeping area, RST, and all segments), build the RST
/linux-6.14.4/kernel/rcu/
Drcu_segcblist.h3 * RCU segmented callback lists, internal-to-rcu header file
20 /* Return number of callbacks in segmented callback list by summing seglen. */
48 /* Return number of callbacks in segmented callback list. */
/linux-6.14.4/net/caif/
Dcfrfml.c100 bool segmented; in cfrfml_receive() local
114 segmented = tmp & RFM_SEGMENTATION_BIT; in cfrfml_receive()
116 if (segmented) { in cfrfml_receive()
249 * NOTE: Segmented pdu is not correctly aligned. in cfrfml_transmit()
/linux-6.14.4/Documentation/networking/
Dsegmentation-offloads.rst125 assembled by GRO should be segmented to create an identical sequence of
126 frames using GSO, and any sequence of frames segmented by GSO should be
130 altered so that it is when a frame assembled via GRO is segmented via GSO.
159 cannot be just segmented to (P)MTU. Rather, the chunks must be contained in
/linux-6.14.4/drivers/firmware/arm_scmi/
Dvoltage.c97 bool segmented) in scmi_init_voltage_levels() argument
103 * segmented levels entries are represented by a single triplet in scmi_init_voltage_levels()
107 (segmented && (num_remaining || num_returned != 3))) { in scmi_init_voltage_levels()
119 v->segmented = segmented; in scmi_init_voltage_levels()
Dsensors.c308 s->intervals.segmented = SEGMENTED_INTVL_FORMAT(flags); in iter_intervals_update_state()
310 /* segmented intervals are reported in one triplet */ in iter_intervals_update_state()
311 if (s->intervals.segmented && in iter_intervals_update_state()
314 "Sensor ID:%d advertises an invalid segmented interval (%d)\n", in iter_intervals_update_state()
316 s->intervals.segmented = false; in iter_intervals_update_state()
328 s->intervals.segmented = false; in iter_intervals_update_state()
625 s->intervals.segmented = false; in iter_sens_descr_process_response()
/linux-6.14.4/arch/x86/include/uapi/asm/
Ducontext.h36 * - Old DOSEMU versions sometimes catch a signal from a segmented
46 * started in, even if they were running in a segmented context when
/linux-6.14.4/arch/powerpc/platforms/powernv/
Dpci-sriov.c38 * a) A segmented BAR that splits the mapped range into $PE_COUNT equally sized
40 * b) An un-segmented BAR that maps the whole address range to a specific PE.
128 * c) A segmented BAR similar to a), but each segment can be individually
132 * d) A segmented BAR with 8, 64, or 128 segments. This works similarly to a),
171 * Generally, one segmented M64 BAR maps one IOV BAR. However, in pnv_pci_ioda_fixup_iov_resources()
184 * 32MB, but still too large for a segmented window in pnv_pci_ioda_fixup_iov_resources()
199 * This BAR can be mapped with one segmented window, so adjust in pnv_pci_ioda_fixup_iov_resources()
307 * PHB3 and beyond support segmented windows. The window's address range
517 * are segmented, each segment is the same size as the IOV BAR. in pnv_pci_vf_resource_shift()
Dpci.h233 * True if we're using any segmented windows. In that case we need
246 * If we map the SR-IOV BARs with a segmented window then
/linux-6.14.4/net/can/
DKconfig61 CAN Transport Protocols offer support for segmented Point-to-Point
63 This protocol driver implements segmented data transfers for CAN CC
/linux-6.14.4/net/core/
Dgso.c206 * want to determine what size it would be after it is segmented.
216 * @seg_len: The segmented length (from skb_gso_*_seglen). In the
221 * Returns true if the segmented length <= max length.
/linux-6.14.4/arch/x86/math-emu/
Dget_address.c219 in `non-segmented' 32 bit protected mode. */ in FPU_get_address()
225 addr->selector = FPU_DS; /* Default, for 32 bit non-segmented mode. */ in FPU_get_address()
303 in `non-segmented' 32 bit protected mode. */ in FPU_get_address_16()
309 addr->selector = FPU_DS; /* Default, for 32 bit non-segmented mode. */ in FPU_get_address_16()
/linux-6.14.4/arch/x86/virt/svm/
Dsev.c82 * For a non-segmented RMP table, use the maximum physical addressing as the
94 * Segmented RMP Table support.
424 pr_info("Segmented RMP using %lluGB segments\n", rmp_segment_size >> 30); in setup_segmented_rmptable()
473 pr_err("Segmented RMP does not cover full system RAM (expected 0x%llx got 0x%llx)\n", in setup_segmented_rmptable()
622 "Segmented RMP enabled but RMP_END MSR is non-zero\n"); in probe_segmented_rmptable_info()
647 pr_info("Segmented RMP base table physical range [0x%016llx - 0x%016llx]\n", in probe_segmented_rmptable_info()
/linux-6.14.4/arch/x86/include/asm/
Dbios_ebda.h13 * There is a real-mode segmented pointer pointing to the in get_bios_ebda()
/linux-6.14.4/drivers/net/wireless/ath/ath11k/
Dtestmode.c93 /* This function handles segmented events. Data of various events received
170 "failed to allocate skb for segmented testmode wmi event\n"); in ath11k_tm_process_event()
180 ath11k_warn(ab, "failed to populate segmented testmode event"); in ath11k_tm_process_event()
Dtestmode_i.h63 * send segmented data to firmware.
/linux-6.14.4/drivers/net/wireless/intel/iwlwifi/
Diwl-utils.h16 * @mpdus_skbs: list to hold the segmented subframes.
/linux-6.14.4/Documentation/devicetree/bindings/media/
Dmediatek,mdp3-stitch.yaml15 with overlapping fields of view to produce a segmented panorame.
/linux-6.14.4/include/linux/
Dscmi_protocol.h271 * @segmented: Flag for segmented intervals' representation. When True there
284 bool segmented; member
557 * @segmented: defines the layout of the entries of array @levels_uv.
574 bool segmented; member
Drcu_segcblist.h3 * RCU segmented callback lists
29 /* Complicated segmented callback lists. ;-) */
/linux-6.14.4/drivers/infiniband/hw/hfi1/
Dpio_copy.c253 * Segmented PIO Copy - start
563 * Segmented PIO Copy - middle
661 * Segmented PIO Copy - end
/linux-6.14.4/drivers/crypto/amlogic/
Damlogic-gxl.h39 * t_status is segmented like this:
/linux-6.14.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_tlv.h22 * will be segmented and transported to the mailbox to the other side where
/linux-6.14.4/drivers/gpu/drm/imagination/
Dpvr_rogue_meta.h209 * ROGUE FW segmented MMU definitions
257 /* Segmented MMU registers (n = segment id). */

123