Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 953) sorted by relevance

12345678910>>...39

/linux/arch/sh/lib/
A Dashiftrt.S20 .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 …]
A Dmovmem.S22 .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/tools/testing/selftests/breakpoints/
A Dbreakpoint_test.c98 if (global) { in toggle_breakpoint()
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()
245 for (global = 0; global < 2; global++) { in trigger_tests()
301 i, local, global); in launch_instruction_breakpoints()
345 for (global = 0; global < 2; global++) { in launch_tests()
355 for (global = 0; global < 2; global++) { in launch_tests()
359 local, global); in launch_tests()
367 for (global = 0; global < 2; global++) { in launch_tests()
[all …]
/linux/Documentation/devicetree/bindings/mailbox/
A Dqcom,apcs-kpss-global.yaml7 title: Qualcomm APCS global block
21 - qcom,ipq5018-apcs-apps-global
22 - qcom,ipq5332-apcs-apps-global
23 - qcom,ipq8074-apcs-apps-global
24 - qcom,ipq9574-apcs-apps-global
28 - qcom,qcs404-apcs-apps-global
40 - qcom,sdm660-apcs-hmss-global
41 - qcom,sm4250-apcs-hmss-global
60 - qcom,ipq6018-apcs-apps-global
61 - qcom,msm8996-apcs-hmss-global
[all …]
/linux/drivers/irqchip/
A Dirq-riscv-imsic-state.c421 struct imsic_global_config *global = &imsic->global; in imsic_local_init() local
497 struct imsic_global_config *global = &imsic->global; in imsic_matrix_init() local
553 &global->nr_ids); in imsic_populate_global_dt()
563 global->nr_guest_ids = global->nr_ids; in imsic_populate_global_dt()
668 global->guest_index_bits - global->hart_index_bits; in imsic_parse_fwnode()
675 i = global->group_index_bits + global->group_index_shift - 1; in imsic_parse_fwnode()
704 global->base_addr &= ~(BIT(global->guest_index_bits + in imsic_parse_fwnode()
707 global->base_addr &= ~((BIT(global->group_index_bits) - 1) << in imsic_parse_fwnode()
749 global = &imsic->global; in imsic_setup_state()
751 global->local = alloc_percpu(typeof(*global->local)); in imsic_setup_state()
[all …]
A Dirq-riscv-imsic-platform.c28 struct imsic_global_config *global; in imsic_cpu_page_phys() local
31 global = &imsic->global; in imsic_cpu_page_phys()
32 local = per_cpu_ptr(global->local, cpu); in imsic_cpu_page_phys()
34 if (BIT(global->guest_index_bits) <= guest_index) in imsic_cpu_page_phys()
61 local = per_cpu_ptr(imsic->global.local, vec->cpu); in imsic_irq_retrigger()
315 struct imsic_global_config *global; in imsic_irqdomain_init() local
339 global = &imsic->global; in imsic_irqdomain_init()
341 imsic->fwnode, global->hart_index_bits, global->guest_index_bits); in imsic_irqdomain_init()
343 imsic->fwnode, global->group_index_bits, global->group_index_shift); in imsic_irqdomain_init()
345 imsic->fwnode, global->nr_ids, &global->base_addr); in imsic_irqdomain_init()
[all …]
/linux/drivers/gpu/drm/etnaviv/
A Detnaviv_mmu.c511 global = kzalloc(sizeof(*global), GFP_KERNEL); in etnaviv_iommu_global_init()
512 if (!global) in etnaviv_iommu_global_init()
515 global->bad_page_cpu = dma_alloc_wc(dev, SZ_4K, &global->bad_page_dma, in etnaviv_iommu_global_init()
529 global->dev = dev; in etnaviv_iommu_global_init()
531 global->use = 1; in etnaviv_iommu_global_init()
544 dma_free_wc(dev, SZ_4K, global->bad_page_cpu, global->bad_page_dma); in etnaviv_iommu_global_init()
546 kfree(global); in etnaviv_iommu_global_init()
556 if (!global) in etnaviv_iommu_global_fini()
564 global->v2.pta_cpu, global->v2.pta_dma); in etnaviv_iommu_global_fini()
568 global->bad_page_cpu, global->bad_page_dma); in etnaviv_iommu_global_fini()
[all …]
A Detnaviv_iommu.c42 context->global->v1.shared_context = NULL; in etnaviv_iommuv1_free()
132 mutex_lock(&global->lock); in etnaviv_iommuv1_context_alloc()
139 if (global->v1.shared_context) { in etnaviv_iommuv1_context_alloc()
140 context = global->v1.shared_context; in etnaviv_iommuv1_context_alloc()
142 mutex_unlock(&global->lock); in etnaviv_iommuv1_context_alloc()
148 mutex_unlock(&global->lock); in etnaviv_iommuv1_context_alloc()
152 v1_context->pgtable_cpu = dma_alloc_wc(global->dev, PT_SIZE, in etnaviv_iommuv1_context_alloc()
161 context->global = global; in etnaviv_iommuv1_context_alloc()
166 context->global->v1.shared_context = context; in etnaviv_iommuv1_context_alloc()
168 mutex_unlock(&global->lock); in etnaviv_iommuv1_context_alloc()
[all …]
A Detnaviv_iommu_v2.c56 dma_free_wc(context->global->dev, SZ_4K, 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()
279 mutex_lock(&global->lock); in etnaviv_iommuv2_context_alloc()
283 set_bit(v2_context->id, global->v2.pta_alloc); in etnaviv_iommuv2_context_alloc()
285 mutex_unlock(&global->lock); in etnaviv_iommuv2_context_alloc()
288 mutex_unlock(&global->lock); in etnaviv_iommuv2_context_alloc()
301 context->global = global; in etnaviv_iommuv2_context_alloc()
[all …]
/linux/arch/powerpc/kernel/
A Dkvm_emul.S49 .global kvm_template_start
52 .global kvm_emulate_mtmsrd
110 .global kvm_emulate_mtmsrd_len
118 .global kvm_emulate_mtmsr
191 .global kvm_emulate_mtmsr_len
198 .global kvm_emulate_wrtee
262 .global kvm_emulate_wrteei_0
294 .global kvm_emulate_mtsrin
346 .global kvm_tmp
350 .global kvm_tmp_end
[all …]
A Doptprobes_head.S31 .global optinsn_slot
40 .global optprobe_template_entry
79 .global optprobe_template_op_address
90 .global optprobe_template_call_handler
101 .global optprobe_template_insn
106 .global optprobe_template_call_emulate
130 .global optprobe_template_ret
135 .global optprobe_template_end
/linux/tools/lib/bpf/
A Dlibbpf.map2 global:
72 global:
83 global:
89 global:
105 global:
110 global:
124 global:
145 global:
162 global:
178 global:
[all …]
/linux/tools/testing/selftests/bpf/progs/
A Dtest_tcpbpf_kern.c7 struct tcpbpf_globals global = {}; variable
85 global.event_map |= (1 << op); in bpf_testcb()
115 global.tcp_saved_syn = v; 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()
134 global.data_segs_out = skops->data_segs_out; in bpf_testcb()
135 global.bytes_received = skops->bytes_received; in bpf_testcb()
136 global.bytes_acked = skops->bytes_acked; in bpf_testcb()
138 global.num_close_events++; in bpf_testcb()
[all …]
/linux/tools/testing/selftests/net/forwarding/
A Dbridge_vlan_mcast.sh130 local goutput=`bridge -j vlan global show`
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
223 local goutput=`bridge -j vlan global show`
253 local goutput=`bridge -j vlan global show`
296 local goutput=`bridge -j vlan global show`
330 local goutput=`bridge -j vlan global show`
369 local goutput=`bridge -j vlan global show`
395 local goutput=`bridge -j vlan global show`
432 local goutput=`bridge -j vlan global show`
[all …]
/linux/sound/firewire/dice/
A Ddice-proc.c89 } global; in dice_proc_read() member
130 buf.global.owner_hi >> 16, in dice_proc_read()
131 buf.global.owner_hi & 0xffff, buf.global.owner_lo); in dice_proc_read()
145 (buf.global.status & in dice_proc_read()
152 (buf.global.version >> 24) & 0xff, in dice_proc_read()
153 (buf.global.version >> 16) & 0xff, in dice_proc_read()
154 (buf.global.version >> 8) & 0xff, in dice_proc_read()
155 (buf.global.version >> 0) & 0xff); in dice_proc_read()
158 if (buf.global.clock_caps & (1 << i)) in dice_proc_read()
161 if (buf.global.clock_caps & (1 << (16 + i))) in dice_proc_read()
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-platform-intel-pmc6 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/drivers/scsi/cxlflash/
A Dlunmgt.c105 list_for_each_entry_safe(gli, temp, &global.gluns, list) in lookup_global()
167 list_add(&gli->list, &global.gluns); in find_and_create_lun()
182 mutex_lock(&global.mutex); in cxlflash_term_local_luns()
187 mutex_unlock(&global.mutex); in cxlflash_term_local_luns()
195 INIT_LIST_HEAD(&global.gluns); in cxlflash_list_init()
196 mutex_init(&global.mutex); in cxlflash_list_init()
197 global.err_page = NULL; in cxlflash_list_init()
207 mutex_lock(&global.mutex); in cxlflash_term_global_luns()
213 mutex_unlock(&global.mutex); in cxlflash_term_global_luns()
237 mutex_lock(&global.mutex); in cxlflash_manage_lun()
[all …]
/linux/arch/m68k/coldfire/
A Dhead.S105 .global _start
106 .global _rambase
107 .global _ramvec
108 .global _ramstart
109 .global _ramend
111 .global _init_sp
143 .global kernel_pg_dir
276 .global m68k_cputype
277 .global m68k_mmutype
278 .global m68k_fputype
[all …]
/linux/tools/testing/selftests/powerpc/ptrace/
A Dptrace-perf-asm.S5 .global same_watch_addr_load
6 .global same_watch_addr_trap
19 .global perf_then_ptrace_load1
20 .global perf_then_ptrace_load2
21 .global perf_then_ptrace_trap
/linux/arch/m68k/fpsp040/
A Ddo_func.S60 .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
186 .global sslogn
230 .global sslog2
[all …]
/linux/Documentation/devicetree/bindings/soc/fsl/
A Dguts.txt3 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/Documentation/devicetree/bindings/reset/
A Dqcom,pdc-global.yaml4 $id: http://devicetree.org/schemas/reset/qcom,pdc-global.yaml#
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/arch/powerpc/platforms/cell/spufs/
A Dspu_restore_crt0.S22 .global _start
42 .global exit
43 .global _exit
92 .global exit_fini
93 .global _exit_fini
/linux/Documentation/devicetree/bindings/i3c/
A Daspeed,ast2600-i3c.yaml37 aspeed,global-regs:
41 - description: phandle to i3c global register syscon node
42 - description: index of this i3c controller in the global register set
44 A (phandle, controller index) reference to the i3c global register set
52 - aspeed,global-regs
67 aspeed,global-regs = <&i3c_global 0>;
/linux/arch/m68k/ifpsp060/
A Dfskeleton.S63 .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
251 .global _060_real_trap
261 .global _060_fpsp_snan
[all …]

Completed in 47 milliseconds

12345678910>>...39