Home
last modified time | relevance | path

Searched refs:el (Results 126 – 150 of 176) sorted by relevance

12345678

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlinuxloader.bbclass13 ldso_arch = "microblaze${@bb.utils.contains('TUNE_FEATURES', 'bigendian', '', 'el', d)}"
H A Dkernel-arch.bbclass39 elif re.match('mips(isa|)(32|64|)(r6|)(el|)$', a): return 'mips'
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin/
H A D0001-Add-32-bit-RISC-V-support.patch82 // It's kinda surprising that Python doesn't include the `el` suffix
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/
H A Dglib.inc168 ${PN}-locale-el \
202 locale-base-el-gr \
/openbmc/linux/fs/ocfs2/
H A Ddir.c770 struct ocfs2_extent_list *el, in ocfs2_dx_dir_lookup_rec() argument
781 if (el->l_tree_depth) { in ocfs2_dx_dir_lookup_rec()
782 ret = ocfs2_find_leaf(INODE_CACHE(inode), el, major_hash, in ocfs2_dx_dir_lookup_rec()
790 el = &eb->h_list; in ocfs2_dx_dir_lookup_rec()
792 if (el->l_tree_depth) { in ocfs2_dx_dir_lookup_rec()
803 rec = &el->l_recs[i]; in ocfs2_dx_dir_lookup_rec()
816 ocfs2_rec_clusters(el, rec)); in ocfs2_dx_dir_lookup_rec()
849 struct ocfs2_extent_list *el, in ocfs2_dx_dir_lookup() argument
3167 struct ocfs2_extent_list *el = &fe->id2.i_list; in ocfs2_extend_dir() local
3242 status = ocfs2_reserve_new_metadata(osb, el, &meta_ac); in ocfs2_extend_dir()
[all …]
/openbmc/linux/Documentation/RCU/
H A DwhatisRCU.rst781 @@ -5,5 +5,5 @@ struct el {
787 struct el head;
791 struct el *p;
811 struct el *p;
833 1 struct el { 1 struct el {
841 9 struct el head; 9 struct el head;
848 4 struct el *p; 4 struct el *p;
866 3 struct el *p; 3 struct el *p;
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Des-Las_Palmas3 # Revisada y corregida por el Grupo de Usuarios de Linux de Canarias
/openbmc/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.c1517 const u8 *el; in at76_guess_freq() local
1530 el = ((struct ieee80211_mgmt *)hdr)->u.probe_resp.variable; in at76_guess_freq()
1533 el = ((struct ieee80211_mgmt *)hdr)->u.beacon.variable; in at76_guess_freq()
1539 el = cfg80211_find_ie(WLAN_EID_DS_PARAMS, el, len); in at76_guess_freq()
1540 if (el && el[1] > 0) in at76_guess_freq()
1541 channel = el[2]; in at76_guess_freq()
/openbmc/qemu/
H A Dqemu-nbd.c721 BlockDirtyBitmapOrStr *el = g_new(BlockDirtyBitmapOrStr, 1); in main() local
722 *el = (BlockDirtyBitmapOrStr) { in main()
726 QAPI_LIST_PREPEND(bitmaps, el); in main()
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0003-64-bit-multilib-hack.patch98 -MIPS_EL = $(if $(filter %el, $(firstword $(subst -, ,$(target)))),el)
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.h186 const struct mlxsw_event_listener *el,
189 const struct mlxsw_event_listener *el);
/openbmc/qemu/ui/
H A Dvnc.c3954 SocketAddressList *el; in vnc_display_listen() local
3959 for (el = saddr_list; el; el = el->next) { in vnc_display_listen()
3961 el->value, 1, in vnc_display_listen()
3974 for (el = wsaddr_list; el; el = el->next) { in vnc_display_listen()
3976 el->value, 1, in vnc_display_listen()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dlib.sh1696 local el=$1; shift
1702 test $lines -eq $el
1703 check_err $? "$what: $lines lines of events, expected $el"
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/
H A Dlib.sh1696 local el=$1; shift
1702 test $lines -eq $el
1703 check_err $? "$what: $lines lines of events, expected $el"
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dnet_forwarding_lib.sh1696 local el=$1; shift
1702 test $lines -eq $el
1703 check_err $? "$what: $lines lines of events, expected $el"
/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dnet_forwarding_lib.sh1696 local el=$1; shift
1702 test $lines -eq $el
1703 check_err $? "$what: $lines lines of events, expected $el"
/openbmc/openbmc/poky/bitbake/lib/bs4/tests/
H A Dtest_tree.py1673 el_ids = [el['id'] for el in self.soup.select(selector)]
1700 el = self.soup.select_one('div')
1701 self.assertEqual('main', el['id'])
1764 for el in els:
1765 self.assertEqual(el.name, 'p')
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c580 static void toggle_bp_registers(int reg, enum dbg_active_el el, int enable) in toggle_bp_registers() argument
604 if (debug_exception_level(privilege) != el) in toggle_bp_registers()
/openbmc/qemu/contrib/gitdm/
H A Dfiletypes.txt119 filetype build ^.dir-locals.el$
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_deb.bbclass33 endian = ["el", ""]["bigendian" in tune_features]
44 return arch + ["el", "hf"]["callconvention-hard" in tune_features]
/openbmc/openbmc/poky/meta/recipes-devtools/llvm/
H A Dllvm_git.bb48 elif re.match(r'mips(isa|)(32|64|)(r6|)(el|)$', a): return 'Mips'
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_dfs.c8 #define RADAR_SPEC(m, len, el, eh, wl, wh, \ argument
14 .e_low = el, \
/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c44 static uint32_t v7m_mrs_xpsr(CPUARMState *env, uint32_t reg, unsigned el) in v7m_mrs_xpsr() argument
48 if ((reg & 1) && el) { in v7m_mrs_xpsr()
2425 unsigned el = arm_current_el(env); in HELPER() local
2430 return v7m_mrs_xpsr(env, reg, el); in HELPER()
2445 if (el == 0) { in HELPER()
/openbmc/qemu/hw/display/
H A Dqxl.c46 ret = &(r)->items[cons].el; \
418 ring->items[prod].el = 0; in init_qxl_ram()
728 ring->items[prod].el = 0; in qxl_push_free_res()
767 if (ring->items[prod].el == 0) { in interface_release_resource()
772 ring->items[prod].el = id; in interface_release_resource()
/openbmc/qemu/target/arm/
H A Dptw.c1397 uint32_t el = regime_el(env, mmu_idx); in aa32_va_parameters() local
1420 } else if (el == 2) { in aa32_va_parameters()
1618 uint32_t el = regime_el(env, mmu_idx); in get_phys_addr_lpae() local
1620 bool aarch64 = arm_el_is_aa64(env, el); in get_phys_addr_lpae()

12345678