Searched full:hexagon (Results 1 – 25 of 137) sorted by relevance
123456
/Linux-v6.1/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,q6v5.txt | 1 Qualcomm Hexagon Peripheral Image Loader 4 on the Qualcomm Hexagon core. 57 Hexagon core. 124 booting of the Hexagon core 135 booting of the Hexagon core 143 booting of the Hexagon core 151 booting of the Hexagon core 181 Definition: reference to the smem state for requesting the Hexagon to 196 The Hexagon node must contain iommus property as described in ../iommu/iommu.txt 200 The Hexagon node must contain two subnodes, named "mba" and "mpss" representing [all …]
|
D | qcom,qcs404-cdsp-pil.yaml | 78 description: Reference to the reserved-memory for the Hexagon core 88 description: States used by the AP to signal the Hexagon core
|
D | qcom,sdm845-adsp-pil.yaml | 78 description: Reference to the reserved-memory for the Hexagon core 88 description: States used by the AP to signal the Hexagon core
|
D | qcom,adsp.yaml | 14 firmware on the Qualcomm ADSP Hexagon core. 117 description: Firmware name for the Hexagon core 121 description: Reference to the reserved-memory for the Hexagon core 129 description: States used by the AP to signal the Hexagon core
|
/Linux-v6.1/arch/hexagon/kernel/ |
D | asm-offsets.c | 31 COMMENT("Hexagon pt_regs definitions"); in main() 63 COMMENT("Hexagon thread_info definitions"); in main() 70 COMMENT("Hexagon hexagon_switch_stack definitions"); in main() 83 COMMENT("Hexagon task_struct definitions"); in main() 87 COMMENT("Hexagon thread_struct definitions"); in main()
|
D | irq_cpu.c | 3 * First-level interrupt controller model for Hexagon. 46 .name = "HEXAGON", 54 * The hexagon core comes with a first-level interrupt controller
|
D | vmlinux.lds.S | 3 * Linker script for Hexagon kernel 14 OUTPUT_ARCH(hexagon)
|
D | setup.c | 3 * Arch related setup for Hexagon 124 seq_printf(m, "model name\t: Hexagon Virtual Machine\n"); in show_cpuinfo()
|
D | process.c | 3 * Process creation support for Hexagon 24 * The Hexagon ABI specifies that R28 is zero'ed before program launch,
|
/Linux-v6.1/arch/hexagon/ |
D | Kconfig | 2 # Hexagon configuration 3 comment "Linux Kernel Configuration for Hexagon" 5 config HEXAGON config 36 Qualcomm Hexagon is a processor architecture designed for high
|
/Linux-v6.1/arch/hexagon/mm/ |
D | vm_tlb.c | 3 * Hexagon Virtual Machine TLB functions 9 * The Hexagon Virtual Machine conceals the real workings of 23 * but Hexagon thread-based virtual processors share the same MMU. 44 * A single Hexagon core has 6 thread contexts but
|
D | vm_fault.c | 3 * Memory fault handling for Hexagon 9 * Page fault handling for the Hexagon Virtual Machine.
|
D | Makefile | 3 # Makefile for Hexagon memory management subsystem
|
/Linux-v6.1/arch/hexagon/include/asm/ |
D | pgtable.h | 3 * Page table support for the Hexagon architecture 12 * Page table definitions for Qualcomm Hexagon processor. 21 * The PTE model described here is that of the Hexagon Virtual Machine, 24 * the underlying Hexagon processor. A kernel built to run on the 58 * of global pages or ASIDs exposed to the Hexagon Virtual Machine, 65 * Top "FOURTH" level (pgd), which for the Hexagon VM is really 156 * For the Hexagon Virtual Machine MMU (or its emulation), a null/invalid 367 * 3 bits of offset. That trade-off can be revisited if necessary, but Hexagon
|
D | cacheflush.h | 3 * Cache flush operations for the Hexagon architecture 43 * in the cache to confuse things. The prototype Hexagon Virtual Machine 47 * arch/hexagon/mm/cache.c, but let's not wire it up until we know
|
D | kgdb.h | 3 * arch/hexagon/include/asm/kgdb.h - Hexagon KGDB Support
|
D | vm_mmu.h | 3 * Hexagon VM page table entry definitions 12 * Shift, mask, and other constants for the Hexagon Virtual Machine
|
D | pgalloc.h | 3 * Page table support for the Hexagon architecture 58 * Hexagon VM spec has a "monolithic" L1 table for user and kernel
|
D | processor.h | 3 * Process/processor support for the Hexagon architecture 65 /* The following stuff is pretty HEXAGON specific. */
|
D | page.h | 3 * Page management definitions for the Hexagon architecture 135 * For port to Hexagon Virtual Machine, MAYBE we check for attempts
|
/Linux-v6.1/drivers/remoteproc/ |
D | Kconfig | 196 tristate "Qualcomm Hexagon V5 self-authenticating modem subsystem support" 212 subsystem based on Hexagon V5. The TrustZone based system is 216 tristate "Qualcomm Hexagon v5 Peripheral Authentication Service support" 232 for the Qualcomm Hexagon v5 based remote processors. This is commonly 238 tristate "Qualcomm Hexagon based WCSS Peripheral Image Loader" 254 Hexagon V5 based WCSS remote processors on e.g. IPQ8074. This is
|
/Linux-v6.1/arch/hexagon/lib/ |
D | checksum.c | 3 * Checksum functions for Hexagon 33 /* optimized HEXAGON V3 intrinsic version */ 84 /* optimized HEXAGON intrinsic version, with over read fixed */
|
D | Makefile | 3 # Makefile for hexagon-specific library files.
|
/Linux-v6.1/scripts/ |
D | headers_install.sh | 77 arch/hexagon/include/uapi/asm/ptrace.h:CONFIG_HEXAGON_ARCH_VERSION 78 arch/hexagon/include/uapi/asm/user.h:CONFIG_HEXAGON_ARCH_VERSION
|
/Linux-v6.1/tools/arch/hexagon/include/uapi/asm/ |
D | mman.h | 5 /* MAP_32BIT is undefined on hexagon, fix it for perf */
|
123456