/kernel/linux/linux-5.10/arch/sh/lib/ |
H A 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_ [all...] |
H A 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 __movstrSI5 [all...] |
/kernel/linux/linux-6.6/arch/sh/lib/ |
H A 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_ [all...] |
H A 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 __movstrSI5 [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test.c | 54 int local, int global, int set) in toggle_breakpoint() 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() 53 toggle_breakpoint(int n, int type, int len, int local, int global, int set) toggle_breakpoint() argument 292 launch_instruction_breakpoints(char *buf, int local, int global) launch_instruction_breakpoints() argument 307 launch_watchpoints(char *buf, int mode, int len, int local, int global) launch_watchpoints() argument 335 int len, local, global, i; launch_tests() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/ |
H A D | breakpoint_test.c | 54 int local, int global, int set) in toggle_breakpoint() 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() 53 toggle_breakpoint(int n, int type, int len, int local, int global, int set) toggle_breakpoint() argument 292 launch_instruction_breakpoints(char *buf, int local, int global) launch_instruction_breakpoints() argument 307 launch_watchpoints(char *buf, int mode, int len, int local, int global) launch_watchpoints() argument 335 int len, local, global, i; launch_tests() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A 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_off [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A 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_off [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
H A 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 in etnaviv_iommu_context_init() 494 struct etnaviv_iommu_global *global; etnaviv_iommu_global_init() local 554 struct etnaviv_iommu_global *global = priv->mmu_global; etnaviv_iommu_global_fini() local [all...] |
H A 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 in etnaviv_iommuv1_context_alloc() [all...] |
H A 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 in etnaviv_iommuv2_restore_sec() 270 etnaviv_iommuv2_context_alloc(struct etnaviv_iommu_global *global) etnaviv_iommuv2_context_alloc() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A 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() 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 in etnaviv_iommu_context_init() 439 struct etnaviv_iommu_global *global; etnaviv_iommu_global_init() local 499 struct etnaviv_iommu_global *global = priv->mmu_global; etnaviv_iommu_global_fini() local [all...] |
H A 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 in etnaviv_iommuv1_context_alloc() [all...] |
H A 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 in etnaviv_iommuv2_restore_sec() 270 etnaviv_iommuv2_context_alloc(struct etnaviv_iommu_global *global) etnaviv_iommuv2_context_alloc() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tcpbpf_kern.c | 18 struct tcpbpf_globals global = {}; variable 96 global.event_map |= (1 << op); in bpf_testcb() 102 global.window_clamp_client = get_tp_window_clamp(skops); in bpf_testcb() 106 global.bad_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, 0x80); in bpf_testcb() 108 global.good_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, in bpf_testcb() 126 global.tcp_saved_syn = v; in bpf_testcb() 132 global.window_clamp_server = get_tp_window_clamp(skops); in bpf_testcb() 141 global.num_listen++; in bpf_testcb() 143 global.total_retrans = skops->total_retrans; in bpf_testcb() 144 global in bpf_testcb() [all...] |
/kernel/liteos_m/arch/arm/arm9/gcc/ |
H A D | reset_vector.S | 42 .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_stac [all...] |
/kernel/linux/linux-5.10/sound/firewire/dice/ |
H A 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 in dice_proc_read() [all...] |
/kernel/linux/linux-6.6/sound/firewire/dice/ |
H A 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 in dice_proc_read() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A 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 sho [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A 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 sho [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_globals.c | 32 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 in __i915_globals_cleanup() [all...] |
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/ |
H A D | los_exc.S | 39 .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 _ExcBusNoADD [all...] |
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/ |
H A D | los_exc.S | 39 .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 _ExcBusNoADD [all...] |
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/ |
H A D | los_exc.S | 39 .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 HalSVCHandle [all...] |
/kernel/liteos_m/arch/arm/cortex-m4/gcc/ |
H A D | los_exc.S | 39 .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 HalExcSvcCal [all...] |