Home
last modified time | relevance | path

Searched defs:l (Results 76 – 100 of 1201) sorted by relevance

12345678910>>...49

/openbmc/linux/tools/perf/util/
H A Dmem-events.c247 size_t l = 0, i; in perf_mem__tlb_scnprintf() local
326 int l; in perf_mem__op_scnprintf() local
351 size_t l = 0; in perf_mem__lvl_scnprintf() local
431 size_t i, l = 0; in perf_mem__snp_scnprintf() local
474 int l; in perf_mem__lck_scnprintf() local
491 size_t l = 0; in perf_mem__blk_scnprintf() local
/openbmc/linux/lib/math/
H A Dreciprocal_div.c21 int l; in reciprocal_value() local
38 u32 l, post_shift; in reciprocal_value_adv() local
/openbmc/u-boot/drivers/net/
H A Dsmc91111.h105 #define SMC_outsl(a,r,b,l) ({ int __i; \ argument
113 #define SMC_outsw(a,r,b,l) ({ int __i; \ argument
121 #define SMC_insl(a,r,b,l) ({ int __i ; \ argument
130 #define SMC_insw(a,r,b,l) ({ int __i ; \ argument
139 #define SMC_insb(a,r,b,l) ({ int __i ; \ argument
179 #define SMC_outsl(a,r,b,l) do{ int __i; \ argument
186 #define SMC_outsw(a,r,b,l) do{ int __i; \ argument
220 #define SMC_insw(a, r, b, l) \ argument
237 #define SMC_outsw(a, r, b, l) \ argument
280 #define SMC_outsw(a,r,b,l) ({ int __i; \ argument
[all …]
/openbmc/qemu/ui/
H A Dinput-barrier.c123 #define read_char(x, p, l) \ argument
134 #define read_short(x, p, l) \ argument
145 #define write_short(p, x, l) \ argument
156 #define read_int(x, p, l) \ argument
167 #define write_int(p, x, l) \ argument
178 #define write_cmd(p, c, l) \ argument
189 #define write_string(p, s, l) \ argument
/openbmc/linux/drivers/scsi/arm/
H A Dacornscsi-io.S11 #define LOADREGS(t,r,l...) ldm##t r, l argument
13 #define LOADREGS(t,r,l...) ldm##t r, l##^ argument
/openbmc/u-boot/arch/sh/include/asm/
H A Dio.h92 #define outsb(p, d, l) __raw_writesb(p, d, l) argument
93 #define outsw(p, d, l) __raw_writesw(p, d, l) argument
94 #define outsl(p, d, l) __raw_writesl(p, d, l) argument
96 #define insb(p, d, l) __raw_readsb(p, d, l) argument
97 #define insw(p, d, l) __raw_readsw(p, d, l) argument
98 #define insl(p, d, l) __raw_readsl(p, d, l) argument
156 #define memset_io(c, v, l) _memset_io(__mem_pci(c), (v), (l)) argument
157 #define memcpy_fromio(a, c, l) _memcpy_fromio((a), __mem_pci(c), (l)) argument
158 #define memcpy_toio(c, a, l) _memcpy_toio(__mem_pci(c), (a), (l)) argument
160 #define eth_io_copy_and_sum(s, c, l, b) \ argument
/openbmc/linux/arch/sparc/include/asm/
H A Dio_64.h86 static inline void __raw_writel(u32 l, const volatile void __iomem *addr) in __raw_writel()
178 static inline void writel(u32 l, volatile void __iomem *addr) in writel()
227 static inline void outl(u32 l, unsigned long addr) in outl()
289 #define ioread8_rep(p,d,l) readsb(p,d,l) argument
290 #define ioread16_rep(p,d,l) readsw(p,d,l) argument
291 #define ioread32_rep(p,d,l) readsl(p,d,l) argument
292 #define iowrite8_rep(p,d,l) writesb(p,d,l) argument
293 #define iowrite16_rep(p,d,l) writesw(p,d,l) argument
294 #define iowrite32_rep(p,d,l) writesl(p,d,l) argument
334 static inline void sbus_writel(u32 l, volatile void __iomem *addr) in sbus_writel()
/openbmc/linux/net/ceph/
H A Dpagevec.c68 int l, bad; in ceph_copy_user_to_page_vector() local
96 size_t l = min_t(size_t, PAGE_SIZE-po, left); in ceph_copy_to_page_vector() local
119 size_t l = min_t(size_t, PAGE_SIZE-po, left); in ceph_copy_from_page_vector() local
/openbmc/u-boot/drivers/usb/musb-new/
H A Domap2430.c27 u32 l; in omap2430_low_level_exit() local
37 u32 l; in omap2430_low_level_init() local
47 u32 l; in omap2430_musb_init() local
/openbmc/linux/arch/parisc/include/asm/
H A Datomic.h36 #define _atomic_spin_lock_irqsave(l,f) do { \ argument
42 #define _atomic_spin_unlock_irqrestore(l,f) do { \ argument
50 # define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0) argument
51 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0) argument
/openbmc/linux/arch/mips/kvm/
H A Dentry.c292 struct uasm_label __maybe_unused *l = labels; in kvm_mips_build_enter_guest() local
439 struct uasm_label *l = labels; in kvm_mips_build_tlb_refill_exception() local
526 struct uasm_label *l = labels; in kvm_mips_build_exception() local
569 struct uasm_label *l = labels; in kvm_mips_build_exit() local
795 struct uasm_label *l = labels; in kvm_mips_build_ret_from_exit() local
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_pbs.c18 #define DEBUG_PBS_FULL_C(s, d, l) \ argument
20 #define DEBUG_PBS_C(s, d, l) \ argument
25 #define DEBUG_PBS_D(d, l) printf("%x", d) argument
28 #define DEBUG_PBS_D(d, l) argument
33 #define DEBUG_PBS_FULL_D(d, l) printf("%x", d) argument
36 #define DEBUG_PBS_FULL_D(d, l) argument
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dio.h129 #define outsb(a, b, l) io_outsb(a, b, l) argument
130 #define outsw(a, b, l) io_outsw(a, b, l) argument
131 #define outsl(a, b, l) io_outsl(a, b, l) argument
133 #define insb(a, b, l) io_insb(a, b, l) argument
134 #define insw(a, b, l) io_insw(a, b, l) argument
135 #define insl(a, b, l) io_insl(a, b, l) argument
/openbmc/u-boot/cmd/
H A Ditest.c53 long l = 0; in evalexp() local
112 char *l, *r; in stringcomp() local
131 long l, r; in arithcomp() local
/openbmc/linux/drivers/ata/pata_parport/
H A Dbpck.c29 #define j44(l,h) (((l>>3)&0x7)|((l>>4)&0x8)|((h<<1)&0x70)|(h&0x80)) argument
40 int r, l, h; in bpck_read_regr() local
153 int i, l, h; in bpck_read_block() local
301 int i, e, l, h, om; in bpck_test_proto() local
H A Dfriq.c38 #define j44(l, h) (((l >> 4) & 0x0f) | (h & 0xf0)) argument
48 int h, l, r; in friq_read_regr() local
71 int h, l, k, ph; in friq_read_block_int() local
H A Dfrpw.c24 #define j44(l,h) (((l>>4)&0x0f)|(h&0xf0)) argument
34 int h, l, r; in frpw_read_regr() local
59 int h, l, k, ph; in frpw_read_block_int() local
/openbmc/linux/kernel/locking/
H A Dmcs_spinlock.h32 #define arch_mcs_spin_lock_contended(l) \ argument
44 #define arch_mcs_spin_unlock_contended(l) \ argument
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_spi.c33 #define TPM_ACCESS(l) (0x0000 | ((l) << 12)) argument
34 #define TPM_INT_ENABLE(l) (0x0008 | ((l) << 12)) argument
35 #define TPM_STS(l) (0x0018 | ((l) << 12)) argument
36 #define TPM_DATA_FIFO(l) (0x0024 | ((l) << 12)) argument
37 #define TPM_DID_VID(l) (0x0F00 | ((l) << 12)) argument
38 #define TPM_RID(l) (0x0F04 | ((l) << 12)) argument
/openbmc/linux/net/bluetooth/
H A Daf_bluetooth.c172 void bt_sock_link(struct bt_sock_list *l, struct sock *sk) in bt_sock_link()
180 void bt_sock_unlink(struct bt_sock_list *l, struct sock *sk) in bt_sock_unlink()
665 struct bt_sock_list *l = pde_data(file_inode(seq->file)); in bt_seq_start() local
673 struct bt_sock_list *l = pde_data(file_inode(seq->file)); in bt_seq_next() local
681 struct bt_sock_list *l = pde_data(file_inode(seq->file)); in bt_seq_stop() local
688 struct bt_sock_list *l = pde_data(file_inode(seq->file)); in bt_seq_show() local
/openbmc/linux/drivers/md/
H A Ddm-ima.c28 int l = strlen(*buf); in fix_separator_chars() local
180 size_t device_data_buf_len, target_metadata_buf_len, target_data_buf_len, l = 0; in dm_ima_measure_on_table_load() local
374 unsigned int l = 0; in dm_ima_measure_on_device_resume() local
488 unsigned int l = 0; in dm_ima_measure_on_device_remove() local
607 unsigned int l = 0, capacity_len = 0; in dm_ima_measure_on_table_clear() local
/openbmc/linux/fs/hfsplus/
H A Dbnode.c25 int l; in hfs_bnode_read() local
76 int l; in hfs_bnode_write() local
104 int l; in hfs_bnode_clear() local
125 int l; in hfs_bnode_copy() local
179 int l; in hfs_bnode_move() local
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dsubdev.h73 #define nvkm_printk_ok(s,u,l) \ argument
75 #define nvkm_printk___(s,u,l,p,f,a...) do { \ argument
83 #define nvkm_printk__(s,l,p,f,a...) nvkm_printk___((s), (s), (l), p, f, ##a) argument
84 #define nvkm_printk_(s,l,p,f,a...) nvkm_printk__((s), (l), p, " "f, ##a) argument
85 #define nvkm_printk(s,l,p,f,a...) nvkm_printk_((s), NV_DBG_##l, p, f, ##a) argument
/openbmc/linux/include/crypto/
H A Dutils.h23 unsigned long l; in crypto_xor() local
44 unsigned long l; in crypto_xor_cpy() local
/openbmc/qemu/util/
H A Drange.c40 GList *l; in range_list_insert() local
84 GList *l = in, *out = *rev; in range_inverse_array() local

12345678910>>...49