| /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/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_mmu.c | 25 unmapped_page = context->global->ops->unmap(context, iova, in etnaviv_context_unmap() 45 ret = context->global->ops->map(context, iova, paddr, pgsize, in etnaviv_context_map() 82 dev_err(context->global->dev, in etnaviv_iommu_map() 279 if (context->global->version == ETNAVIV_IOMMU_V1 && in etnaviv_iommu_map_gem() 348 context->global->ops->free(context); in etnaviv_iommu_context_put() 356 etnaviv_iommu_context_init(struct etnaviv_iommu_global *global, in etnaviv_iommu_context_init() 362 if (global->version == ETNAVIV_IOMMU_V1) in etnaviv_iommu_context_init() 363 ctx = etnaviv_iommuv1_context_alloc(global); in etnaviv_iommu_context_init() 365 ctx = etnaviv_iommuv2_context_alloc(global); in etnaviv_iommu_context_init() 371 global in etnaviv_iommu_context_init() 354 etnaviv_iommu_context_init(struct etnaviv_iommu_global * global,struct etnaviv_cmdbuf_suballoc * suballoc) etnaviv_iommu_context_init() argument 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 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/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/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/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/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/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/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/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/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/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/ |
| H A D | csi_rx_public.h | 19 * @param[in] id The global unique ID of the csi rx fe controller. 29 * @param[in] id The global unique ID of the csi rx fe controller. 39 * @param[in] id The global unique ID of the input-buffer controller. 51 * @param[in] id The global unique ID of the csi rx be controller. 61 * @param[in] id The global unique ID of the csi rx be controller. 78 * @param[in] ID The global unique ID for the ibuf-controller instance. 90 * @param[in] ID The global unique ID for the ibuf-controller instance. 103 * @param[in] ID The global unique ID for the ibuf-controller instance. 115 * @param[in] ID The global unique ID for the ibuf-controller instance.
|
| /linux/scripts/gdb/linux/ |
| H A D | utils.py | 50 global uint_type 54 global struct_page_type 58 global long_type 62 global ulong_type 66 global size_t_type 103 global target_endianness 163 global atomic_long_counter_offset 164 global atomic_long_counter_sizeof 178 global target_arch 191 global gdbserver_type [all …]
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | ksft.py | 40 global KSFT_RESULT 59 global KSFT_RESULT 65 global KSFT_RESULT 140 global KSFT_RESULT_ALL 157 global KSFT_RESULT 231 Setup test framework global state from the environment. 246 global KSFT_DISRUPTIVE 255 global term_cnt 300 global term_cnt 309 global KSFT_RESUL [all...] |