/openbmc/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 …]
|
/openbmc/u-boot/arch/sh/lib/ |
H A D | ashiftrt.S | 19 .global __ashiftrt_r4_0 20 .global __ashiftrt_r4_1 21 .global __ashiftrt_r4_2 22 .global __ashiftrt_r4_3 23 .global __ashiftrt_r4_4 24 .global __ashiftrt_r4_5 25 .global __ashiftrt_r4_6 26 .global __ashiftrt_r4_7 27 .global __ashiftrt_r4_8 28 .global __ashiftrt_r4_9 [all …]
|
H A D | movmem.S | 21 .global __movmem 22 .global __movstr 59 .global __movmemSI64 60 .global __movstrSI64 65 .global __movmemSI60 66 .global __movstrSI60 71 .global __movmemSI56 72 .global __movstrSI56 77 .global __movmemSI52 78 .global __movstrSI52 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | qcom,apcs-kpss-global.yaml | 4 $id: http://devicetree.org/schemas/mailbox/qcom,apcs-kpss-global.yaml# 7 title: Qualcomm APCS global block 10 This binding describes the APCS "global" block found in various Qualcomm 21 - qcom,ipq5018-apcs-apps-global 22 - qcom,ipq5332-apcs-apps-global 23 - qcom,ipq8074-apcs-apps-global 24 - qcom,ipq9574-apcs-apps-global 25 - const: qcom,ipq6018-apcs-apps-global 34 - qcom,msm8916-apcs-kpss-global 35 - qcom,msm8939-apcs-kpss-global [all …]
|
/openbmc/openbmc-test-automation/bin/ |
H A D | sol_utils.tcl | 93 global valid_proc_name 94 global proc_name proc_names 114 global spawn_id 115 global expect_out 116 global state 117 global openbmc_host openbmc_username openbmc_password host_sol_port 118 global cr_lf_regex 119 global ssh_password_prompt 180 global spawn_id 181 global expect_out [all …]
|
/openbmc/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 …]
|
/openbmc/linux/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 show` [all …]
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | _millicodethunk.S | 11 /* Use the right prefix for global labels. */ 28 .global SYM(__st_r13_to_r15) 29 .global SYM(__st_r13_to_r16) 30 .global SYM(__st_r13_to_r17) 31 .global SYM(__st_r13_to_r18) 32 .global SYM(__st_r13_to_r19) 33 .global SYM(__st_r13_to_r20) 34 .global SYM(__st_r13_to_r21) 35 .global SYM(__st_r13_to_r22) 36 .global SYM(__st_r13_to_r23) [all …]
|
/openbmc/webui-vue/src/store/modules/Settings/ |
H A D | NetworkStore.js | 8 firstInterfaceId: '', //used for setting global DHCP settings 81 .get(`${await this.dispatch('global/getBmcPath')}/EthernetInterfaces`) 117 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.selectedInterfaceId}`, 122 return i18n.global.t('pageNetwork.toast.successSaveNetworkSettings', { 123 setting: i18n.global.t('pageNetwork.dhcp'), 129 i18n.global.t('pageNetwork.toast.errorSaveNetworkSettings', { 130 setting: i18n.global.t('pageNetwork.dhcp'), 143 … `${await this.dispatch('global/getBmcPath')}/EthernetInterfaces/${state.selectedInterfaceId}`, 148 return i18n.global.t('pageNetwork.toast.successSaveNetworkSettings', { 149 setting: i18n.global.t('pageNetwork.dhcp6'), [all …]
|
/openbmc/webui-vue/src/components/AppNavigation/ |
H A D | AppNavigationMixin.js | 33 label: i18n.global.t('appNavigation.overview'), 39 label: i18n.global.t('appNavigation.logs'), 44 label: i18n.global.t('appNavigation.eventLogs'), 49 label: i18n.global.t('appNavigation.postCodeLogs'), 56 label: i18n.global.t('appNavigation.hardwareStatus'), 61 label: i18n.global.t('appNavigation.inventory'), 66 label: i18n.global.t('appNavigation.sensors'), 73 label: i18n.global.t('appNavigation.operations'), 78 label: i18n.global.t('appNavigation.factoryReset'), 83 label: i18n.global.t('appNavigation.kvm'), [all …]
|
/openbmc/webui-vue/src/env/components/AppNavigation/ |
H A D | ibm.js | 27 label: i18n.global.t('appNavigation.overview'), 33 label: i18n.global.t('appNavigation.logs'), 38 label: i18n.global.t('appNavigation.dumps'), 43 label: i18n.global.t('appNavigation.eventLogs'), 48 label: i18n.global.t('appNavigation.postCodeLogs'), 55 label: i18n.global.t('appNavigation.hardwareStatus'), 60 label: i18n.global.t('appNavigation.inventory'), 65 label: i18n.global.t('appNavigation.sensors'), 72 label: i18n.global.t('appNavigation.operations'), 78 label: i18n.global.t('appNavigation.settings'), [all …]
|
H A D | intel.js | 34 label: i18n.global.t('appNavigation.overview'), 40 label: i18n.global.t('appNavigation.logs'), 45 label: i18n.global.t('appNavigation.eventLogs'), 50 label: i18n.global.t('appNavigation.postCodeLogs'), 57 label: i18n.global.t('appNavigation.hardwareStatus'), 62 label: i18n.global.t('appNavigation.inventory'), 67 label: i18n.global.t('appNavigation.sensors'), 74 label: i18n.global.t('appNavigation.operations'), 79 label: i18n.global.t('appNavigation.kvm'), 84 label: i18n.global.t('appNavigation.firmware'), [all …]
|
/openbmc/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 …]
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | Kconfig | 104 tristate "APQ8084 Global Clock Controller" 108 Support for the global clock controller on apq8084 devices. 143 tristate "IPQ4019 Global Clock Controller" 145 Support for the global clock controller on ipq4019 devices. 150 tristate "IPQ5018 Global Clock Controller" 153 Support for global clock controller on ipq5018 devices. 158 tristate "IPQ5332 Global Clock Controller" 161 Support for the global clock controller on ipq5332 devices. 166 tristate "IPQ6018 Global Clock Controller" 168 Support for global clock controller on ipq6018 devices. [all …]
|
/openbmc/linux/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->version == ETNAVIV_IOMMU_V1 && in etnaviv_iommu_context_init() [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 …]
|
/openbmc/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 …]
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.map | 2 global: 72 global: 83 global: 89 global: 105 global: 110 global: 124 global: 145 global: 162 global: 178 global: [all …]
|
/openbmc/webui-vue/src/router/ |
H A D | routes.js | 52 title: i18n.global.t('appPageTitle.login'), 60 title: i18n.global.t('appPageTitle.changePassword'), 78 title: i18n.global.t('appPageTitle.serialOverLan'), 86 title: i18n.global.t('appPageTitle.kvm'), 103 title: i18n.global.t('appPageTitle.overview'), 111 title: i18n.global.t('appPageTitle.profileSettings'), 119 title: i18n.global.t('appPageTitle.eventLogs'), 127 title: i18n.global.t('appPageTitle.postCodeLogs'), 135 title: i18n.global.t('appPageTitle.inventory'), 143 title: i18n.global.t('appPageTitle.sensors'), [all …]
|
/openbmc/openbmc-test-automation/lib/ |
H A D | opt.tcl | 13 …# Note: This procedure assumes that global list longoptions has been initialized via a call to the 23 global longoptions 38 # Populate the global longoptions list and set global option variable defaults. 49 global longoptions 51 …# Note: Because this procedure manipulates global variables, we use the "_opt_<varname>_" format to 63 # Add the option spec to the global longoptions list. 74 …# Set a global variable whose name is identical to the option name. Set the default value if ther… 76 set _opt_cmd_buf_ "global ${_opt_name_}" 89 # Populate the global pos_parms list and set global option variable defaults. 98 global pos_parms [all …]
|
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | PoliciesStore.js | 34 .get(`${await this.dispatch('global/getBmcPath')}/NetworkProtocol`) 45 .get(`${await this.dispatch('global/getSystemPath')}/Bios`) 70 `${await this.dispatch('global/getBmcPath')}/NetworkProtocol`, 75 return i18n.global.t('pagePolicies.toast.successIpmiEnabled'); 77 return i18n.global.t('pagePolicies.toast.successIpmiDisabled'); 85 i18n.global.t('pagePolicies.toast.errorIpmiEnabled'), 89 i18n.global.t('pagePolicies.toast.errorIpmiDisabled'), 103 `${await this.dispatch('global/getBmcPath')}/NetworkProtocol`, 108 return i18n.global.t('pagePolicies.toast.successSshEnabled'); 110 return i18n.global.t('pagePolicies.toast.successSshDisabled'); [all …]
|
/openbmc/webui-vue/src/views/Settings/Network/ |
H A D | TableIpv4.vue | 16 {{ $t('global.status.enabled') }} 18 <span v-else>{{ $t('global.status.disabled') }}</span> 42 :empty-text="$t('global.table.emptyMessage')" 71 import PageSection from '@/components/Global/PageSection'; 72 import TableRowAction from '@/components/Global/TableRowAction'; 102 title: i18n.global.t('global.action.edit'), 106 title: i18n.global.t('global.action.delete'), 112 label: i18n.global.t('pageNetwork.table.ipAddress'), 116 label: i18n.global.t('pageNetwork.table.gateway'), 120 label: i18n.global.t('pageNetwork.table.subnet'), [all …]
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Ldap/ |
H A D | TableRoleGroups.vue | 43 :empty-text="$t('global.table.emptyMessage')" 54 <span class="sr-only">{{ $t('global.table.selectAll') }}</span> 63 <span class="sr-only">{{ $t('global.table.selectItem') }}</span> 100 import Alert from '@/components/Global/Alert'; 101 import TableToolbar from '@/components/Global/TableToolbar'; 102 import TableRowAction from '@/components/Global/TableRowAction'; 138 label: i18n.global.t('pageLdap.tableRoleGroups.groupName'), 143 label: i18n.global.t('pageLdap.tableRoleGroups.groupPrivilege'), 155 label: i18n.global.t('global.action.delete'), 173 title: i18n.global.t('global.action.edit'), [all …]
|
/openbmc/webui-vue/src/views/HardwareStatus/Sensors/ |
H A D | Sensors.vue | 54 :empty-text="$t('global.table.emptyMessage')" 55 :empty-filtered-text="$t('global.table.emptySearchMessage')" 67 <span class="sr-only">{{ $t('global.table.selectAll') }}</span> 75 <span class="sr-only">{{ $t('global.table.selectItem') }}</span> 104 import PageTitle from '@/components/Global/PageTitle'; 105 import Search from '@/components/Global/Search'; 106 import StatusIcon from '@/components/Global/StatusIcon'; 107 import TableFilter from '@/components/Global/TableFilter'; 108 import TableToolbar from '@/components/Global/TableToolbar'; 109 import TableToolbarExport from '@/components/Global/TableToolbarExport'; [all …]
|