| /linux/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_9 [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 __movstrSI52 [all …]
|
| /linux/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 show` [all …]
|
| /linux/tools/testing/selftests/breakpoints/ |
| H A D | breakpoint_test.c | 54 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 …]
|
| /linux/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_offs [all …]
|
| H A D | optprobes_head.S | 31 .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/drivers/clk/qcom/ |
| H A D | Kconfig | 33 tristate "GLYMUR Global Clock Controller" 37 Support for the global clock controller on GLYMUR devices. 68 tristate "X1E80100 Global Clock Controller" 72 Support for the global clock controller on Qualcomm Technologies, Inc 191 tristate "APQ8084 Global Clock Controller" 195 Support for the global clock controller on apq8084 devices. 248 tristate "IPQ4019 Global Clock Controller" 250 Support for the global clock controller on ipq4019 devices. 255 tristate "IPQ5018 Global Clock Controller" 258 Support for global clock controller on ipq5018 devices. [all …]
|
| /linux/drivers/irqchip/ |
| H A D | irq-riscv-imsic-state.c | 63 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() 488 struct imsic_global_config *global = &imsic->global; in imsic_local_init() local 505 lpriv->dirty_bitmap = bitmap_zalloc(global->nr_ids + 1, GFP_KERNEL); in imsic_local_init() 515 lpriv->vectors = kcalloc(global->nr_ids + 1, sizeof(*lpriv->vectors), in imsic_local_init() 521 for (i = 0; i <= global->nr_ids; i++) { in imsic_local_init() [all …]
|
| H A D | irq-riscv-imsic-platform.c | 29 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->hart_index_bits, global->guest_index_bits); in imsic_irqdomain_init() 338 imsic->fwnode, global->group_index_bits, global->group_index_shift); in imsic_irqdomain_init() 340 imsic->fwnode, global->nr_ids, &global->base_addr); in imsic_irqdomain_init() [all …]
|
| /linux/drivers/gpu/drm/etnaviv/ |
| 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->lock); 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->bad_page_dma)) | in etnaviv_iommuv2_restore_sec() [all …]
|
| /linux/drivers/acpi/acpica/ |
| H A D | evglock.c | 4 * 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() 49 /* Attempt installation of the global lock handler */ in acpi_ev_init_global_lock_handler() 56 * If the global lock does not exist on this platform, the attempt to in acpi_ev_init_global_lock_handler() 58 * Map to AE_OK, but mark global lock as not present. Any attempt to in acpi_ev_init_global_lock_handler() 59 * actually use the global lock will be flagged with an error. in acpi_ev_init_global_lock_handler() 64 "No response from Global Lock hardware, disabling lock")); in acpi_ev_init_global_lock_handler() 87 * DESCRIPTION: Remove the handler for the Global Lock 113 * DESCRIPTION: Invoked directly from the SCI handler when a global lock [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcpbpf_kern.c | 7 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.data_segs_in = skops->data_segs_in; in bpf_testcb() [all …]
|
| /linux/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.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 …]
|
| /linux/tools/testing/selftests/kselftest_harness/ |
| H A D | harness-selftest.expected | 4 # 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.signal_fail ... [all …]
|
| /linux/Documentation/devicetree/bindings/reset/ |
| H A D | qcom,pdc-global.yaml | 4 $id: http://devicetree.org/schemas/reset/qcom,pdc-global.yaml# 7 title: Qualcomm PDC Global 13 The bindings describes the reset-controller found on PDC-Global (Power Domain 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/m68k/fpsp040/ |
| H A D | do_func.S | 60 .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 …]
|
| H A D | skeleton.S | 62 .global dz define 63 .global real_dz 100 .global real_inex 101 .global inex 174 .global real_ovfl 175 .global ovfl 200 .global real_unfl 201 .global unfl 226 .global real_snan 227 .global snan [all …]
|
| /linux/Documentation/devicetree/bindings/soc/fsl/ |
| H A D | guts.txt | 1 * Global Utilities Block 3 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/ABI/testing/ |
| H A D | sysfs-platform-intel-pmc | 6 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/ifpsp060/ |
| H A D | fskeleton.S | 63 .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 …]
|
| /linux/arch/loongarch/include/asm/ |
| H A D | tlb.h | 53 /* Invalid all global=1 lines in current tlb */ 55 /* Invalid all global=0 lines in current tlb */ 57 /* Invalid global=0 and matched asid lines in current tlb */ 59 /* Invalid addr with global=0 and matched asid in current tlb */ 61 /* Invalid addr with global=1 or matched asid in current tlb */ 65 /* Invalid global=1, matched gid in guest tlb */ 67 /* Invalid global=0, matched gid in guest tlb */ 69 /* Invalid global=0, matched gid and asid in guest tlb */ 71 /* Invalid global=0 , matched gid, asid and addr in guest tlb */ 73 /* Invalid global=1 , matched gid, asid and addr in guest tlb */
|
| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-perf-asm.S | 5 .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/rust/kernel/sync/lock/ |
| H A D | global.rs | 19 /// Trait implemented for marker types for global locks. 23 /// The name for this global lock. 25 /// Item type stored in this global lock. 27 /// The backend used for this global lock. 29 /// The class for this global lock. 33 /// Type used for global locks. 41 /// Creates a global lock. 57 /// Initializes a global lock. 79 /// Lock this global lock. 86 /// Try to lock this global lock. [all …]
|
| /linux/Documentation/devicetree/bindings/i3c/ |
| H A D | aspeed,ast2600-i3c.yaml | 37 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>;
|