Home
last modified time | relevance | path

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

12345678910>>...54

/OK3568_Linux_fs/u-boot/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_9
[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 __movstrSI52
[all …]
/OK3568_Linux_fs/kernel/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_9
[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 __movstrSI52
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test.c54 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_mmu.c29 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()
237 if (context->global->version == ETNAVIV_IOMMU_V1 && in etnaviv_iommu_map_gem()
307 context->global->ops->free(context); in etnaviv_iommu_context_free()
315 etnaviv_iommu_context_init(struct etnaviv_iommu_global *global, in etnaviv_iommu_context_init() argument
321 if (global->version == ETNAVIV_IOMMU_V1) in etnaviv_iommu_context_init()
322 ctx = etnaviv_iommuv1_context_alloc(global); in etnaviv_iommu_context_init()
324 ctx = etnaviv_iommuv2_context_alloc(global); in etnaviv_iommu_context_init()
330 global->memory_base); in etnaviv_iommu_context_init()
334 if (global->version == ETNAVIV_IOMMU_V1 && in etnaviv_iommu_context_init()
[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->lock); 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->bad_page_dma)) | in etnaviv_iommuv2_restore_sec()
[all …]
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A D_millicodethunk.S29 .global SYM(__st_r13_to_r15)
30 .global SYM(__st_r13_to_r16)
31 .global SYM(__st_r13_to_r17)
32 .global SYM(__st_r13_to_r18)
33 .global SYM(__st_r13_to_r19)
34 .global SYM(__st_r13_to_r20)
35 .global SYM(__st_r13_to_r21)
36 .global SYM(__st_r13_to_r22)
37 .global SYM(__st_r13_to_r23)
38 .global SYM(__st_r13_to_r24)
[all …]
/OK3568_Linux_fs/kernel/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_offs
[all …]
H A Doptprobes_head.S21 .global optinsn_slot
30 .global optprobe_template_entry
67 .global optprobe_template_op_address
81 .global optprobe_template_call_handler
92 .global optprobe_template_insn
101 .global optprobe_template_call_emulate
127 .global optprobe_template_ret
132 .global optprobe_template_end
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H A Ddice-proc.c89 } 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()
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()
137 buf.global.clock_select & CLOCK_SOURCE_MASK), in dice_proc_read()
139 (buf.global.clock_select & CLOCK_RATE_MASK) in dice_proc_read()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_globals.c32 struct i915_global *global; in i915_globals_shrink() local
39 list_for_each_entry(global, &globals, link) in i915_globals_shrink()
40 global->shrink(); in i915_globals_shrink()
72 void __init i915_global_register(struct i915_global *global) in i915_global_register() argument
74 GEM_BUG_ON(!global->shrink); in i915_global_register()
75 GEM_BUG_ON(!global->exit); in i915_global_register()
77 list_add_tail(&global->link, &globals); in i915_global_register()
82 struct i915_global *global, *next; in __i915_globals_cleanup() local
84 list_for_each_entry_safe_reverse(global, next, &globals, link) in __i915_globals_cleanup()
85 global->exit(); in __i915_globals_cleanup()
H A Di915_scheduler.c18 } global; variable
109 p = kmem_cache_alloc(global.slab_priorities, GFP_ATOMIC); in i915_sched_lookup_priolist()
141 kmem_cache_free(global.slab_priorities, p); in __i915_priolist_free()
413 return kmem_cache_alloc(global.slab_dependencies, GFP_KERNEL); in i915_dependency_alloc()
419 kmem_cache_free(global.slab_dependencies, dep); in i915_dependency_free()
509 kmem_cache_shrink(global.slab_dependencies); in i915_global_scheduler_shrink()
510 kmem_cache_shrink(global.slab_priorities); in i915_global_scheduler_shrink()
515 kmem_cache_destroy(global.slab_dependencies); in i915_global_scheduler_exit()
516 kmem_cache_destroy(global.slab_priorities); in i915_global_scheduler_exit()
519 static struct i915_global_scheduler global = { { variable
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/mpeg2dec/files/
H A D0002-Set-visibility-of-global-symbols-used-in-ARM-specifi.patch4 Subject: [PATCH 2/2] Set visibility of global symbols used in ARM specific
25 - .global MC_put_o_16_arm
26 + .global MC_put_o_16_arm
35 - .global MC_put_o_8_arm
36 + .global MC_put_o_8_arm
45 - .global MC_put_x_16_arm
46 + .global MC_put_x_16_arm
55 - .global MC_put_x_8_arm
56 + .global MC_put_x_8_arm
/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H 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()
208 list_for_each_entry_safe(gli, temp, &global.gluns, list) { in cxlflash_term_global_luns()
213 mutex_unlock(&global.mutex); in cxlflash_term_global_luns()
[all …]
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map2 global:
129 global:
162 global:
169 global:
190 global:
195 global:
213 global:
240 global:
259 global:
275 global:
[all …]
/OK3568_Linux_fs/kernel/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 sslognp1
[all …]
/OK3568_Linux_fs/kernel/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_fputype
[all …]
/OK3568_Linux_fs/u-boot/post/lib_powerpc/
H A Dasm.S17 .global cpu_post_exec_02
40 .global cpu_post_exec_04
65 .global cpu_post_exec_12
86 .global cpu_post_exec_11
106 .global cpu_post_exec_21
136 .global cpu_post_exec_22
166 .global cpu_post_exec_12w
188 .global cpu_post_exec_11w
209 .global cpu_post_exec_22w
233 .global cpu_post_exec_21w
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/cpio/cpio-2.13/
H A D0002-src-global.c-Remove-superfluous-declaration-of-progr.patch4 Subject: [PATCH] src/global.c: Remove superfluous declaration of program_name
9 src/global.c | 3 ---
12 diff --git a/src/global.c b/src/global.c
14 --- a/src/global.c
15 +++ b/src/global.c
/OK3568_Linux_fs/kernel/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 {
/OK3568_Linux_fs/buildroot/package/cpio/
H A D0001-Minor-fix.patch4 Subject: Minor fix * src/global.c: Remove superfluous declaration of
11 src/global.c | 3 ---
14 diff --git a/src/global.c b/src/global.c
16 --- a/src/global.c
17 +++ b/src/global.c
/OK3568_Linux_fs/kernel/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_disabled
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-core.c223 (parser->global.usage_page & 0xFFFF) << 16; in complete_usage()
269 parser->global.report_id, application); in hid_add_field()
276 if ((parser->global.logical_minimum < 0 && in hid_add_field()
277 parser->global.logical_maximum < in hid_add_field()
278 parser->global.logical_minimum) || in hid_add_field()
279 (parser->global.logical_minimum >= 0 && in hid_add_field()
280 (__u32)parser->global.logical_maximum < in hid_add_field()
281 (__u32)parser->global.logical_minimum)) { in hid_add_field()
283 parser->global.logical_minimum, in hid_add_field()
284 parser->global.logical_maximum); in hid_add_field()
[all …]

12345678910>>...54