/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,apr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 20 - qcom,apr-v2 21 - qcom,gpr 23 power-domains: 26 qcom,apr-domain: 30 Selects the processor domain for apr 32 2 = PC Domain [all …]
|
/Linux-v6.1/drivers/iommu/ |
D | exynos-iommu.c | 1 // SPDX-License-Identifier: GPL-2.0-only 12 #include <linux/dma-mapping.h> 37 #define SECT_MASK (~(SECT_SIZE - 1)) 38 #define LPAGE_MASK (~(LPAGE_SIZE - 1)) 39 #define SPAGE_MASK (~(SPAGE_SIZE - 1)) 54 * v1.x - v3.x SYSMMU supports 32bit physical and 32bit virtual address spaces 61 static short PG_ENT_SHIFT = -1; 97 #define section_offs(iova) (iova & (SECT_SIZE - 1)) 99 #define lpage_offs(iova) (iova & (LPAGE_SIZE - 1)) 101 #define spage_offs(iova) (iova & (SPAGE_SIZE - 1)) [all …]
|
/Linux-v6.1/include/xen/ |
D | xen-ops.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 84 return -EOPNOTSUPP; in xen_xlate_remap_gfn_array() 90 return -EOPNOTSUPP; in xen_xlate_unmap_gfn_range() 98 * xen_remap_domain_gfn_array() - map an array of foreign frames by gfn 103 * @err_ptr: Returns per-GFN error status. 104 * @prot: page protection mask 105 * @domid: Domain owning the pages 106 * @pages: Array of pages if this domain has an auto-translated physmap 111 * Returns the number of successfully mapped frames, or a -ve error 135 * xen_remap_domain_mfn_array() - map an array of foreign frames by mfn [all …]
|
/Linux-v6.1/drivers/soc/qcom/ |
D | apr.c | 1 // SPDX-License-Identifier: GPL-2.0 2 // Copyright (c) 2011-2017, The Linux Foundation. All rights reserved. 48 * apr_send_pkt() - Send a apr message from apr device 57 struct packet_router *apr = dev_get_drvdata(adev->dev.parent); in apr_send_pkt() 62 spin_lock_irqsave(&adev->svc.lock, flags); in apr_send_pkt() 64 hdr = &pkt->hdr; in apr_send_pkt() 65 hdr->src_domain = APR_DOMAIN_APPS; in apr_send_pkt() 66 hdr->src_svc = adev->svc.id; in apr_send_pkt() 67 hdr->dest_domain = adev->domain_id; in apr_send_pkt() 68 hdr->dest_svc = adev->svc.id; in apr_send_pkt() [all …]
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-kernel-iommu_groups | 5 Description: /sys/kernel/iommu_groups/ contains a number of sub- 7 name of the sub-directory matches the iommu_group_id() 23 output direct-mapped, MSI, non mappable regions. Each 29 USB devices it is now exposed as "direct-relaxable" instead 38 domain in use by iommu for this group. See include/linux/iommu.h 45 DMA-FQ As above, but using batched invalidation to lazily 47 overhead at the cost of reduced memory protection. 50 but zero protection. 54 The default domain type of a group may be modified only when 56 - The group has only one device. [all …]
|
/Linux-v6.1/drivers/infiniband/hw/vmw_pvrdma/ |
D | pvrdma_verbs.c | 2 * Copyright (c) 2012-2016 VMware, Inc. All rights reserved. 7 * 2-Clause License. This program is distributed in the hope that it 11 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html. 17 * The BSD 2-Clause License 23 * - Redistributions of source code must retain the above 27 * - Redistributions in binary form must reproduce the above 52 #include <rdma/vmw_pvrdma-abi.h> 58 * pvrdma_query_device - query device 71 if (uhw->inlen || uhw->outlen) in pvrdma_query_device() 72 return -EINVAL; in pvrdma_query_device() [all …]
|
D | pvrdma_mr.c | 2 * Copyright (c) 2012-2016 VMware, Inc. All rights reserved. 7 * 2-Clause License. This program is distributed in the hope that it 11 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html. 17 * The BSD 2-Clause License 23 * - Redistributions of source code must retain the above 27 * - Redistributions in binary form must reproduce the above 52 * pvrdma_get_dma_mr - get a DMA memory region 53 * @pd: protection domain 60 struct pvrdma_dev *dev = to_vdev(pd->device); in pvrdma_get_dma_mr() 70 dev_warn(&dev->pdev->dev, in pvrdma_get_dma_mr() [all …]
|
/Linux-v6.1/include/trace/events/ |
D | kyber.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 16 TP_PROTO(dev_t dev, const char *domain, const char *type, 20 TP_ARGS(dev, domain, type, percentile, numerator, denominator, samples), 24 __array( char, domain, DOMAIN_LEN ) 33 __entry->dev = dev; 34 strlcpy(__entry->domain, domain, sizeof(__entry->domain)); 35 strlcpy(__entry->type, type, sizeof(__entry->type)); 36 __entry->percentile = percentile; 37 __entry->numerator = numerator; 38 __entry->denominator = denominator; [all …]
|
/Linux-v6.1/drivers/irqchip/ |
D | irq-omap-intc.c | 2 * linux/arch/arm/mach-omap2/irq.c 26 #include <linux/irqchip/irq-omap-intc.h> 59 u32 protection; member 67 static struct irq_domain *domain; variable 88 intc_context.protection = in omap_intc_save_context() 108 intc_writel(INTC_PROTECTION, intc_context.protection); in omap_intc_restore_context() 134 /* Re-enable autoidle */ in omap3_intc_resume_idle() 205 gc->reg_base = base; in omap_alloc_gc_of() 206 ct = gc->chip_types; in omap_alloc_gc_of() 208 ct->type = IRQ_TYPE_LEVEL_MASK; in omap_alloc_gc_of() [all …]
|
/Linux-v6.1/drivers/soc/mediatek/ |
D | mtk-pm-domains.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 13 #define MTK_SCPD_CAPS(_scpd, _x) ((_scpd)->data->caps & (_x)) 78 * struct scpsys_domain_data - scp domain data for power on/off flow 79 * @name: The name of the power domain. 84 * @caps: The flag for active wake-up action. 85 * @bp_infracfg: bus protection for infracfg subsystem 86 * @bp_smi: bus protection for smi subsystem
|
/Linux-v6.1/include/rdma/ |
D | signature.h | 1 /* SPDX-License-Identifier: (GPL-2.0 OR Linux-OpenIB) */ 3 * Copyright (c) 2017-2018 Mellanox Technologies. All rights reserved. 23 * enum ib_signature_type - Signature types 25 * @IB_SIG_TYPE_T10_DIF: Type T10-DIF 33 * enum ib_t10_dif_bg_type - Signature T10-DIF block-guard types 34 * @IB_T10DIF_CRC: Corresponds to T10-PI mandated CRC checksum rules. 43 * struct ib_t10_dif_domain - Parameters specific for T10-DIF 44 * domain. 45 * @bg_type: T10-DIF block guard type (CRC|CSUM) 46 * @pi_interval: protection information interval. [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | qcom,q6dsp-lpass-clocks.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: "http://devicetree.org/schemas/sound/qcom,q6dsp-lpass-clocks.yaml#" 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 10 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 18 - qcom,q6afe-clocks 19 - qcom,q6prm-lpass-clocks 21 '#clock-cells': 31 - compatible 32 - "#clock-cells" [all …]
|
D | qcom,q6adm-routing.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,q6adm-routing.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 11 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 20 - qcom,q6adm-routing 22 "#sound-dai-cells": 26 - compatible 27 - "#sound-dai-cells" [all …]
|
D | qcom,q6asm-dais.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/sound/qcom,q6asm-dais.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 11 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 20 - qcom,q6asm-dais 25 "#sound-dai-cells": 28 "#address-cells": 31 "#size-cells": [all …]
|
/Linux-v6.1/drivers/infiniband/core/ |
D | verbs.c | 20 * - Redistributions of source code must retain the above 24 * - Redistributions in binary form must reproduce the above 97 [IB_WC_LOC_PROT_ERR] = "local protection error", 150 default: return -1; in ib_rate_to_mult() 208 default: return -1; in ib_rate_to_mbps() 234 if (device->ops.get_link_layer) in rdma_port_get_link_layer() 235 return device->ops.get_link_layer(device, port_num); in rdma_port_get_link_layer() 237 lt = rdma_node_get_transport(device->node_type); in rdma_port_get_link_layer() 245 /* Protection domains */ 248 * __ib_alloc_pd - Allocates an unused protection domain. [all …]
|
/Linux-v6.1/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1 .. _cgroup-v2: 11 conventions of cgroup v2. It describes all userland-visible aspects 14 v1 is available under :ref:`Documentation/admin-guide/cgroup-v1/index.rst <cgroup-v1>`. 19 1-1. Terminology 20 1-2. What is cgroup? 22 2-1. Mounting 23 2-2. Organizing Processes and Threads 24 2-2-1. Processes 25 2-2-2. Threads 26 2-3. [Un]populated Notification [all …]
|
D | thunderbolt.rst | 1 .. SPDX-License-Identifier: GPL-2.0 22 is expected to be accompanied with an IOMMU based DMA protection. 25 ----------------------------------- 27 should be a userspace tool that handles all the low-level details, keeps 31 found in ``Documentation/ABI/testing/sysfs-bus-thunderbolt``. 35 ``/etc/udev/rules.d/99-local.rules``:: 89 the Thunderbolt domain the host controller manages. There is typically 90 one domain per Thunderbolt host controller. 102 ----------------------------------------------------------------- 105 /sys/bus/thunderbolt/devices/0-1/authorized - 0 [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/power/ |
D | mediatek,power-controller.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/mediatek,power-controller.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - MandyJH Liu <mandyjh.liu@mediatek.com> 11 - Matthias Brugger <mbrugger@suse.com> 17 IP cores belonging to a power domain should contain a 'power-domains' 18 property that is a phandle for SCPSYS node representing the domain. 22 pattern: '^power-controller(@[0-9a-f]+)?$' 26 - mediatek,mt6795-power-controller [all …]
|
/Linux-v6.1/Documentation/power/regulator/ |
D | overview.rst | 26 - Regulator 27 - Electronic device that supplies power to other devices. 31 Input Voltage -> Regulator -> Output Voltage 34 - PMIC 35 - Power Management IC. An IC that contains numerous 39 - Consumer 40 - Electronic device that is supplied power by a regulator. 41 Consumers can be classified into two types:- 52 - Power Domain 53 - Electronic circuit that is supplied its input power by the [all …]
|
/Linux-v6.1/drivers/iommu/amd/ |
D | amd_iommu_types.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2007-2010 Advanced Micro Devices, Inc. 18 #include <linux/io-pgtable.h> 114 * The current driver only support 16-bit PASID. 115 * Currently, hardware only implement upto 16-bit PASID 284 #define DTE_IRQ_PHYS_ADDR_MASK (((1ULL << 45)-1) << 6) 310 ((1ULL << PM_LEVEL_SHIFT((x))) - 1): \ 321 (~((1ULL << (12 + ((lvl) * 9))) - 1))) 326 * Pagesize is expected to be a power-of-two 329 ((__ffs(pagesize) - 12) / 9) [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/pci/ |
D | pci.txt | 3 PCI Bus Binding to: IEEE Std 1275-1994 4 https://www.devicetree.org/open-firmware/bindings/pci/pci2_1.pdf 9 https://www.devicetree.org/open-firmware/practice/imap/imap0_9d.pdf 14 - linux,pci-domain: 15 If present this property assigns a fixed PCI domain number to a host bridge, 18 host bridges in the system, otherwise potentially conflicting domain numbers 19 may be assigned to root buses behind different host bridges. The domain 21 - max-link-speed: 27 - reset-gpios: 30 - supports-clkreq: [all …]
|
/Linux-v6.1/include/linux/ |
D | iommu.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2007-2008 Advanced Micro Devices, Inc. 60 /* Domain feature flags */ 62 #define __IOMMU_DOMAIN_DMA_API (1U << 1) /* Domain for use in DMA-API 64 #define __IOMMU_DOMAIN_PT (1U << 2) /* Domain is identity mapped */ 65 #define __IOMMU_DOMAIN_DMA_FQ (1U << 3) /* DMA-API uses flush queue */ 68 * This are the possible domain-types 70 * IOMMU_DOMAIN_BLOCKED - All DMA is blocked, can be used to isolate 72 * IOMMU_DOMAIN_IDENTITY - DMA addresses are system physical addresses 73 * IOMMU_DOMAIN_UNMANAGED - DMA mappings managed by IOMMU-API user, used [all …]
|
/Linux-v6.1/arch/s390/include/asm/trace/ |
D | zcrypt.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 11 * of request-processing-starts-now indication. 50 * trace_s390_zcrypt_req - zcrypt request tracepoint function 67 __entry->ptr = ptr; 68 __entry->type = type;), 70 __entry->ptr, 71 show_zcrypt_tp_type(__entry->type)) 75 * trace_s390_zcrypt_rep - zcrypt reply tracepoint function 83 * @dom: Domain id of the device where this request was processed. 98 __field(u16, domain)), [all …]
|
/Linux-v6.1/security/landlock/ |
D | ruleset.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Landlock LSM - Ruleset management 5 * Copyright © 2016-2020 Mickaël Salaün <mic@digikod.net> 6 * Copyright © 2018-2020 ANSSI 33 * struct landlock_layer - Access rights for a given layer 48 * struct landlock_rule - Access rights tied to an object 52 * @node: Node in the ruleset's red-black tree. 74 * struct landlock_hierarchy - Node in a ruleset hierarchy 79 * Landlock domain. 84 * domain. [all …]
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/32/ |
D | mmu-8xx.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 10 * During software tablewalk, the registers used perform mask/shift-add 16 #define MI_GPM 0x80000000 /* Set domain manager mode */ 17 #define MI_PPM 0x40000000 /* Set subpage protection */ 43 * 4-15 => Not Used 62 #define MI_APG 0x000001e0 /* Access protection group (0) */ 86 #define MD_GPM 0x80000000 /* Set domain manager mode */ 87 #define MD_PPM 0x40000000 /* Set subpage protection */ 137 #define MD_APG 0x000001e0 /* Access protection group (0) */ 173 #define MODULES_VADDR (PAGE_OFFSET - SZ_256M) [all …]
|