Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 125) sorted by relevance

12345

/qemu/linux-headers/linux/
H A Dbits.h7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h)))) argument
9 #define __GENMASK_ULL(h, l) (((~_ULL(0)) << (l)) & (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h)))) argument
11 #define __GENMASK_U128(h, l) \ argument
/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
/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
/qemu/tests/unit/
H A Dtest-resv-mem.c21 GList *l; in print_ranges() local
41 GList *l, *e; in compare_ranges() local
203 for (GList *l = list; l; l = l->next) { in print_resv_region_list() local
223 GList *l = NULL; in check_resv_region_list_insert() local
H A Dtest-int128.c41 uint64_t l, h; in expand() local
179 test_rshift_one(uint32_t x, int n, uint64_t h, uint64_t l) in test_rshift_one()
210 test_urshift_one(uint32_t x, int n, uint64_t h, uint64_t l) in test_urshift_one()
/qemu/util/
H A Drange.c40 GList *l; in range_list_insert() local
84 GList *l = in, *out = *rev; in range_inverse_array() local
H A Dreserved-region.c29 GList *l; in resv_region_list_insert() local
H A Dthread-context.c90 uint16List *l, *host_cpus = NULL; in thread_context_set_cpu_affinity() local
175 uint16List *l, *host_nodes = NULL; in thread_context_set_node_affinity() local
H A Dmodule.c73 ModuleTypeList *l; in register_module_init() local
99 ModuleTypeList *l; in module_call_init() local
/qemu/hw/core/
H A Dqdev-fw.c65 int l = 0; in qdev_get_fw_dev_path_helper() local
89 int l; in qdev_get_fw_dev_path() local
/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
H A Dvnc-enc-zywrle.h312 static inline void wavelet_level(int *data, int size, int l, int skip_pixel) in wavelet_level()
337 int level, int l) in filter_wavelet_square()
413 int level, int l) in filter_wavelet_square()
446 int l, s; in wavelet() local
/qemu/hw/tpm/
H A Dtpm_tis_common.c77 static void tpm_tis_sts_set(TPMLocality *l, uint32_t flags) in tpm_tis_sts_set()
124 uint8_t l; in tpm_tis_check_request_use_except() local
238 uint8_t l; in tpm_tis_request_completed() local
480 uint8_t active_locty, l; in tpm_tis_mmio_write() local
/qemu/target/s390x/kvm/
H A Dstsi-topology.c210 static int s390_topology_id_cmp(const S390TopologyId *l, in s390_topology_id_cmp()
231 static bool s390_topology_id_eq(const S390TopologyId *l, in s390_topology_id_eq()
237 static bool s390_topology_id_lt(const S390TopologyId *l, in s390_topology_id_lt()
/qemu/tests/tcg/multiarch/linux/
H A Dtest-vma.c13 size_t l = (size_t)1 << i; in main() local
/qemu/tests/qtest/
H A Dtpm-tis-i2c-test.c162 uint8_t locty, l; in tpm_tis_i2c_test_check_localities() local
229 int locty, l; in tpm_tis_i2c_test_check_access_reg_seize() local
427 int locty, l; in tpm_tis_i2c_test_check_access_reg_release() local
H A Dtpm-tis-util.c108 int locty, l; in tpm_tis_test_check_access_reg_seize() local
301 int locty, l; in tpm_tis_test_check_access_reg_release() local
H A Dnpcm7xx_rng-test.c209 unsigned long l[TEST_INPUT_BITS / BITS_PER_LONG]; in test_continuous_runs() member
254 unsigned long l[TEST_INPUT_BITS / BITS_PER_LONG]; in test_first_byte_runs() member
/qemu/accel/tcg/
H A Dtcg-runtime.c95 uint64_t l, h; in HELPER() local
102 uint64_t l, h; in HELPER() local
/qemu/target/hexagon/
H A Dgen_trans_funcs.py40 def ordered_unique(l): argument
H A Dgen_decodetree.py40 def ordered_unique(l): argument
/qemu/hw/xen/
H A Dxen_pt.c655 static void xen_pt_region_add(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_region_add()
664 static void xen_pt_region_del(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_region_del()
673 static void xen_pt_io_region_add(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_io_region_add()
682 static void xen_pt_io_region_del(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_io_region_del()
/qemu/tests/tcg/m68k/
H A Ddenormal.c26 uint32_t l; in dump_ld() member
/qemu/system/
H A Dphysmem.c2876 int memory_access_size(MemoryRegion *mr, unsigned l, hwaddr addr) in memory_access_size()
2948 hwaddr *l, MemoryRegion *mr) in flatview_write_continue_step()
3000 hwaddr l, MemoryRegion *mr) in flatview_write_continue()
3028 hwaddr l; in flatview_write() local
3043 hwaddr *l, in flatview_read_continue_step()
3090 hwaddr len, hwaddr mr_addr, hwaddr l, in flatview_read_continue()
3119 hwaddr l; in flatview_read() local
3178 int l; in address_space_set() local
3211 hwaddr l; in address_space_write_rom_internal() local
3354 hwaddr l, xlat; in flatview_access_valid() local
[all …]
/qemu/tests/tcg/i386/
H A Dtest-i386-muldiv.h38 void glue(glue(test_, OP), l)(long op0h, long op0, long op1) in glue() argument

12345