/linux-6.12.1/arch/sh/lib/ |
D | ashiftrt.S | 20 .global __ashiftrt_r4_0 21 .global __ashiftrt_r4_1 22 .global __ashiftrt_r4_2 23 .global __ashiftrt_r4_3 24 .global __ashiftrt_r4_4 25 .global __ashiftrt_r4_5 26 .global __ashiftrt_r4_6 27 .global __ashiftrt_r4_7 28 .global __ashiftrt_r4_8 29 .global __ashiftrt_r4_9 [all …]
|
D | movmem.S | 22 .global __movmem 23 .global __movstr 60 .global __movmemSI64 61 .global __movstrSI64 66 .global __movmemSI60 67 .global __movstrSI60 72 .global __movmemSI56 73 .global __movstrSI56 78 .global __movmemSI52 79 .global __movstrSI52 [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/mailbox/ |
D | qcom,apcs-kpss-global.yaml | 4 $id: http://devicetree.org/schemas/mailbox/qcom,apcs-kpss-global.yaml# 7 title: Qualcomm APCS global block 10 This binding describes the APCS "global" block found in various Qualcomm 21 - qcom,ipq5018-apcs-apps-global 22 - qcom,ipq5332-apcs-apps-global 23 - qcom,ipq8074-apcs-apps-global 24 - qcom,ipq9574-apcs-apps-global 25 - const: qcom,ipq6018-apcs-apps-global 28 - qcom,qcs404-apcs-apps-global 29 - const: qcom,msm8916-apcs-kpss-global [all …]
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
D | bridge_vlan_mcast.sh | 56 check_err $? "Could not enable global vlan multicast snooping" 130 local goutput=`bridge -j vlan global show` 133 check_err $? "Could not find vlan 10's global options" 134 log_test "Vlan global options existence" 139 check_err $? "Wrong default mcast_snooping global option value" 140 log_test "Vlan mcast_snooping global option default value" 144 bridge vlan global set vid 10 dev br0 mcast_snooping 0 199 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_querier 1 214 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_querier 0 223 local goutput=`bridge -j vlan global show` [all …]
|
/linux-6.12.1/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 54 int local, int global, int set) in toggle_breakpoint() argument 98 if (global) { in toggle_breakpoint() 205 int len, local, global, i; in trigger_tests() local 220 for (global = 0; global < 2; global++) { in trigger_tests() 221 if (!local && !global) in trigger_tests() 234 for (global = 0; global < 2; global++) { in trigger_tests() 235 if (!local && !global) in trigger_tests() 245 for (global = 0; global < 2; global++) { in trigger_tests() 246 if (!local && !global) in trigger_tests() 292 static void launch_instruction_breakpoints(char *buf, int local, int global) in launch_instruction_breakpoints() argument [all …]
|
/linux-6.12.1/drivers/gpu/drm/etnaviv/ |
D | etnaviv_mmu.c | 29 unmapped_page = context->global->ops->unmap(context, iova, in etnaviv_context_unmap() 55 ret = context->global->ops->map(context, iova, paddr, pgsize, in etnaviv_context_map() 291 if (context->global->version == ETNAVIV_IOMMU_V1 && in etnaviv_iommu_map_gem() 362 context->global->ops->free(context); in etnaviv_iommu_context_free() 370 etnaviv_iommu_context_init(struct etnaviv_iommu_global *global, in etnaviv_iommu_context_init() argument 376 if (global->version == ETNAVIV_IOMMU_V1) in etnaviv_iommu_context_init() 377 ctx = etnaviv_iommuv1_context_alloc(global); in etnaviv_iommu_context_init() 379 ctx = etnaviv_iommuv2_context_alloc(global); in etnaviv_iommu_context_init() 385 global->memory_base); in etnaviv_iommu_context_init() 389 if (global->version == ETNAVIV_IOMMU_V1 && in etnaviv_iommu_context_init() [all …]
|
D | etnaviv_iommu.c | 39 dma_free_wc(context->global->dev, PT_SIZE, v1_context->pgtable_cpu, in etnaviv_iommuv1_free() 42 context->global->v1.shared_context = NULL; in etnaviv_iommuv1_free() 71 v1_context->pgtable_cpu[index] = context->global->bad_page_dma; in etnaviv_iommuv1_unmap() 100 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_RA, context->global->memory_base); in etnaviv_iommuv1_restore() 101 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_FE, context->global->memory_base); in etnaviv_iommuv1_restore() 102 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_TX, context->global->memory_base); in etnaviv_iommuv1_restore() 103 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_PEZ, context->global->memory_base); in etnaviv_iommuv1_restore() 104 gpu_write(gpu, VIVS_MC_MEMORY_BASE_ADDR_PE, context->global->memory_base); in etnaviv_iommuv1_restore() 127 etnaviv_iommuv1_context_alloc(struct etnaviv_iommu_global *global) in etnaviv_iommuv1_context_alloc() argument 132 mutex_lock(&global->lock); in etnaviv_iommuv1_context_alloc() [all …]
|
D | etnaviv_iommu_v2.c | 56 dma_free_wc(context->global->dev, SZ_4K, in etnaviv_iommuv2_free() 61 dma_free_wc(context->global->dev, SZ_4K, v2_context->mtlb_cpu, in etnaviv_iommuv2_free() 64 clear_bit(v2_context->id, context->global->v2.pta_alloc); in etnaviv_iommuv2_free() 76 dma_alloc_wc(v2_context->base.global->dev, SZ_4K, in etnaviv_iommuv2_ensure_stlb() 181 (u32)context->global->bad_page_dma); in etnaviv_iommuv2_restore_nonsec() 204 lower_32_bits(context->global->v2.pta_dma)); in etnaviv_iommuv2_restore_sec() 206 upper_32_bits(context->global->v2.pta_dma)); in etnaviv_iommuv2_restore_sec() 210 lower_32_bits(context->global->bad_page_dma)); in etnaviv_iommuv2_restore_sec() 212 lower_32_bits(context->global->bad_page_dma)); in etnaviv_iommuv2_restore_sec() 215 upper_32_bits(context->global->bad_page_dma)) | in etnaviv_iommuv2_restore_sec() [all …]
|
/linux-6.12.1/drivers/irqchip/ |
D | irq-riscv-imsic-state.c | 63 return imsic ? &imsic->global : NULL; in imsic_get_global_config() 135 for_each_set_bit(i, lpriv->dirty_bitmap, imsic->global.nr_ids + 1) { in __imsic_local_sync() 155 mlocal = per_cpu_ptr(imsic->global.local, mvec->cpu); in __imsic_local_sync() 173 bitmap_fill(lpriv->dirty_bitmap, imsic->global.nr_ids + 1); in imsic_local_sync_all() 365 if (!lpriv || imsic->global.nr_ids < local_id) in imsic_vector_from_local_id() 421 struct imsic_global_config *global = &imsic->global; in imsic_local_init() local 438 lpriv->dirty_bitmap = bitmap_zalloc(global->nr_ids + 1, GFP_KERNEL); in imsic_local_init() 448 lpriv->vectors = kcalloc(global->nr_ids + 1, sizeof(*lpriv->vectors), in imsic_local_init() 454 for (i = 0; i <= global->nr_ids; i++) { in imsic_local_init() 497 struct imsic_global_config *global = &imsic->global; in imsic_matrix_init() local [all …]
|
/linux-6.12.1/drivers/clk/qcom/ |
D | Kconfig | 41 tristate "X1E80100 Global Clock Controller" 45 Support for the global clock controller on Qualcomm Technologies, Inc 155 tristate "APQ8084 Global Clock Controller" 159 Support for the global clock controller on apq8084 devices. 194 tristate "IPQ4019 Global Clock Controller" 196 Support for the global clock controller on ipq4019 devices. 201 tristate "IPQ5018 Global Clock Controller" 204 Support for global clock controller on ipq5018 devices. 209 tristate "IPQ5332 Global Clock Controller" 212 Support for the global clock controller on ipq5332 devices. [all …]
|
/linux-6.12.1/tools/lib/bpf/ |
D | libbpf.map | 2 global: 72 global: 83 global: 89 global: 105 global: 110 global: 124 global: 145 global: 162 global: 178 global: [all …]
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | kvm_emul.S | 49 .global kvm_template_start 52 .global kvm_emulate_mtmsrd 98 .global kvm_emulate_mtmsrd_branch_offs 102 .global kvm_emulate_mtmsrd_reg_offs 106 .global kvm_emulate_mtmsrd_orig_ins_offs 110 .global kvm_emulate_mtmsrd_len 118 .global kvm_emulate_mtmsr 175 .global kvm_emulate_mtmsr_branch_offs 179 .global kvm_emulate_mtmsr_reg1_offs 183 .global kvm_emulate_mtmsr_reg2_offs [all …]
|
/linux-6.12.1/drivers/acpi/acpica/ |
D | evglock.c | 4 * Module Name: evglock - Global Lock support 29 * DESCRIPTION: Install a handler for the global lock release event 39 /* If Hardware Reduced flag is set, there is no global lock */ in acpi_ev_init_global_lock_handler() 45 /* Attempt installation of the global lock handler */ in acpi_ev_init_global_lock_handler() 52 * If the global lock does not exist on this platform, the attempt to in acpi_ev_init_global_lock_handler() 54 * Map to AE_OK, but mark global lock as not present. Any attempt to in acpi_ev_init_global_lock_handler() 55 * actually use the global lock will be flagged with an error. in acpi_ev_init_global_lock_handler() 60 "No response from Global Lock hardware, disabling lock")); in acpi_ev_init_global_lock_handler() 83 * DESCRIPTION: Remove the handler for the Global Lock 109 * DESCRIPTION: Invoked directly from the SCI handler when a global lock [all …]
|
/linux-6.12.1/drivers/scsi/cxlflash/ |
D | lunmgt.c | 53 * create_global() - allocate and initialize a global LUN information structure 57 * Return: Allocated global glun_info structure on success, NULL on failure 96 * lookup_global() - find a global LUN information structure by WWID 99 * Return: Found global lun_info structure on success, NULL on failure 105 list_for_each_entry_safe(gli, temp, &global.gluns, list) in lookup_global() 117 * The LUN is kept both in a local list (per adapter) and in a global list 122 * wih the global list). Since different attributes are associated with 123 * the per adapter and global entries, allocate two separate structures for each 124 * LUN (one local, one global). 126 * Keep a pointer back from the local to the global entry. [all …]
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | test_tcpbpf_kern.c | 7 struct tcpbpf_globals global = {}; variable 85 global.event_map |= (1 << op); in bpf_testcb() 91 global.window_clamp_client = get_tp_window_clamp(skops); in bpf_testcb() 95 global.bad_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, 0x80); in bpf_testcb() 97 global.good_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, in bpf_testcb() 115 global.tcp_saved_syn = v; in bpf_testcb() 121 global.window_clamp_server = get_tp_window_clamp(skops); in bpf_testcb() 130 global.num_listen++; in bpf_testcb() 132 global.total_retrans = skops->total_retrans; in bpf_testcb() 133 global.data_segs_in = skops->data_segs_in; in bpf_testcb() [all …]
|
/linux-6.12.1/sound/firewire/dice/ |
D | dice-proc.c | 60 "global", "tx", "rx", "ext_sync", "unused2" in dice_proc_read() 89 } global; in dice_proc_read() member 125 quadlets = min_t(u32, sections[1], sizeof(buf.global) / 4); in dice_proc_read() 126 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0) in dice_proc_read() 128 snd_iprintf(buffer, "global:\n"); in dice_proc_read() 130 buf.global.owner_hi >> 16, in dice_proc_read() 131 buf.global.owner_hi & 0xffff, buf.global.owner_lo); in dice_proc_read() 132 snd_iprintf(buffer, " notification: %08x\n", buf.global.notification); in dice_proc_read() 133 dice_proc_fixup_string(buf.global.nick_name, NICK_NAME_SIZE); in dice_proc_read() 134 snd_iprintf(buffer, " nick name: %s\n", buf.global.nick_name); in dice_proc_read() [all …]
|
/linux-6.12.1/drivers/mailbox/ |
D | qcom-apcs-ipc-mailbox.c | 140 /* .data is the offset of the ipc register within the global block */ 142 { .compatible = "qcom,ipq6018-apcs-apps-global", .data = &ipq6018_apcs_data }, 143 { .compatible = "qcom,msm8916-apcs-kpss-global", .data = &msm8916_apcs_data }, 144 { .compatible = "qcom,msm8939-apcs-kpss-global", .data = &msm8916_apcs_data }, 145 { .compatible = "qcom,msm8953-apcs-kpss-global", .data = &msm8994_apcs_data }, 146 { .compatible = "qcom,msm8994-apcs-kpss-global", .data = &msm8994_apcs_data }, 147 { .compatible = "qcom,msm8996-apcs-hmss-global", .data = &msm8996_apcs_data }, 148 { .compatible = "qcom,qcm2290-apcs-hmss-global", .data = &msm8994_apcs_data }, 152 { .compatible = "qcom,msm8976-apcs-kpss-global", .data = &msm8994_apcs_data }, 153 { .compatible = "qcom,msm8998-apcs-hmss-global", .data = &msm8994_apcs_data }, [all …]
|
/linux-6.12.1/arch/m68k/fpsp040/ |
D | do_func.S | 60 .global do_func 93 .global serror 103 .global snzrinx 115 .global szero 123 .global sinf 131 .global sone 139 .global spi_2 147 .global szr_inf 156 .global sopr_inf 164 .global sslognp1 [all …]
|
D | skeleton.S | 62 .global dz define 63 .global real_dz 100 .global real_inex 101 .global inex 174 .global real_ovfl 175 .global ovfl 200 .global real_unfl 201 .global unfl 226 .global real_snan 227 .global snan [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/reset/ |
D | qcom,pdc-global.yaml | 4 $id: http://devicetree.org/schemas/reset/qcom,pdc-global.yaml# 7 title: Qualcomm PDC Global 13 The bindings describes the reset-controller found on PDC-Global (Power Domain 21 - const: qcom,sc7180-pdc-global 22 - const: qcom,sdm845-pdc-global 26 - const: qcom,sc7280-pdc-global 30 - const: qcom,sdm845-pdc-global 48 compatible = "qcom,sdm845-pdc-global";
|
/linux-6.12.1/Documentation/devicetree/bindings/soc/fsl/ |
D | guts.txt | 1 * Global Utilities Block 3 The global utilities block controls power management, I/O device 11 global-utilities. 21 - fsl,has-rstcr : Indicates that the global utilities register set 28 - little-endian : Indicates that the global utilities block is little 32 global-utilities@e0000 { /* global utilities block */ 38 guts: global-utilities@e0000 {
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-platform-intel-pmc | 6 The file exposes "Extended Test Mode Register 3" global 9 of the platform is a "global reset". This type of reset 13 Display global reset setting bits for PMC. 15 * bit 31 - global reset is locked 16 * bit 20 - global reset is set 19 a platform "global reset" upon consequent platform reset, 21 The "global reset bit" should be locked on a production
|
/linux-6.12.1/arch/m68k/ifpsp060/ |
D | fskeleton.S | 63 .global _060_fpsp_done 78 .global _060_real_ovfl 97 .global _060_real_unfl 116 .global _060_real_operr 135 .global _060_real_snan 154 .global _060_real_dz 173 .global _060_real_inex 192 .global _060_real_bsun 212 .global _060_real_fline 231 .global _060_real_fpu_disabled [all …]
|
/linux-6.12.1/scripts/gdb/linux/ |
D | utils.py | 45 global uint_type 49 global struct_page_type 53 global long_type 57 global ulong_type 61 global size_t_type 98 global target_endianness 158 global atomic_long_counter_offset 159 global atomic_long_counter_sizeof 173 global target_arch 186 global gdbserver_type [all …]
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | tlb.h | 53 /* Invalid all global=1 lines in current tlb */ 55 /* Invalid all global=0 lines in current tlb */ 57 /* Invalid global=0 and matched asid lines in current tlb */ 59 /* Invalid addr with global=0 and matched asid in current tlb */ 61 /* Invalid addr with global=1 or matched asid in current tlb */ 65 /* Invalid global=1, matched gid in guest tlb */ 67 /* Invalid global=0, matched gid in guest tlb */ 69 /* Invalid global=0, matched gid and asid in guest tlb */ 71 /* Invalid global=0 , matched gid, asid and addr in guest tlb */ 73 /* Invalid global=1 , matched gid, asid and addr in guest tlb */
|