Home
last modified time | relevance | path

Searched refs:_l (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/u-boot/arch/mips/include/asm/
H A Dprocessor.h21 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/openbmc/qemu/include/hw/
H A Dloader.h345 #define rom_add_blob_fixed(_f, _b, _l, _a) \ argument
346 rom_add_blob(_f, _b, _l, _l, _a, NULL, NULL, NULL, NULL, true)
353 #define rom_add_blob_fixed_as(_f, _b, _l, _a, _as) \ argument
354 rom_add_blob(_f, _b, _l, _l, _a, NULL, NULL, NULL, _as, true)
/openbmc/u-boot/arch/arm/include/asm/
H A Dprocessor.h18 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/openbmc/linux/net/rxrpc/
H A Dkey.c625 u32 _l = (l); \ in rxrpc_read()
627 memcpy(xdr, (s), _l); \ in rxrpc_read()
628 if (_l & 3) \ in rxrpc_read()
629 memcpy((u8 *)xdr + _l, &zero, 4 - (_l & 3)); \ in rxrpc_read()
630 xdr += (_l + 3) >> 2; \ in rxrpc_read()
634 u32 _l = (l); \ in rxrpc_read()
635 memcpy(xdr, (s), _l); \ in rxrpc_read()
636 if (_l & 3) \ in rxrpc_read()
637 memcpy((u8 *)xdr + _l, &zero, 4 - (_l & 3)); \ in rxrpc_read()
638 xdr += (_l + 3) >> 2; \ in rxrpc_read()
/openbmc/linux/arch/x86/include/asm/
H A Ddmi.h19 #define dmi_remap(_x, _l) memremap(_x, _l, MEMREMAP_WB) argument
H A Dparavirt.h212 u64 _l = paravirt_read_msr(msr); \
213 val1 = (u32)_l; \
214 val2 = _l >> 32; \
238 u64 _l = paravirt_read_msr_safe(msr, &_err); \
239 (*a) = (u32)_l; \
240 (*b) = _l >> 32; \
259 u64 _l = paravirt_read_pmc(counter); \
260 low = (u32)_l; \
261 high = _l >> 32; \
H A Dmsr.h291 u64 _l = native_read_pmc((counter)); \
292 (low) = (u32)_l; \
293 (high) = (u32)(_l >> 32); \
/openbmc/u-boot/include/
H A Dlog.h122 int _l = _level; \
123 if (CONFIG_IS_ENABLED(LOG) && (_l <= _LOG_MAX_LEVEL || _LOG_DEBUG)) \
124 _log((enum log_category_t)(_cat), _l, __FILE__, __LINE__, \
/openbmc/linux/fs/ocfs2/
H A Ddlmglue.c3202 # define lock_num_prmode(_l) ((_l)->l_lock_prmode.ls_gets) in ocfs2_dlm_seq_show() argument
3203 # define lock_num_exmode(_l) ((_l)->l_lock_exmode.ls_gets) in ocfs2_dlm_seq_show() argument
3204 # define lock_num_prmode_failed(_l) ((_l)->l_lock_prmode.ls_fail) in ocfs2_dlm_seq_show() argument
3206 # define lock_total_prmode(_l) ((_l)->l_lock_prmode.ls_total) in ocfs2_dlm_seq_show() argument
3207 # define lock_total_exmode(_l) ((_l)->l_lock_exmode.ls_total) in ocfs2_dlm_seq_show() argument
3208 # define lock_max_prmode(_l) ((_l)->l_lock_prmode.ls_max) in ocfs2_dlm_seq_show() argument
3209 # define lock_max_exmode(_l) ((_l)->l_lock_exmode.ls_max) in ocfs2_dlm_seq_show() argument
3210 # define lock_refresh(_l) ((_l)->l_lock_refresh) in ocfs2_dlm_seq_show() argument
3211 # define lock_last_prmode(_l) ((_l)->l_lock_prmode.ls_last) in ocfs2_dlm_seq_show() argument
3212 # define lock_last_exmode(_l) ((_l)->l_lock_exmode.ls_last) in ocfs2_dlm_seq_show() argument
[all …]
/openbmc/linux/arch/ia64/include/asm/
H A Dsal.h439 ({ sal_log_processor_info_t *_l = (l); \
441 ((char *) _l->info + ((_l->valid.num_cache_check + _l->valid.num_tlb_check \
442 + _l->valid.num_bus_check + _l->valid.num_reg_file_check \
443 + _l->valid.num_ms_check) * sizeof(sal_log_mod_error_info_t) \
/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr.h232 u64 _l = native_read_pmc((counter)); \
233 (low) = (u32)_l; \
234 (high) = (u32)(_l >> 32); \
/openbmc/linux/arch/powerpc/mm/ptdump/
H A Dbats.c58 #define BAT_SHOW_603(_m, _n, _l, _u, _d) bat_show_603(_m, _n, mfspr(_l), mfspr(_u), _d) argument
/openbmc/qemu/include/hw/pci/
H A Dpci_device.h275 #define PCI_DMA_DEFINE_LDST(_l, _s, _bits) \ argument
276 static inline MemTxResult ld##_l##_pci_dma(PCIDevice *dev, \
281 return ld##_l##_dma(pci_get_address_space(dev), addr, val, attrs); \
/openbmc/linux/net/smc/
H A Dsmc_stats.h140 typeof(_len) _l = (_len); \
144 if (_l <= 0) \
146 _pos = fls((_l - 1) >> 13); \
/openbmc/linux/arch/mips/include/asm/sn/
H A Dklconfig.h653 #define GET_SNUM_COMP(_l) ((klmod_serial_num_t *)\ argument
654 KLCF_COMP(_l, _l->brd_numcompts))
H A Daddrs.h43 #define NASID_MAKE(_m, _l) (((_m) << NASID_LOCAL_BITS) | (_l)) argument
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dath9k.h87 #define INCR(_l, _sz) do { \ argument
88 (_l)++; \
89 (_l) &= ((_sz) - 1); \
694 #define TSF_TO_TU(_h,_l) \ argument
695 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
H A Dhtc.h42 #define TSF_TO_TU(_h, _l) \ argument
43 ((((u32)(_h)) << 22) | (((u32)(_l)) >> 10))
/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcbuild.h28 #define fc_roundup(_l, _s) (((_l) + ((_s) - 1)) & ~((_s) - 1)) argument
/openbmc/linux/drivers/media/usb/airspy/
H A Dairspy.c148 #define airspy_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
156 _l & 0xff, _l >> 8, _direction, _l, _b); \
/openbmc/linux/drivers/isdn/capi/
H A Dcapiutil.c516 unsigned _l = cmsg->l; in protocol_message_2_pars() local
518 cmsg->l = (cmsg->m + _l)[0] == 255 ? cmsg->l + 3 : cmsg->l + 1; in protocol_message_2_pars()
/openbmc/linux/tools/scripts/
H A Dutilities.mak144 lookup = $(call unescape-nl,$(shell sh -c $(_l-sh)))
145 _l-sh = $(call shell-sq,command -v $(shell-sq) | $(call shell-escape-nl,))
/openbmc/linux/drivers/media/usb/msi2500/
H A Dmsi2500.c640 #define msi2500_dbg_usb_control_msg(_dev, _r, _t, _v, _i, _b, _l) { \ argument
648 _l & 0xff, _l >> 8, _direction, _l, _b); \
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h8 #define current_text_addr() ({ __label__ _l; _l: &&_l;})
/openbmc/linux/drivers/iommu/
H A Dio-pgtable-arm-v7s.c64 int _l = lvl; \
65 ((addr) >> ARM_V7S_LVL_SHIFT(_l)) & _ARM_V7S_IDX_MASK(_l, cfg); \

12