Searched defs:sl (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | seqlock.h | 27 static inline void seqlock_init(QemuSeqLock *sl) in seqlock_init() argument 33 static inline void seqlock_write_begin(QemuSeqLock *sl) in seqlock_write_begin() 41 static inline void seqlock_write_end(QemuSeqLock *sl) in seqlock_write_end() 50 static inline void seqlock_write_lock_impl(QemuSeqLock *sl, QemuLockable *lock) in seqlock_write_lock_impl() 55 #define seqlock_write_lock(sl, lock) \ argument 59 static inline void seqlock_write_unlock_impl(QemuSeqLock *sl, QemuLockable *lock) in seqlock_write_unlock_impl() 64 #define seqlock_write_unlock(sl, lock) \ argument 68 static inline unsigned seqlock_read_begin(const QemuSeqLock *sl) in seqlock_read_begin() 78 static inline int seqlock_read_retry(const QemuSeqLock *sl, unsigned start) in seqlock_read_retry()
|
/openbmc/qemu/backends/ |
H A D | cryptodev-hmp-cmds.c | 23 QCryptodevBackendServiceTypeList *sl; in hmp_info_cryptodev() local
|
/openbmc/qemu/util/ |
H A D | module.c | 215 const char **sl; in module_load() local 322 const char **sl; in module_load_qom() local 380 const char **sl; in qemu_load_module_for_opts() local
|
/openbmc/u-boot/arch/nios2/lib/ |
H A D | longlong.h | 91 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 101 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
/openbmc/u-boot/arch/arm/include/asm/proc-armv/ |
H A D | processor.h | 33 unsigned long sl; member
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | cache.c | 21 unsigned long conf2, sl; in probe_l2() local
|
/openbmc/u-boot/lib/ |
H A D | string.c | 472 unsigned long *sl = (unsigned long *) s; in memset() local 511 unsigned long *dl = (unsigned long *)dest, *sl = (unsigned long *)src; in memcpy() local
|
/openbmc/u-boot/common/ |
H A D | command.c | 301 int sl = sep != NULL ? strlen(sep) : 0; in print_argv() local
|
/openbmc/u-boot/drivers/video/ |
H A D | mx3fb.c | 271 u32 sl:14; member 319 u32 sl:14; member
|
/openbmc/qemu/hw/audio/ |
H A D | fmopl.c | 430 int sl = v>>4; in set_sl_rr() local
|
/openbmc/qemu/target/sparc/ |
H A D | vis_helper.c | 89 int32_t sl[2]; member
|
/openbmc/qemu/ |
H A D | meson.build | 3958 sl = static_library(d + '-' + m, [genh, module_ss.sources()], global() variable 4002 sl = static_library(module_name, global() variable [all...] |
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 1246 TCGv sl = tcg_constant_tl(slot); in gen_vreg_store() local
|
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 46 int64_t sl[1]; member
|