/linux-5.10/Documentation/translations/it_IT/doc-guide/ |
D | kernel-doc.rst | 1 .. include:: ../disclaimer-ita.rst 3 .. note:: Per leggere la documentazione originale in inglese: 4 :ref:`Documentation/doc-guide/index.rst <doc_guide>` 8 Scrivere i commenti in kernel-doc 12 strutturanti secondo il formato kernel-doc. Essi possono descrivere funzioni, 15 .. note:: Il formato kernel-doc può sembrare simile a gtk-doc o Doxygen ma 16 in realtà è molto differente per ragioni storiche. I sorgenti del kernel 17 contengono decine di migliaia di commenti kernel-doc. Siete pregati 20 La struttura kernel-doc è estratta a partire dai commenti; da questi viene 21 generato il `dominio Sphinx per il C`_ con un'adeguata descrizione per le [all …]
|
/linux-5.10/drivers/scsi/mpt3sas/ |
D | mpt3sas_config.c | 5 * Copyright (C) 2012-2014 LSI Corporation 6 * Copyright (C) 2013-2014 Avago Technologies 7 * (mailto: MPT-FusionLinux.pdl@avagotech.com) 22 * LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 41 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, 74 * struct config_request - obtain dma memory via routine 87 * _config_display_some_debug - debug routine 88 * @ioc: per adapter object 92 * Context: none. 105 switch (mpi_request->Header.PageType & MPI2_CONFIG_PAGETYPE_MASK) { in _config_display_some_debug() [all …]
|
/linux-5.10/Documentation/powerpc/ |
D | cxl.rst | 17 Coherent in this context means that the accelerator and CPUs can 28 +----------+ +---------+ 34 +----------+ +---------+ 36 | +------+ | PSL | 37 | | CAPP |<------>| | 38 +---+------+ PCIE +---------+ 62 the fault. The context to which this fault is serviced is based on 65 - POWER8 and PSL Version 8 are compliant to the CAIA Version 1.0. 66 - POWER9 and PSL Version 9 are compliant to the CAIA Version 2.0. 85 When using dedicated mode only one MMU context is supported. In [all …]
|
D | cxlflash.rst | 12 purpose co-processors which can read or write an application's 40 - Any flash device (LUN) can be configured to be accessed as a 43 - Any flash device (LUN) can be configured to be accessed from 47 or physical LUN access) or access to a kernel/AFU-mediated 56 concept of a master context. A master typically has special privileges 63 The CXL Flash Adapter Driver establishes a master context with the 67 +-------------------------------+ 69 | (per context) | 71 +-------------------------------+ 72 | 512 * 128 B per context | [all …]
|
/linux-5.10/Documentation/core-api/ |
D | local_ops.rst | 29 Local atomic operations are meant to provide fast and highly reentrant per CPU 34 Having fast per CPU atomic counters is interesting in many cases: it does not 41 CPU writes to the ``local_t`` data. This is done by using per cpu data and 42 making sure that we modify it from within a preemption safe context. It is 54 ``asm-generic/local.h`` in your architecture's ``local.h`` is sufficient. 66 * Variables touched by local ops must be per cpu variables. 68 * This CPU can use local ops from any context (process, irq, softirq, nmi, ...) 71 process context to make sure the process won't be migrated to a 72 different CPU between getting the per-cpu variable and doing the 74 * When using local ops in interrupt context, no special care must be [all …]
|
/linux-5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_context_types.h | 2 * SPDX-License-Identifier: MIT 15 #include <linux/radix-tree.h> 50 * struct i915_gem_context - client state 63 * @engines: User defined engines for this context 73 * array to select which HW context + engine to execute on. For 77 * context, and I915_EXEC_BSD is weird). For a use defined 91 * In full-ppgtt mode, each context has its own address space ensuring 102 * Note that who created the context may not be the principle user, 103 * as the context may be shared across a local socket. However, 104 * that should only affect the default context, all contexts created [all …]
|
/linux-5.10/kernel/printk/ |
D | printk_safe.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * printk_safe.c - Safe printk for printk-deadlock-prone contexts 19 * printk() could not take logbuf_lock in NMI context. Instead, 21 * the strings into a per-CPU buffer. The content of the buffer 25 * by examining current printk() context mask stored in @printk_context 26 * per-CPU variable. 33 #define SAFE_LOG_BUF_LEN ((1 << CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT) - \ 34 sizeof(atomic_t) - \ 35 sizeof(atomic_t) - \ 52 /* Get flushed in a more safe context. */ [all …]
|
/linux-5.10/include/drm/ |
D | drm_device.h | 30 * enum drm_switch_power - power state of drm device 48 * struct drm_device - DRM device structure 57 * List of devices per driver for stealth attach cleanup 64 /** @ref: Object ref-count */ 67 /** @dev: Device structure of bus-device */ 96 * per-device structure. 122 * @driver_features: per-device driver features 125 * certain features on a per-device basis while still 139 /** @anon_inode: inode for private address-space */ 182 * List of open DRM files for in-kernel clients. [all …]
|
/linux-5.10/Documentation/userspace-api/ |
D | unshare.rst | 10 ---------- 14 -------- 26 ----------- 37 outside the confinement of all-or-nothing shared resources of legacy 45 Al Viro in the August of 2000, on the Linux-Kernel mailing list, as part 53 ----------- 59 even non-threaded applications if they have a need to disassociate 60 from default shared namespace. The following lists two use-cases 63 2.1 Per-security context namespaces 67 the kernel's per-process namespace mechanism. Polyinstantiated directories, [all …]
|
/linux-5.10/Documentation/vm/ |
D | page_frags.rst | 7 A page fragment is an arbitrary-length arbitrary-offset area of memory 15 memory for use as either an sk_buff->head, or to be used in the "frags" 24 either a per-cpu limitation, or a per-cpu limitation and forcing interrupts 27 The network stack uses two separate caches per CPU to handle fragment 31 main difference between these two calls is the context in which they may be 32 called. The "netdev" prefixed functions are usable in any context as these 34 only usable within the softirq context. 43 avoid calling get_page per allocation.
|
/linux-5.10/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_core.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (c) 2015-2016 MediaTek Inc. 12 #include <media/v4l2-ctrls.h> 13 #include <media/v4l2-device.h> 14 #include <media/v4l2-mem2mem.h> 15 #include <media/videobuf2-core.h> 16 #include <media/videobuf2-dma-contig.h> 22 #define MTK_MDP_MODULE_NAME "mtk-mdp" 34 * struct mtk_mdp_pix_align - alignment of image 48 * struct mtk_mdp_fmt - the driver's internal color format data [all …]
|
/linux-5.10/drivers/scsi/cxlflash/ |
D | sislite.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 24 * except for SCSI CDB which remains big endian per SCSI standards. 49 * 0x1 -> port#0 can be selected, 50 * 0x2 -> port#1 can be selected. 65 #define SISL_MSI_ASYNC_ERROR 3 /* master only - for AFU async error */ 147 #define SISL_FC_RC_NOLOGI 0x54 /* port not logged in, in-flight cmds */ 150 #define SISL_FC_RC_LINKDOWN 0x57 /* link down, in-flight cmds */ 222 /* MMIO space is required to support only 64-bit access */ 225 * This AFU has two mechanisms to deal with endian-ness. 227 * below that specifies the endian-ness of the host. [all …]
|
D | ocxl_hw.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 11 #define OCXL_MAX_IRQS 4 /* Max interrupts per process */ 21 struct ocxlflash_context *ocxl_ctx; /* Host context */ 34 phys_addr_t ppmmio_phys; /* Per process MMIO space */ 53 bool master; /* Whether this is a master context */ 61 struct mutex state_mutex; /* Mutex to update context state */ 62 enum ocxlflash_ctx_state state; /* Context state */ 66 bool pending_irq; /* Pending interrupt on the context */
|
/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_cxt.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 3 * Copyright (c) 2015-2017 QLogic Corporation 4 * Copyright (c) 2019-2020 Marvell International Ltd. 31 * @brief qedo_cid_get_cxt_info - Returns the context info for a specific cid 67 * @brief qed_cxt_set_pf_params - Set the PF params for cxt init 70 * @param rdma_tasks - requested maximum 76 * @brief qed_cxt_cfg_ilt_compute - compute ILT init parameters 86 * @brief qed_cxt_cfg_ilt_compute_excess - how many lines can be decreased 94 * @brief qed_cxt_mngr_alloc - Allocate and init the context manager struct 110 * @brief qed_cxt_tables_alloc - Allocate ILT shadow, Searcher T2, acquired map [all …]
|
/linux-5.10/drivers/media/platform/mtk-vcodec/ |
D | venc_drv_if.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 16 * enum venc_yuv_fmt - The type of input yuv format 31 * enum venc_start_opt - encode frame option used in venc_if_encode() 41 * enum venc_set_param_type - The type of set parameter used in 67 * struct venc_enc_prm - encoder settings for VENC_SET_PARAM_ENC used in 96 * struct venc_frame_info - per-frame information to pass to the firmware. 103 unsigned int frm_count; /* per frame update */ 104 unsigned int skip_frm_count; /* per frame update */ 105 unsigned int frm_type; /* per frame update */ 109 * struct venc_frm_buf - frame buffer information used in venc_if_encode() [all …]
|
/linux-5.10/arch/arm/mach-omap2/ |
D | pm34xx.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2006-2008 Nokia Corporation 13 * Richard Woodruff <r-woodruff2@ti.com> 29 #include <linux/omap-gpmc.h> 42 #include "cm-regbits-34xx.h" 43 #include "prm-regbits-34xx.h" 47 #include "omap-secure.h" 82 /* Save the Interrupt controller context */ in omap3_core_save_context() 84 /* Save the GPMC context */ in omap3_core_save_context() 86 /* Save the system control module context, padconf already save above*/ in omap3_core_save_context() [all …]
|
/linux-5.10/drivers/staging/wfx/ |
D | debug.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (c) 2017-2020, Silicon Laboratories, Inc. 6 * Copyright (c) 2010, ST-Ericsson 39 for (i = 0; symbol_array[i].mask != -1; i++) { in get_symbol() 65 struct wfx_dev *wdev = seq->private; in wfx_counters_show() 73 return -EIO; in wfx_counters_show() 76 seq_printf(seq, "%-24s %12s %12s %12s\n", in wfx_counters_show() 80 seq_printf(seq, "%-24s %12d %12d %12d\n", #name, \ in wfx_counters_show() 151 struct wfx_dev *wdev = seq->private; in wfx_rx_stats_show() 152 struct hif_rx_stats *st = &wdev->rx_stats; in wfx_rx_stats_show() [all …]
|
/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | sifive,plic-1.0.0.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/interrupt-controller/sifive,plic-1.0.0.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: SiFive Platform-Level Interrupt Controller (PLIC) 11 SiFive SOCs include an implementation of the Platform-Level Interrupt Controller 12 (PLIC) high-level specification in the RISC-V Privileged Architecture 16 A hart context is a privilege mode in a hardware execution thread. For example, 17 in an 4 core system with 2-way SMT, you have 8 harts and probably at least two 18 privilege modes per hart; machine mode and supervisor mode. [all …]
|
/linux-5.10/Documentation/timers/ |
D | highres.rst | 8 https://www.kernel.org/doc/ols/2006/ols2006v1-pages-333-346.pdf 11 http://www.cs.columbia.edu/~nahum/w6998/papers/ols2006-hrtimers-slides.pdf 23 - hrtimer base infrastructure 24 - timeofday and clock source management 25 - clock event management 26 - high resolution timer functionality 27 - dynamic ticks 31 --------------------------- 40 - time ordered enqueueing into a rb-tree 41 - independent of ticks (the processing is based on nanoseconds) [all …]
|
/linux-5.10/arch/powerpc/platforms/powernv/ |
D | vas.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright 2016-17 IBM Corp. 36 * Hypervisor Window Context (HVWC) of size VAS_HVWC_SIZE bytes 38 * OS/User Window Context (UWC) of size VAS_UWC_SIZE bytes. 40 * A window context can be viewed as a set of 64-bit registers. The settings 56 * /proc/device-tree/vasm@.../reg 69 * As mentioned, a window context is used to "configure" a window. Besides 79 * (again, see vas_probe() for ->paste_base_addr and ->paste_win_id_shift). 85 * NOTE: In the initial version, senders can only in-kernel drivers/threads. 86 * Support for user space threads will be added in follow-on patches. [all …]
|
/linux-5.10/include/uapi/linux/ |
D | firewire-cdev.h | 4 * Copyright (C) 2005-2007 Kristian Hoegsberg <krh@bitplanet.net> 31 #include <linux/firewire-constants.h> 50 * struct fw_cdev_event_common - Common part of all fw_cdev_event_* types 67 * struct fw_cdev_event_bus_reset - Sent when a bus reset occurred 97 * struct fw_cdev_event_response - Sent when a response packet was received 125 * struct fw_cdev_event_request - Old version of &fw_cdev_event_request2 129 * @offset: The offset into the 48-bit per-node address space 130 * @handle: Reference to the kernel-side pending request 149 * struct fw_cdev_event_request2 - Sent on incoming request to an address region 153 * @offset: The offset into the 48-bit per-node address space [all …]
|
/linux-5.10/Documentation/admin-guide/ |
D | perf-security.rst | 7 -------- 29 3. Content of kernel software counters (e.g., for context switches, page 34 uncore counters) without direct attribution to any execution context 37 4. Content of architectural execution context registers (e.g., RIP, RSP, 44 of execution context registers or data from process memory then access 50 ------------------------------- 66 independently enabled and disabled on per-thread basis for processes and 100 --------------------------------- 102 Mechanisms of capabilities, privileged capability-dumb files [6]_ and 115 # ls -alhF [all …]
|
/linux-5.10/include/linux/ |
D | dim.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ 24 (((100UL * abs((val) - (ref))) / (ref)) > 10) 28 * Take wrap-around and variable size into consideration. 30 #define BIT_GAP(bits, end, start) ((((end) - (start)) + BIT_ULL(bits)) \ 31 & (BIT_ULL(bits) - 1)) 34 * struct dim_cq_moder - Structure for CQ moderation values. 50 * struct dim_sample - Structure for DIM sample data. 68 * struct dim_stats - Structure for DIM stats. 71 * @ppms: Packets per msec 72 * @bpms: Bytes per msec [all …]
|
/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | gpc.fuc | 27 * - bracket certain functions with scratch writes, useful for debugging 28 * - watchdog timer around ctx operations 116 // CC_SCRATCH[1]: context base 122 // 31:0: GPC context size 188 // initialise context base, and size tracking 190 clear b32 $r3 // track GPC context size here 198 // calculate GPC mmio context size 205 // calculate per-TPC mmio context size 215 // calculate per-UNK mmio context size 235 // calculate size of strand context data [all …]
|
/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_top.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. 20 * @bpc_denom : denominator of byte per clk 21 * @bpc_numer : numerator of byte per clk 32 * struct split_pipe_cfg - pipe configuration for dual display panels 57 * struct dpu_vsync_source_cfg - configure vsync source and configure the 72 * struct dpu_hw_mdp_ops - interface to the MDP TOP Hw driver functions 81 * @mdp : mdp top context driver 89 * @mdp : mdp top context driver 96 * setup_clk_force_ctrl - set clock force control [all …]
|