Home
last modified time | relevance | path

Searched defs:l (Results 26 – 50 of 1073) sorted by relevance

12345678910>>...43

/openbmc/linux/arch/arm/include/asm/
H A Dio.h247 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) argument
251 #define insb(p,d,l) __raw_readsb(__io(p),d,l) argument
252 #define insw(p,d,l) __raw_readsw(__io(p),d,l) argument
253 #define insl(p,d,l) __raw_readsl(__io(p),d,l) argument
292 #define readsb(p,d,l) __raw_readsb(p,d,l) argument
293 #define readsw(p,d,l) __raw_readsw(p,d,l) argument
294 #define readsl(p,d,l) __raw_readsl(p,d,l) argument
296 #define writesb(p,d,l) __raw_writesb(p,d,l) argument
297 #define writesw(p,d,l) __raw_writesw(p,d,l) argument
298 #define writesl(p,d,l) __raw_writesl(p,d,l) argument
[all …]
/openbmc/linux/lib/zstd/common/
H A Ddebug.h85 # define RAWLOG(l, ...) { \ argument
89 # define DEBUGLOG(l, ...) { \ argument
95 # define RAWLOG(l, ...) {} /* disabled */ argument
96 # define DEBUGLOG(l, ...) {} /* disabled */ argument
/openbmc/linux/arch/arm/mach-omap1/
H A Dusb.c279 u32 l; in omap1_usb0_init() local
294 u32 l; in omap1_usb0_init() local
337 u32 l; in omap1_usb0_init() local
354 u32 l; in omap1_usb0_init() local
376 u32 l; in omap1_usb1_init() local
421 u32 l; in omap1_usb1_init() local
446 u32 l; in omap1_usb2_init() local
492 u32 l; in omap1_usb2_init() local
/openbmc/sdbusplus/src/
H A Devent.cpp24 auto l = ev->obtain_lock(); in operator =() local
37 auto l = ev->obtain_lock(); in ~source() local
96 auto l = obtain_lock<false>(); in run_one() local
113 auto l = obtain_lock(); in add_io() local
152 auto l = obtain_lock(); in add_oneshot_timer() local
181 std::unique_lock<std::recursive_mutex> l{this->lock, std::defer_lock_t()}; in obtain_lock() local
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_dfs.c18 #define DEBUG_DFS_C(s, d, l) \ argument
20 #define DEBUG_DFS_FULL_C(s, d, l) \ argument
25 #define DEBUG_DFS_D(d, l) printf("%x", d) argument
28 #define DEBUG_DFS_D(d, l) argument
33 #define DEBUG_DFS_FULL_D(d, l) printf("%x", d) argument
36 #define DEBUG_DFS_FULL_D(d, l) argument
H A Dddr3_dqs.c18 #define DEBUG_DQS_C(s, d, l) \ argument
20 #define DEBUG_DQS_FULL_C(s, d, l) \ argument
22 #define DEBUG_DQS_RESULTS_C(s, d, l) \ argument
24 #define DEBUG_PER_DQ_C(s, d, l) \ argument
29 #define DEBUG_DQS_RESULTS_D(d, l) \ argument
34 #define DEBUG_PER_DQ_D(d, l) \ argument
36 #define DEBUG_PER_DQ_DD(d, l) \ argument
41 #define DEBUG_DQS_D(d, l) printf("%x", d) argument
44 #define DEBUG_DQS_D(d, l) argument
49 #define DEBUG_DQS_FULL_D(d, l) printf("%x", d) argument
[all …]
H A Dddr3_write_leveling.c18 #define DEBUG_WL_C(s, d, l) \ argument
20 #define DEBUG_WL_FULL_C(s, d, l) \ argument
25 #define DEBUG_WL_D(d, l) printf("%x", d) argument
28 #define DEBUG_RL_D(d, l) \ argument
32 #define DEBUG_WL_D(d, l) argument
37 #define DEBUG_WL_FULL_D(d, l) printf("%x", d) argument
40 #define DEBUG_WL_FULL_D(d, l) argument
H A Dddr3_hw_training.c30 #define DEBUG_MAIN_C(s, d, l) \ argument
32 #define DEBUG_MAIN_FULL_C(s, d, l) \ argument
37 #define DEBUG_MAIN_D(d, l) printf("%x", d) argument
40 #define DEBUG_MAIN_D(d, l) argument
45 #define DEBUG_MAIN_FULL_D(d, l) printf("%x", d) argument
48 #define DEBUG_MAIN_FULL_D(d, l) argument
53 #define DEBUG_SUSPEND_RESUME_D(d, l) printf("%x", d) argument
56 #define DEBUG_SUSPEND_RESUME_D(d, l) argument
/openbmc/qemu/include/qemu/
H A Dcpu-float.h10 uint32_t l; member
19 } l; member
24 } l; member
34 } l; member
45 } l; member
56 } l; member
/openbmc/qemu/audio/
H A Dmixeng.h30 struct mixeng_volume { int mute; mixeng_real r; mixeng_real l; }; member
31 struct st_sample { mixeng_real l; mixeng_real r; }; member
33 struct mixeng_volume { int mute; int64_t r; int64_t l; }; member
34 struct st_sample { int64_t l; int64_t r; }; member
/openbmc/linux/lib/crypto/
H A Dutils.c43 u64 l = get_unaligned((u64 *)src1) ^ in __crypto_xor() local
57 u32 l = get_unaligned((u32 *)src1) ^ in __crypto_xor() local
71 u16 l = get_unaligned((u16 *)src1) ^ in __crypto_xor() local
/openbmc/linux/lib/
H A Dkfifo.c94 unsigned int l; in kfifo_copy_in() local
116 unsigned int l; in __kfifo_in() local
133 unsigned int l; in kfifo_copy_out() local
155 unsigned int l; in __kfifo_out_peek() local
181 unsigned int l; in kfifo_copy_from_user() local
213 unsigned int l; in __kfifo_from_user() local
239 unsigned int l; in kfifo_copy_to_user() local
273 unsigned int l; in __kfifo_to_user() local
299 unsigned int l; in setup_sgl_buf() local
339 unsigned int l; in setup_sgl() local
[all …]
/openbmc/linux/drivers/char/tpm/
H A Dtpm_tis_core.h70 #define TPM_ACCESS(l) (0x0000 | ((l) << 12)) argument
71 #define TPM_INT_ENABLE(l) (0x0008 | ((l) << 12)) argument
72 #define TPM_INT_VECTOR(l) (0x000C | ((l) << 12)) argument
73 #define TPM_INT_STATUS(l) (0x0010 | ((l) << 12)) argument
74 #define TPM_INTF_CAPS(l) (0x0014 | ((l) << 12)) argument
75 #define TPM_STS(l) (0x0018 | ((l) << 12)) argument
76 #define TPM_STS3(l) (0x001b | ((l) << 12)) argument
77 #define TPM_DATA_FIFO(l) (0x0024 | ((l) << 12)) argument
79 #define TPM_DID_VID(l) (0x0F00 | ((l) << 12)) argument
80 #define TPM_RID(l) (0x0F04 | ((l) << 12)) argument
/openbmc/entity-manager/test/
H A Dtest_fru-utils.cpp176 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
197 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
210 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
226 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
243 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
260 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
280 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
295 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
310 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
323 auto getData = [&data](auto o, auto l, auto* b) { in TEST()
[all …]
/openbmc/linux/arch/loongarch/include/asm/
H A Ddmi.h11 #define dmi_early_remap(x, l) dmi_remap(x, l) argument
12 #define dmi_early_unmap(x, l) dmi_unmap(x) argument
13 #define dmi_alloc(l) memblock_alloc(l, PAGE_SIZE) argument
/openbmc/linux/arch/powerpc/lib/
H A Drheap.c31 struct list_head *l) in fixup()
159 struct list_head *l; in attach_free_block() local
235 struct list_head *l; in attach_taken_block() local
372 struct list_head *l; in rh_detach_region() local
444 struct list_head *l; in rh_alloc_align() local
529 struct list_head *l; in rh_alloc_fixed() local
615 struct list_head *l; in rh_free() local
644 struct list_head *l; in rh_get_stats() local
682 struct list_head *l; in rh_set_owner() local
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h285 #define SMC_insl(a, r, p, l) \ argument
354 #define SMC_insw(a, r, p, l) \ argument
408 #define SMC_insl(a, r, p, l) BUG() argument
409 #define SMC_outsl(a, r, p, l) BUG() argument
413 #define SMC_insl(a, r, p, l) BUG() argument
414 #define SMC_outsl(a, r, p, l) BUG() argument
421 #define SMC_insw(a, r, p, l) BUG() argument
422 #define SMC_outsw(a, r, p, l) BUG() argument
427 #define SMC_insw(a, r, p, l) BUG() argument
436 #define SMC_insb(a, r, p, l) BUG() argument
[all …]
/openbmc/linux/drivers/scsi/arm/
H A Dqueue.c110 struct list_head *l; in __queue_add() local
165 struct list_head *l; in queue_remove_exclude() local
214 struct list_head *l; in queue_remove_tgtluntag() local
241 struct list_head *l; in queue_remove_all_target() local
264 struct list_head *l; in queue_probetgtlun() local
290 struct list_head *l; in queue_remove_cmd() local
/openbmc/qemu/host/include/aarch64/host/
H A Datomic128-ldst.h30 uint64_t l, h; in atomic16_read_ro() local
42 uint64_t l, h; in atomic16_read_rw() local
62 uint64_t l = int128_getlo(val), h = int128_gethi(val); in atomic16_set() local
/openbmc/linux/arch/mips/mm/
H A Dtlbex.c495 void build_tlb_write_entry(u32 **p, struct uasm_label **l, in build_tlb_write_entry()
741 struct uasm_label **l, in build_huge_handler_tail()
1266 struct uasm_label *l = labels; in build_r4000_tlb_refill_handler() local
1495 struct uasm_label *l = labels; in build_loongson3_tlb_refill_handler() local
1567 struct uasm_label *l = labels; in build_setup_pgd() local
1899 struct uasm_label *l = labels; in build_r3000_tlb_load_handler() local
1929 struct uasm_label *l = labels; in build_r3000_tlb_store_handler() local
1959 struct uasm_label *l = labels; in build_r3000_tlb_modify_handler() local
2075 struct uasm_label *l = labels; in build_r4000_tlb_load_handler() local
2257 struct uasm_label *l = labels; in build_r4000_tlb_store_handler() local
[all …]
/openbmc/linux/net/ceph/
H A Dstriper.c24 void ceph_calc_file_object_mapping(struct ceph_file_layout *l, in ceph_calc_file_object_mapping()
110 int ceph_file_to_extents(struct ceph_file_layout *l, u64 off, u64 len, in ceph_file_to_extents()
174 int ceph_iterate_extents(struct ceph_file_layout *l, u64 off, u64 len, in ceph_iterate_extents()
211 int ceph_extent_to_file(struct ceph_file_layout *l, in ceph_extent_to_file()
263 u64 ceph_get_num_objects(struct ceph_file_layout *l, u64 size) in ceph_get_num_objects()
/openbmc/linux/drivers/md/bcache/
H A Dbset.h421 static __always_inline int64_t bkey_cmp(const struct bkey *l, in bkey_cmp()
483 static inline bool bch_bkey_equal_header(const struct bkey *l, in bch_bkey_equal_header()
508 static inline void bch_keylist_init(struct keylist *l) in bch_keylist_init()
513 static inline void bch_keylist_init_single(struct keylist *l, struct bkey *k) in bch_keylist_init_single()
519 static inline void bch_keylist_push(struct keylist *l) in bch_keylist_push()
524 static inline void bch_keylist_add(struct keylist *l, struct bkey *k) in bch_keylist_add()
530 static inline bool bch_keylist_empty(struct keylist *l) in bch_keylist_empty()
535 static inline void bch_keylist_reset(struct keylist *l) in bch_keylist_reset()
540 static inline void bch_keylist_free(struct keylist *l) in bch_keylist_free()
546 static inline size_t bch_keylist_nkeys(struct keylist *l) in bch_keylist_nkeys()
[all …]
/openbmc/linux/arch/parisc/lib/
H A Dio.c169 unsigned int l = 0, l2; in insw() local
241 unsigned int l = 0, l2; in insl() local
339 unsigned int l = 0, l2; in outsw() local
411 unsigned int l = 0, l2; in outsl() local
/openbmc/linux/kernel/bpf/
H A Dhashtab.c305 struct htab_elem *l; in prealloc_lru_pop() local
641 struct htab_elem *l; in lookup_elem_raw() local
659 struct htab_elem *l; in lookup_nulls_elem_raw() local
681 struct htab_elem *l; in __htab_map_lookup_elem() local
1411 struct htab_elem *l; in htab_map_delete_elem() local
1447 struct htab_elem *l; in htab_lru_map_delete_elem() local
1594 struct htab_elem *l; in __htab_map_lookup_and_delete_elem() local
1701 struct htab_elem *l; in __htab_map_lookup_and_delete_batch() local
2314 struct htab_elem *l; in htab_percpu_map_lookup_percpu_elem() local
2340 struct htab_elem *l; in htab_lru_percpu_map_lookup_percpu_elem() local
[all …]
/openbmc/sdbusplus/src/async/
H A Dmatch.cpp35 std::lock_guard l{lock}; in ~match() local
75 std::unique_lock l{lock}; in handle_match() local
80 void match::handle_completion(std::unique_lock<std::mutex>&& l) noexcept in handle_completion()

12345678910>>...43