Home
last modified time | relevance | path

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

12345678910>>...32

/linux/arch/sh/lib/
H 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_
[all...]
H 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 __movstrSI5
[all...]
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_mmu.c23 unmapped_page = context->global->ops->unmap(context, iova, in etnaviv_context_unmap()
43 ret = context->global->ops->map(context, iova, paddr, pgsize, in etnaviv_context_map()
80 dev_err(context->global->dev, in etnaviv_iommu_map()
277 if (context->global->version == ETNAVIV_IOMMU_V1 && in etnaviv_iommu_map_gem()
346 context->global->ops->free(context); in etnaviv_iommu_context_free()
354 etnaviv_iommu_context_init(struct etnaviv_iommu_global *global, in etnaviv_iommu_context_init() argument
360 if (global->version == ETNAVIV_IOMMU_V1) in etnaviv_iommu_context_init()
361 ctx = etnaviv_iommuv1_context_alloc(global); in etnaviv_iommu_context_init()
363 ctx = etnaviv_iommuv2_context_alloc(global); in etnaviv_iommu_context_init()
369 global in etnaviv_iommu_context_init()
478 struct etnaviv_iommu_global *global; etnaviv_iommu_global_init() local
538 struct etnaviv_iommu_global *global = priv->mmu_global; etnaviv_iommu_global_fini() local
[all...]
H A Detnaviv_iommu.c39 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 in etnaviv_iommuv1_context_alloc()
[all...]
H A Detnaviv_iommu_v2.c56 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 in etnaviv_iommuv2_restore_sec()
270 etnaviv_iommuv2_context_alloc(struct etnaviv_iommu_global * global) etnaviv_iommuv2_context_alloc() argument
[all...]
/linux/drivers/irqchip/
H A Dirq-riscv-imsic-state.c63 return imsic ? &imsic->global : NULL; in imsic_get_global_config()
136 for_each_set_bit(i, lpriv->dirty_bitmap, imsic->global.nr_ids + 1) { in __imsic_local_sync()
186 tlocal = per_cpu_ptr(imsic->global.local, tvec->cpu); in __imsic_local_sync()
190 mlocal = per_cpu_ptr(imsic->global.local, mvec->cpu); in __imsic_local_sync()
195 mlocal = per_cpu_ptr(imsic->global.local, mvec->cpu); in __imsic_local_sync()
234 bitmap_fill(lpriv->dirty_bitmap, imsic->global.nr_ids + 1); in imsic_local_sync_all()
441 if (!lpriv || imsic->global.nr_ids < local_id) in imsic_vector_from_local_id()
498 struct imsic_global_config *global = &imsic->global; in imsic_local_init() local
515 lpriv->dirty_bitmap = bitmap_zalloc(global in imsic_local_init()
574 struct imsic_global_config *global = &imsic->global; imsic_matrix_init() local
593 imsic_populate_global_dt(struct fwnode_handle * fwnode,struct imsic_global_config * global,u32 * nr_parent_irqs) imsic_populate_global_dt() argument
647 imsic_populate_global_acpi(struct fwnode_handle * fwnode,struct imsic_global_config * global,u32 * nr_parent_irqs,void * opaque) imsic_populate_global_acpi() argument
701 imsic_parse_fwnode(struct fwnode_handle * fwnode,struct imsic_global_config * global,u32 * nr_parent_irqs,u32 * nr_mmios,void * opaque) imsic_parse_fwnode() argument
798 struct imsic_global_config *global; imsic_setup_state() local
[all...]
H A Dirq-riscv-imsic-platform.c29 struct imsic_global_config *global; in imsic_cpu_page_phys() local
32 global = &imsic->global; in imsic_cpu_page_phys()
33 local = per_cpu_ptr(global->local, cpu); in imsic_cpu_page_phys()
35 if (BIT(global->guest_index_bits) <= guest_index) in imsic_cpu_page_phys()
62 local = per_cpu_ptr(imsic->global.local, vec->cpu); in imsic_irq_retrigger()
314 struct imsic_global_config *global; in imsic_irqdomain_init() local
334 global = &imsic->global; in imsic_irqdomain_init()
336 imsic->fwnode, global in imsic_irqdomain_init()
[all...]
/linux/arch/powerpc/kernel/
H A Dkvm_emul.S49 .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_off
[all...]
H 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/testing/selftests/bpf/progs/
H A Dtest_tcpbpf_kern.c7 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 in bpf_testcb()
[all...]
/linux/tools/lib/bpf/
H 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/net/forwarding/
H A Dbridge_vlan_mcast.sh56 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 sho
[all...]
/linux/sound/firewire/dice/
H A Ddice-proc.c60 "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 in dice_proc_read()
[all...]
/linux/tools/testing/selftests/kselftest_harness/
H A Dharness-selftest.expected4 # RUN global.standalone_pass ...
7 # OK global.standalone_pass
8 ok 1 global.standalone_pass
9 # RUN global.standalone_fail ...
14 # FAIL global.standalone_fail
15 not ok 2 global.standalone_fail
16 # RUN global.signal_pass ...
19 # OK global.signal_pass
20 ok 3 global.signal_pass
21 # RUN global
[all...]
/linux/Documentation/ABI/testing/
H 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/arch/m68k/coldfire/
H 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_fputyp
[all...]
/linux/tools/testing/selftests/powerpc/ptrace/
H 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/
H 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
156 .global sopr_inf
164 .global sslognp
[all...]
H A Dkernel_ex.S33 .global t_dz
34 .global t_dz2
35 .global t_operr
36 .global t_unfl
37 .global t_ovfl
38 .global t_ovfl2
39 .global t_inx2
40 .global t_frcinx
41 .global t_extdnrm
42 .global t_resdnr
[all...]
/linux/Documentation/devicetree/bindings/soc/fsl/
H 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/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore_crt0.S22 .global _start
42 .global exit
43 .global _exit
92 .global exit_fini
93 .global _exit_fini
/linux/arch/m68k/ifpsp060/
H 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
212 .global _060_real_fline
231 .global _060_real_fpu_disable
[all...]
/linux/arch/m68k/68000/
H A Dromvec.S13 .global _start
14 .global _buserr
15 .global trap
16 .global system_call
H A Dhead.S30 .global _start
31 .global _rambase
32 .global _ramvec
33 .global _ramstart
34 .global _ramend
37 .global bootlogo_bits
/linux/drivers/hid/
H A Dhid-core.c253 (parser->global.usage_page & 0xFFFF) << 16; in complete_usage()
300 parser->global.report_id, application); in hid_add_field()
307 if ((parser->global.logical_minimum < 0 && in hid_add_field()
308 parser->global.logical_maximum < in hid_add_field()
309 parser->global.logical_minimum) || in hid_add_field()
310 (parser->global.logical_minimum >= 0 && in hid_add_field()
311 (__u32)parser->global.logical_maximum < in hid_add_field()
312 (__u32)parser->global.logical_minimum)) { in hid_add_field()
314 parser->global.logical_minimum, in hid_add_field()
315 parser->global in hid_add_field()
[all...]

12345678910>>...32