Home
last modified time | relevance | path

Searched full:global (Results 1 – 25 of 4716) sorted by relevance

12345678910>>...189

/kernel/linux/linux-5.10/arch/sh/lib/
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 …]
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 …]
/kernel/linux/linux-4.19/arch/sh/lib/
Dashiftrt.S41 .global __ashiftrt_r4_0
42 .global __ashiftrt_r4_1
43 .global __ashiftrt_r4_2
44 .global __ashiftrt_r4_3
45 .global __ashiftrt_r4_4
46 .global __ashiftrt_r4_5
47 .global __ashiftrt_r4_6
48 .global __ashiftrt_r4_7
49 .global __ashiftrt_r4_8
50 .global __ashiftrt_r4_9
[all …]
Dmovmem.S43 .global __movmem
44 .global __movstr
81 .global __movmemSI64
82 .global __movstrSI64
87 .global __movmemSI60
88 .global __movstrSI60
93 .global __movmemSI56
94 .global __movstrSI56
99 .global __movmemSI52
100 .global __movstrSI52
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
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()
301 context->global->ops->free(context); in etnaviv_iommu_context_free()
309 etnaviv_iommu_context_init(struct etnaviv_iommu_global *global, in etnaviv_iommu_context_init() argument
315 if (global->version == ETNAVIV_IOMMU_V1) in etnaviv_iommu_context_init()
316 ctx = etnaviv_iommuv1_context_alloc(global); in etnaviv_iommu_context_init()
318 ctx = etnaviv_iommuv2_context_alloc(global); in etnaviv_iommu_context_init()
324 global->memory_base); in etnaviv_iommu_context_init()
328 if (global->version == ETNAVIV_IOMMU_V1 && in etnaviv_iommu_context_init()
[all …]
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 …]
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 …]
/kernel/linux/linux-4.19/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c53 int local, int global, int set) in toggle_breakpoint() argument
97 if (global) { in toggle_breakpoint()
204 int len, local, global, i; in trigger_tests() local
219 for (global = 0; global < 2; global++) { in trigger_tests()
220 if (!local && !global) in trigger_tests()
233 for (global = 0; global < 2; global++) { in trigger_tests()
234 if (!local && !global) in trigger_tests()
244 for (global = 0; global < 2; global++) { in trigger_tests()
245 if (!local && !global) in trigger_tests()
291 static void launch_instruction_breakpoints(char *buf, int local, int global) in launch_instruction_breakpoints() argument
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/
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 …]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
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 …]
/kernel/linux/linux-5.10/drivers/clk/qcom/
DKconfig85 tristate "APQ8084 Global Clock Controller"
88 Support for the global clock controller on apq8084 devices.
121 tristate "IPQ4019 Global Clock Controller"
123 Support for the global clock controller on ipq4019 devices.
128 tristate "IPQ6018 Global Clock Controller"
130 Support for global clock controller on ipq6018 devices.
136 tristate "IPQ806x Global Clock Controller"
138 Support for the global clock controller on ipq806x devices.
151 tristate "IPQ8074 Global Clock Controller"
153 Support for global clock controller on ipq8074 devices.
[all …]
/kernel/linux/linux-4.19/drivers/clk/qcom/
DKconfig72 tristate "APQ8084 Global Clock Controller"
76 Support for the global clock controller on apq8084 devices.
91 tristate "IPQ4019 Global Clock Controller"
94 Support for the global clock controller on ipq4019 devices.
99 tristate "IPQ806x Global Clock Controller"
102 Support for the global clock controller on ipq806x devices.
116 tristate "IPQ8074 Global Clock Controller"
119 Support for global clock controller on ipq8074 devices.
125 tristate "MSM8660 Global Clock Controller"
128 Support for the global clock controller on msm8660 devices.
[all …]
/kernel/linux/linux-4.19/arch/powerpc/kernel/
Dkvm_emul.S60 .global kvm_template_start
63 .global kvm_emulate_mtmsrd
109 .global kvm_emulate_mtmsrd_branch_offs
113 .global kvm_emulate_mtmsrd_reg_offs
117 .global kvm_emulate_mtmsrd_orig_ins_offs
121 .global kvm_emulate_mtmsrd_len
129 .global kvm_emulate_mtmsr
186 .global kvm_emulate_mtmsr_branch_offs
190 .global kvm_emulate_mtmsr_reg1_offs
194 .global kvm_emulate_mtmsr_reg2_offs
[all …]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Devglock.c4 * 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 …]
/kernel/linux/linux-4.19/drivers/acpi/acpica/
Devglock.c4 * 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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mailbox/
Dqcom,apcs-kpss-global.yaml4 $id: "http://devicetree.org/schemas/mailbox/qcom,apcs-kpss-global.yaml#"
7 title: Qualcomm APCS global block bindings
10 This binding describes the APCS "global" block found in various Qualcomm
19 - qcom,ipq6018-apcs-apps-global
20 - qcom,ipq8074-apcs-apps-global
21 - qcom,msm8916-apcs-kpss-global
22 - qcom,msm8994-apcs-kpss-global
23 - qcom,msm8996-apcs-hmss-global
24 - qcom,msm8998-apcs-hmss-global
25 - qcom,qcs404-apcs-apps-global
[all …]
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
Dlunmgt.c53 * 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 …]
/kernel/linux/linux-4.19/drivers/scsi/cxlflash/
Dlunmgt.c57 * create_global() - allocate and initialize a global LUN information structure
61 * Return: Allocated global glun_info structure on success, NULL on failure
100 * lookup_global() - find a global LUN information structure by WWID
103 * Return: Found global lun_info structure on success, NULL on failure
109 list_for_each_entry_safe(gli, temp, &global.gluns, list) in lookup_global()
121 * The LUN is kept both in a local list (per adapter) and in a global list
126 * wih the global list). Since different attributes are associated with
127 * the per adapter and global entries, allocate two separate structures for each
128 * LUN (one local, one global).
130 * Keep a pointer back from the local to the global entry.
[all …]
/kernel/liteos_m/arch/arm/arm9/gcc/
Dreset_vector.S42 .global __exc_stack_top
43 .global __irq_stack_top
44 .global __fiq_stack_top
45 .global __svc_stack_top
46 .global __abt_stack_top
47 .global __undef_stack_top
48 .global __exc_stack
49 .global __irq_stack
50 .global __fiq_stack
51 .global __svc_stack
[all …]
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/
Dlos_exc.S37 .global HalExcNMI
38 .global HalExcHardFault
39 .global HalExcMemFault
40 .global HalExcBusFault
41 .global HalExcUsageFault
42 .global HalSVCHandler
68 .global HalExcNMI
78 .global HalExcHardFault
135 .global osHFExcCommonBMU
149 .global HalSVCHandler
[all …]
/kernel/liteos_m/arch/arm/cortex-m4/gcc/
Dlos_exc.S39 .global HalExcNMI
40 .global HalExcHardFault
41 .global HalExcMemFault
42 .global HalExcBusFault
43 .global HalExcUsageFault
44 .global HalExcSvcCall
71 .global HalExcNMI
81 .global HalExcHardFault
138 .global osHFExcCommonBMU
152 .global HalExcSvcCall
[all …]
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/
Dlos_exc.S39 .global HalExcNMI
40 .global HalExcHardFault
41 .global HalExcMemFault
42 .global HalExcBusFault
43 .global HalExcUsageFault
44 .global HalSVCHandler
71 .global HalExcNMI
81 .global HalExcHardFault
138 .global osHFExcCommonBMU
152 .global HalSVCHandler
[all …]
/kernel/liteos_m/arch/arm/cortex-m7/gcc/
Dlos_exc.S39 .global HalExcNMI
40 .global HalExcHardFault
41 .global HalExcMemFault
42 .global HalExcBusFault
43 .global HalExcUsageFault
44 .global HalExcSvcCall
71 .global HalExcNMI
81 .global HalExcHardFault
138 .global osHFExcCommonBMU
152 .global HalExcSvcCall
[all …]
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/
Dlos_exc.S39 .global HalExcNMI
40 .global HalExcHardFault
41 .global HalExcMemFault
42 .global HalExcBusFault
43 .global HalExcUsageFault
70 .global HalExcNMI
80 .global HalExcHardFault
137 .global osHFExcCommonBMU
151 .global HalExcBusFault
169 .global _ExcBusNoADDR
[all …]
/kernel/linux/linux-5.10/sound/firewire/dice/
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.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 …]

12345678910>>...189