Home
last modified time | relevance | path

Searched refs:el (Results 26 – 50 of 176) sorted by relevance

12345678

/openbmc/linux/arch/arm64/kernel/
H A Dentry.S41 .if \el == 0
68 b el\el\ht\()_\regsize\()_\label
100 b el\el\ht\()_\regsize\()_\label
199 .if \el == 0
221 .if \el == 0
291 .if \el == 0
307 .if \el == 0
336 .if \el != 0
574 SYM_CODE_START_LOCAL(el\el\ht\()_\regsize\()_\label)
577 bl el\el\ht\()_\regsize\()_\label\()_handler
[all …]
/openbmc/linux/drivers/soc/apple/
H A Drtkit-crashlog.c130 const char *el; in apple_rtkit_crashlog_dump_regs() local
142 el = "EL0t"; in apple_rtkit_crashlog_dump_regs()
145 el = "EL1t"; in apple_rtkit_crashlog_dump_regs()
148 el = "EL1h"; in apple_rtkit_crashlog_dump_regs()
151 el = "EL2t"; in apple_rtkit_crashlog_dump_regs()
154 el = "EL2h"; in apple_rtkit_crashlog_dump_regs()
157 el = "unknown"; in apple_rtkit_crashlog_dump_regs()
162 dev_warn(rtk->dev, " == Exception taken from %s ==", el); in apple_rtkit_crashlog_dump_regs()
/openbmc/phosphor-webui/app/common/directives/
H A Dclick-outside.js9 link: function(scope, el, attr) {
11 if (el !== e.target && !el[0].contains(e.target)) {
H A Dfile.js7 link: function(scope, el, attrs) {
8 el.bind('change', function(event) {
/openbmc/linux/scripts/
H A Dspdxcheck.py21 def __init__(self, el, txt): argument
22 self.el = el
58 for el in lictree[d].traverse():
59 if not os.path.isfile(el.path):
63 for l in open(el.path, encoding="utf-8").readlines():
294 for el in tree.traverse():
295 if not os.path.isfile(el.path):
297 if exclude_file(el.path):
300 with open(el.path, 'rb') as fd:
301 parser.parse_lines(fd, args.maxlines, el.path)
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Doescripts.py30 for el in expected_endlines:
31 if line.endswith(el):
32 expected_endlines.remove(el)
142 for el in expected_endlines:
143 if line and line.split()[0] == el.split()[0] and \
144 ' '.join(sorted(el.split())) in ' '.join(sorted(line.split())):
145 expected_endlines.remove(el)
/openbmc/u-boot/tools/
H A Dkwbimage.c1333 el->type = keyword_id; in image_create_config_parse_oneline()
1344 el->version = atoi(value1); in image_create_config_parse_oneline()
1353 el->bootfrom = ret; in image_create_config_parse_oneline()
1368 el->nandeccmode = ret; in image_create_config_parse_oneline()
1376 el->binary.file = strdup(value1); in image_create_config_parse_oneline()
1390 el->binary.nargs = argi; in image_create_config_parse_oneline()
1411 el->key_name = strdup(value1); in image_create_config_parse_oneline()
1414 el->key_name = strdup(value1); in image_create_config_parse_oneline()
1429 el->sec_specialized_img = true; in image_create_config_parse_oneline()
1432 el->sec_specialized_img = false; in image_create_config_parse_oneline()
[all …]
/openbmc/linux/Documentation/translations/sp_SP/
H A Dindex.rst19 simplemente para aquellos que prefieran leer en el idioma español. Sin
28 traducción no se corresponde con lo que ve en el código fuente, informe
46 la forma, pero todavía transmiten el mensaje original. A pesar de la gran
47 difusión del inglés en el idioma hablado, cuando sea posible, expresiones
56 los maintainers pueden utilizar el español con el que dichos maintainers se
64 Este es el nivel superior de la documentación del kernel en idioma español.
68 En términos más generales, la documentación, como el kernel mismo, están en
/openbmc/linux/drivers/bus/mhi/ep/
H A Dmain.c48 ret = mhi_ep_ring_add_element(ring, el); in mhi_ep_send_event()
157 ch_id = MHI_TRE_GET_CMD_CHID(el); in mhi_ep_process_cmd_ring()
168 switch (MHI_TRE_GET_CMD_TYPE(el)) { in mhi_ep_process_cmd_ring()
296 MHI_TRE_GET_CMD_TYPE(el), ch_id); in mhi_ep_process_cmd_ring()
328 struct mhi_ring_element *el; in mhi_ep_read_channel() local
386 if (MHI_TRE_DATA_GET_CHAIN(el)) { in mhi_ep_read_channel()
391 if (MHI_TRE_DATA_GET_IEOB(el)) { in mhi_ep_read_channel()
407 if (MHI_TRE_DATA_GET_IEOT(el)) { in mhi_ep_read_channel()
488 struct mhi_ring_element *el; in mhi_ep_queue_skb() local
717 struct mhi_ring_element *el; in mhi_ep_cmd_ring_worker() local
[all …]
H A Dring.c106 int mhi_ep_ring_add_element(struct mhi_ep_ring *ring, struct mhi_ring_element *el) in mhi_ep_ring_add_element() argument
139 rp = cpu_to_le64(ring->rd_offset * sizeof(*el) + ring->rbase); in mhi_ep_ring_add_element()
142 buf_info.host_addr = ring->rbase + (old_offset * sizeof(*el)); in mhi_ep_ring_add_element()
143 buf_info.dev_addr = el; in mhi_ep_ring_add_element()
144 buf_info.size = sizeof(*el); in mhi_ep_ring_add_element()
/openbmc/qemu/target/arm/
H A Dinternals.h141 assert(el >= 1 && el <= 3); in aarch64_banked_spsr_index()
142 return map[el]; in aarch64_banked_spsr_index()
223 env->sp_el[el] = env->xregs[31]; in aarch64_save_sp()
232 env->xregs[31] = env->sp_el[el]; in aarch64_restore_sp()
812 int el = regime_el(env, mmu_idx); in regime_using_lpae_format() local
813 if (el == 2 || arm_el_is_aa64(env, el)) { in regime_using_lpae_format()
1149 if (el < 3 in allocation_tag_access_enabled()
1154 if (el < 2 && arm_is_el2_enabled(env)) { in allocation_tag_access_enabled()
1160 sctlr &= (el == 0 ? SCTLR_ATA0 : SCTLR_ATA); in allocation_tag_access_enabled()
1479 bool el_is_in_host(CPUARMState *env, int el);
[all …]
H A Ddebug_helper.c97 int el = arm_current_el(env); in aa32_generate_debug_exceptions() local
99 if (el == 0 && arm_el_is_aa64(env, 1)) { in aa32_generate_debug_exceptions()
134 return el != 2; in aa32_generate_debug_exceptions()
791 int el = arm_current_el(env); in access_tdosa() local
796 if (el < 2 && mdcr_el2_tdosa) { in access_tdosa()
812 int el = arm_current_el(env); in access_tdra() local
817 if (el < 2 && mdcr_el2_tdra) { in access_tdra()
833 int el = arm_current_el(env); in access_tda() local
838 if (el < 2 && mdcr_el2_tda) { in access_tda()
857 int el = arm_current_el(env); in access_tdcc() local
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0005-Pass-noline-flag-to-flex.patch21 el-scanner
28 add_flex_bison_dependency(el-scanner el-parser)
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dkernel-docs.rst16 desarrolladores se interesan por el kernel. Sin embargo, leer las fuentes
17 no siempre es suficiente. Es fácil entender el código, pero se pierden los
26 nuevo documento, incluya una referencia aquí, siguiendo el proceso de envío
30 Todos los documentos se catalogan con los siguientes campos: el "Título",
31 el "Autor"/es, la "URL" donde se encuentran, algunas "Palabras clave"
41 Documentos en el árbol del kernel Linux
77 :Descripción: Un muy buen libro GPL sobre el tema de la programación
139 Hay una sección fija sobre el kernel, resumiendo el trabajo de sus
152 desarrolladores de mm... ¡Si está interesado en el desarrollo de la
163 quieren aprender sobre el kernel, trabajar en proyectos del kernel
/openbmc/qemu/block/
H A Dparallels-ext.c195 GSList *bitmaps = NULL, *el; in parallels_parse_format_extension() local
273 for (el = bitmaps; el; el = el->next) { in parallels_parse_format_extension()
274 bdrv_release_dirty_bitmap(el->data); in parallels_parse_format_extension()
/openbmc/openbmc/meta-security/meta-tpm/lib/oeqa/runtime/cases/
H A Dtpm2.py21 for el in expected_endlines:
22 if line == el:
23 expected_endlines.remove(el)
/openbmc/linux/fs/ocfs2/
H A Dalloc.h226 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster);
232 static inline unsigned int ocfs2_rec_clusters(struct ocfs2_extent_list *el, in ocfs2_rec_clusters() argument
242 if (el->l_tree_depth) in ocfs2_rec_clusters()
271 struct ocfs2_extent_list *el; member
283 #define path_root_el(_path) ((_path)->p_node[0].el)
286 #define path_leaf_el(_path) ((_path)->p_node[(_path)->p_tree_depth].el)
/openbmc/u-boot/board/el/el6x/
H A DKconfig7 default "el"
20 default "el"
/openbmc/qemu/tests/qtest/libqos/
H A Dqgraph.c325 static void qos_push(QOSGraphNode *el, QOSStackElement *parent, in qos_push() argument
338 .node = el, in qos_push()
368 static QOSGraphNode *qos_reverse_path(QOSStackElement *el) in qos_reverse_path() argument
370 if (!el) { in qos_reverse_path()
374 el->node->path_edge = NULL; in qos_reverse_path()
376 while (el->parent) { in qos_reverse_path()
377 el->parent->node->path_edge = el->parent_edge; in qos_reverse_path()
378 el = el->parent; in qos_reverse_path()
381 return el->node; in qos_reverse_path()
/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501_cs.c177 el->id = id; in iw_set_mgmt_info_element()
178 el->len = len; in iw_set_mgmt_info_element()
594 .el = { in wl3501_mgmt_join()
613 .el = { in wl3501_mgmt_start()
620 .el = { in wl3501_mgmt_start()
632 .el = { in wl3501_mgmt_start()
644 .el = { in wl3501_mgmt_start()
654 iw_copy_mgmt_info_element(&sig.ssid.el, &this->essid.el); in wl3501_mgmt_start()
655 iw_copy_mgmt_info_element(&this->keep_essid.el, &this->essid.el); in wl3501_mgmt_start()
679 else if (this->essid.el.len != sig.req.ssid.el.len) in wl3501_mgmt_scan_confirm()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-shells/tcsh/
H A Dtcsh_6.24.11.bb35 install -D -m 0644 ${S}/csh-mode.el ${D}${datadir}/emacs/site-lisp/csh-mode.el
38 FILES:${PN} += "${datadir}/emacs/site-lisp/csh-mode.el"
/openbmc/qemu/hw/core/
H A Dmachine-qmp-cmds.c71 GSList *el, *machines = object_class_get_list(TYPE_MACHINE, false); in qmp_query_machines() local
74 for (el = machines; el; el = el->next) { in qmp_query_machines()
75 MachineClass *mc = el->data; in qmp_query_machines()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/files/
H A Duse-emacs-native-tools-for-cross-compiling.patch42 $(lispsource)/international/charprop.el ${charsets}
85 @@ -109,7 +109,7 @@ MAIN_FIRST = ./emacs-lisp/eieio.el ./ema
86 ./org/oc.el ./org/ol.el ./emacs-lisp/cl-lib.el
/openbmc/linux/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.c27 u64 ns, el, val; in arm_spe_calc_ip() local
33 el = SPE_ADDR_PKT_GET_EL(payload); in arm_spe_calc_ip()
39 if (ns && (el == SPE_ADDR_PKT_EL1 || el == SPE_ADDR_PKT_EL2)) in arm_spe_calc_ip()
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c37 u64 get_tcr(int el, u64 *pips, u64 *pva_bits) in get_tcr() argument
69 if (el == 1) { in get_tcr()
71 } else if (el == 2) { in get_tcr()
406 int el; in mmu_setup() local
412 el = current_el(); in mmu_setup()
413 set_ttbr_tcr_mair(el, gd->arch.tlb_addr, get_tcr(el, NULL, NULL), in mmu_setup()

12345678