| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A D | ipa_uc.c | 1 // SPDX-License-Identifier: GPL-2.0 3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. 4 * Copyright (C) 2018-2020 Linaro Ltd. 11 #include "ipa.h" 16 * DOC: The IPA embedded microcontroller 18 * The IPA incorporates a microcontroller that is able to do some additional 28 * A 128 byte block of structured memory within the IPA SRAM is used together 30 * AP and the IPA microcontroller. Each side writes data to the shared area 32 * to the interrupt. Some information found in the shared area is currently 33 * unused. All remaining space in the shared area is reserved, and must not [all …]
|
| H A D | ipa_mem.c | 1 // SPDX-License-Identifier: GPL-2.0 3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. 4 * Copyright (C) 2019-2020 Linaro Ltd. 10 #include <linux/dma-mapping.h> 15 #include "ipa.h" 33 struct ipa *ipa = container_of(trans->gsi, struct ipa, gsi); in ipa_mem_zero_region_add() local 34 dma_addr_t addr = ipa->zero_addr; in ipa_mem_zero_region_add() 36 if (!mem->size) in ipa_mem_zero_region_add() 39 ipa_cmd_dma_shared_mem_add(trans, mem->offset, mem->size, addr, true); in ipa_mem_zero_region_add() 43 * ipa_mem_setup() - Set up IPA AP and modem shared memory areas [all …]
|
| H A D | ipa_mem.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. 4 * Copyright (C) 2019-2020 Linaro Ltd. 9 struct ipa; 13 * DOC: IPA Local Memory 15 * The IPA has a block of shared memory, divided into regions used for 18 * The regions within the shared block are bounded by an offset (relative to 19 * the "ipa-shared" memory range) and size found in the IPA_SHARED_MEM_SIZE 22 * Each region is optionally preceded by one or more 32-bit "canary" values. 23 * These are meant to detect out-of-range writes (if they become corrupted). [all …]
|
| H A D | ipa_qmi_msg.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright (C) 2018-2020 Linaro Ltd. 14 /* Request/response/indication QMI message ids used for IPA. Receiving 17 #define IPA_QMI_INDICATION_REGISTER 0x20 /* modem -> AP request */ 18 #define IPA_QMI_INIT_DRIVER 0x21 /* AP -> modem request */ 19 #define IPA_QMI_INIT_COMPLETE 0x22 /* AP -> modem indication */ 20 #define IPA_QMI_DRIVER_INIT_COMPLETE 0x35 /* modem -> AP request */ 27 #define IPA_QMI_INDICATION_REGISTER_REQ_SZ 12 /* -> server handle */ 28 #define IPA_QMI_INDICATION_REGISTER_RSP_SZ 7 /* <- server handle */ 29 #define IPA_QMI_INIT_DRIVER_REQ_SZ 162 /* client handle -> */ [all …]
|
| H A D | ipa_cmd.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. 4 * Copyright (C) 2019-2020 Linaro Ltd. 10 #include <linux/dma-direction.h> 15 struct ipa; 21 * enum ipa_cmd_opcode: IPA immediate commands 24 * The numeric values here are the opcodes for IPA v3.5.1 hardware. 43 * struct ipa_cmd_info - information needed for an IPA immediate command 57 * ipa_cmd_table_valid() - Validate a memory region holding a table 58 * @ipa: - IPA pointer [all …]
|
| H A D | ipa_data.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. 4 * Copyright (C) 2019-2020 Linaro Ltd. 16 * DOC: IPA/GSI Configuration Data 18 * Boot-time configuration data is used to define the configuration of the 19 * IPA and GSI resources to use for a given platform. This data is supplied 24 * Resources are data structures used internally by the IPA hardware. The 28 * Endpoint configuration data defines properties of both IPA endpoints and 30 * communication path between the IPA and a particular execution environment 35 * An endpoint is an IPA construct representing a single channel anywhere [all …]
|
| H A D | ipa_table.c | 1 // SPDX-License-Identifier: GPL-2.0 3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. 4 * Copyright (C) 2018-2020 Linaro Ltd. 15 #include <linux/dma-mapping.h> 17 #include "ipa.h" 28 * DOC: IPA Filter and Route Tables 30 * The IPA has tables defined in its local (IPA-resident) memory that define 32 * endian 64-bit "slot" that holds the address of a rule definition. (The 38 * by all IPA hardware (IPA v4.2 doesn't support hashed tables). 41 * an object (such as a route or filter table) in IPA-resident memory must [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | qcom,ipa.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/net/qcom,ipa.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm IP Accelerator (IPA) 10 - Alex Elder <elder@kernel.org> 13 This binding describes the Qualcomm IPA. The IPA is capable of offloading 17 The IPA sits between multiple independent "execution environments," 18 including the Application Processor (AP) and the modem. The IPA presents 20 The GSI is an integral part of the IPA, but it is logically isolated [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | ipa-prop.h | 2 Copyright (C) 2005-2020 Free Software Foundation, Inc. 26 #define IPA_UNDESCRIBED_USE -1 28 /* ipa-prop.c stuff (ipa-cp, indirect inlining): */ 33 Ken Kennedy, Linda Torczon in Comp86, pg 152-161. There are three main 36 Pass-through - the caller's formal parameter is passed as an actual 38 Constant - a constant (is_gimple_ip_invariant)is passed as an actual 40 Unknown - neither of the above. 42 IPA_JF_LOAD_AGG is a compound pass-through jump function, in which primary 48 parameter or by-reference parameter referenced in argument passing, commonly 51 IPA_JF_ANCESTOR is a special pass-through jump function, which means that [all …]
|
| H A D | ipa-utils.h | 1 /* Utilities for ipa analysis. 2 Copyright (C) 2004-2020 Free Software Foundation, Inc. 37 /* In ipa-utils.c */ 50 /* In ipa-profile.c */ 53 /* In ipa-devirt.c */ 104 If COMPLETEP is non-NULL, store true if the list is complete. 105 CACHE_TOKEN (if non-NULL) will get stored to an unique ID of entry 121 return possible_polymorphic_call_targets (e->indirect_info->otr_type, 122 e->indirect_info->otr_token, 153 dump_possible_polymorphic_call_targets (f, e->indirect_info->otr_type, [all …]
|
| H A D | b-header-vars | 1 …arm_acle.h arm_fp16.h arm_cmse.h arm_bf16.h arm_mve_types.h arm_mve.h arm_cde.h unwind-arm-common.h 4 SPLAY_TREE_H=splay-tree.h 8 LINKER_PLUGIN_API_H=plugin-api.h 9 BCONFIG_H=bconfig.h auto-host.h ansidecl.h 10 CONFIG_H=config.h auto-host.h ansidecl.h 11 TCONFIG_H=tconfig.h auto-host.h ansidecl.h 12 TM_P_H=tm_p.h config/arm/arm-flags.h arm-protos.h aarch-common-protos.h linux-protos.h tm-preds.h 13 TM_D_H=tm_d.h config/arm/arm.h arm-protos.h defaults.h 14 …-dummy.h dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h elf.h linux-gas.h linu… 15 …-dummy.h dbxelf.h elfos.h gnu-user.h linux.h linux-android.h glibc-stdint.h elf.h linux-gas.h linu… [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | ipa-prop.h | 2 Copyright (C) 2005-2020 Free Software Foundation, Inc. 26 #define IPA_UNDESCRIBED_USE -1 28 /* ipa-prop.c stuff (ipa-cp, indirect inlining): */ 33 Ken Kennedy, Linda Torczon in Comp86, pg 152-161. There are three main 36 Pass-through - the caller's formal parameter is passed as an actual 38 Constant - a constant (is_gimple_ip_invariant)is passed as an actual 40 Unknown - neither of the above. 42 IPA_JF_LOAD_AGG is a compound pass-through jump function, in which primary 48 parameter or by-reference parameter referenced in argument passing, commonly 51 IPA_JF_ANCESTOR is a special pass-through jump function, which means that [all …]
|
| H A D | ipa-utils.h | 1 /* Utilities for ipa analysis. 2 Copyright (C) 2004-2020 Free Software Foundation, Inc. 37 /* In ipa-utils.c */ 50 /* In ipa-profile.c */ 53 /* In ipa-devirt.c */ 104 If COMPLETEP is non-NULL, store true if the list is complete. 105 CACHE_TOKEN (if non-NULL) will get stored to an unique ID of entry 121 return possible_polymorphic_call_targets (e->indirect_info->otr_type, 122 e->indirect_info->otr_token, 153 dump_possible_polymorphic_call_targets (f, e->indirect_info->otr_type, [all …]
|
| H A D | b-header-vars | 4 SPLAY_TREE_H=splay-tree.h 8 LINKER_PLUGIN_API_H=plugin-api.h 9 BCONFIG_H=bconfig.h auto-host.h ansidecl.h 10 CONFIG_H=config.h auto-host.h ansidecl.h 11 TCONFIG_H=tconfig.h auto-host.h ansidecl.h 12 TM_P_H=tm_p.h config/aarch64/aarch64-protos.h aarch-common-protos.h linux-protos.h tm-preds.h 13 TM_D_H=tm_d.h config/aarch64/aarch64.h aarch64-protos.h defaults.h 14 … dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h aarch64-elf.h aarch64-errata.h aarch64-linux.h… 15 …-user.h linux.h glibc-stdint.h aarch64-elf.h aarch64-errata.h aarch64-linux.h initfini-array.h def… 16 DUMPFILE_H=line-map.h dumpfile.h [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_defs.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 4 * (C) COPYRIGHT 2018-2023 ARM Limited. All rights reserved. 18 * http://www.gnu.org/licenses/gpl-2.0.html. 64 * enum kbase_csf_queue_bind_state - bind state of the queue 80 * enum kbase_csf_reset_gpu_state - state of the gpu reset 117 * enum kbase_csf_group_state - state of the GPU command queue group 123 * and is subjected to time-slice based 134 * slots left after scheduling non-idle 148 * to time-slice based scheduling. A resume 150 * re-assigned to the group and once the [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/ |
| H A D | reset.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012,2013 - ARM Ltd 7 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 75 return -EINVAL; in kvm_vcpu_enable_sve() 77 vcpu->arch.sve_max_vl = kvm_sve_max_vl; in kvm_vcpu_enable_sve() 84 vcpu->arch.flags |= KVM_ARM64_GUEST_HAS_SVE; in kvm_vcpu_enable_sve() 91 * vcpu->arch.sve_state as necessary. 98 vl = vcpu->arch.sve_max_vl; in kvm_vcpu_finalize_sve() 101 * Responsibility for these properties is shared between in kvm_vcpu_finalize_sve() 103 * set_sve_vls(). Double-check here just to be sure: in kvm_vcpu_finalize_sve() [all …]
|
| /OK3568_Linux_fs/buildroot/package/gdb/10.2/ |
| H A D | 0008-gdbserver-Makefile.in-fix-NLS-build.patch | 7 https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=9a665d62266e75f0519f3a663784c458885b5c63: 10 …ce-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/i586-buildroot-linux-musl/9.3.0/../../../../i5… 11 /home/buildroot/autobuild/instance-2/output-1/build/gdb-10.2/build/gdbserver/../../gdbserver/../gdb… 14 - http://autobuild.buildroot.org/results/faacc874fe9d32b74cb3d3dea988ef661cb0e3d0 16 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> 18 https://sourceware.org/pipermail/gdb-patches/2021-November/183580.html] 19 --- 20 gdbserver/Makefile.in | 2 +- 21 1 file changed, 1 insertion(+), 1 deletion(-) 23 diff --git a/gdbserver/Makefile.in b/gdbserver/Makefile.in [all …]
|
| /OK3568_Linux_fs/buildroot/package/gdb/12.1/ |
| H A D | 0008-gdbserver-Makefile.in-fix-NLS-build.patch | 7 https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=9a665d62266e75f0519f3a663784c458885b5c63: 10 …ce-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/i586-buildroot-linux-musl/9.3.0/../../../../i5… 11 /home/buildroot/autobuild/instance-2/output-1/build/gdb-10.2/build/gdbserver/../../gdbserver/../gdb… 14 - http://autobuild.buildroot.org/results/faacc874fe9d32b74cb3d3dea988ef661cb0e3d0 16 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> 18 https://sourceware.org/pipermail/gdb-patches/2021-November/183580.html] 19 --- 20 gdbserver/Makefile.in | 2 +- 21 1 file changed, 1 insertion(+), 1 deletion(-) 23 diff --git a/gdbserver/Makefile.in b/gdbserver/Makefile.in [all …]
|
| /OK3568_Linux_fs/buildroot/package/gdb/11.2/ |
| H A D | 0008-gdbserver-Makefile.in-fix-NLS-build.patch | 7 https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=9a665d62266e75f0519f3a663784c458885b5c63: 10 …ce-2/output-1/host/opt/ext-toolchain/bin/../lib/gcc/i586-buildroot-linux-musl/9.3.0/../../../../i5… 11 /home/buildroot/autobuild/instance-2/output-1/build/gdb-10.2/build/gdbserver/../../gdbserver/../gdb… 14 - http://autobuild.buildroot.org/results/faacc874fe9d32b74cb3d3dea988ef661cb0e3d0 16 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> 18 https://sourceware.org/pipermail/gdb-patches/2021-November/183580.html] 19 --- 20 gdbserver/Makefile.in | 2 +- 21 1 file changed, 1 insertion(+), 1 deletion(-) 23 diff --git a/gdbserver/Makefile.in b/gdbserver/Makefile.in [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | kvm_arm.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2012,2013 - ARM Ltd 126 * We configure the Stage-2 page tables to always restrict the IPA space to be 145 * ----------------------------------------- 147 * ------------------------------------------ 148 * | Level: 0 | 2 | - | 149 * ------------------------------------------ 151 * ------------------------------------------ 153 * ------------------------------------------ 154 * | Level: 3 | - | 0 | [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/conf/ |
| H A D | layer.conf | 15 BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" 17 BBFILE_COLLECTIONS += "openembedded-layer" 18 BBFILE_PATTERN_openembedded-layer := "^${LAYERDIR}/" 24 BBFILE_PRIORITY_openembedded-layer = "5" 29 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bb \ 30 meta-python:${LAYERDIR}/dynamic-layers/meta-python/recipes-*/*/*.bbappend \ 31 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bb \ 32 networking-layer:${LAYERDIR}/dynamic-layers/networking-layer/recipes-*/*/*.bbappend \ 33 gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bb \ 34 gnome-layer:${LAYERDIR}/dynamic-layers/gnome-layer/recipes-*/*/*.bbappend \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tee/optee/ |
| H A D | optee_msg.h | 1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */ 3 * Copyright (c) 2015-2019, Linaro Limited 12 * This file defines the OP-TEE message protocol (ABI) used to communicate 13 * with an instance of OP-TEE running in secure world. 19 * tee-supplicant. 23 * Part 1 - formatting of messages 48 * Pointer to a list of pages used to register user-defined SHM buffer. 51 * list of page addresses. OP-TEE core can reconstruct contiguous buffer from 63 * uint64_t pages_array[OPTEE_MSG_NONCONTIG_PAGE_SIZE/sizeof(uint64_t) - 1]; 97 * Page size used in non-contiguous buffer entries [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/ |
| H A D | gtype.state | 8 (!srcdir "/data/jenkins/workspace/GNU-toolchain/arm-10/src/gcc/gcc") 11 (!srcfile 2047 "../libcpp/include/line-map.h") 15 (!file 2047 "auto-host.h") 22 (!srcfile 2047 "config/gnu-user.h") 24 (!srcfile 2047 "config/glibc-stdint.h") 25 (!srcfile 2047 "config/aarch64/aarch64-elf.h") 26 (!srcfile 2047 "config/aarch64/aarch64-errata.h") 27 (!srcfile 2047 "config/aarch64/aarch64-linux.h") 28 (!srcfile 2047 "config/initfini-array.h") 31 (!srcfile 2047 "../include/splay-tree.h") [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/ |
| H A D | gtype.state | 8 (!srcdir "/data/jenkins/workspace/GNU-toolchain/arm-10/src/gcc/gcc") 11 (!srcfile 2047 "../libcpp/include/line-map.h") 15 (!file 2047 "auto-host.h") 18 (!srcfile 2047 "config/vxworks-dummy.h") 21 (!srcfile 2047 "config/gnu-user.h") 23 (!srcfile 2047 "config/linux-android.h") 24 (!srcfile 2047 "config/glibc-stdint.h") 26 (!srcfile 2047 "config/arm/linux-gas.h") 27 (!srcfile 2047 "config/arm/linux-elf.h") 29 (!srcfile 2047 "config/arm/linux-eabi.h") [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | sc7180.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 8 #include <dt-bindings/clock/qcom,dispcc-sc7180.h> 9 #include <dt-bindings/clock/qcom,gcc-sc7180.h> 10 #include <dt-bindings/clock/qcom,gpucc-sc7180.h> 11 #include <dt-bindings/clock/qcom,lpasscorecc-sc7180.h> 12 #include <dt-bindings/clock/qcom,rpmh.h> 13 #include <dt-bindings/clock/qcom,videocc-sc7180.h> 14 #include <dt-bindings/interconnect/qcom,osm-l3.h> 15 #include <dt-bindings/interconnect/qcom,sc7180.h> 16 #include <dt-bindings/interrupt-controller/arm-gic.h> [all …]
|