/qemu/linux-headers/linux/ |
H A D | bits.h | 7 #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 D | mixeng.h | 30 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 D | cpu-float.h | 10 uint32_t l; member 19 } l; member 24 } l; member 34 } l; member 45 } l; member 56 } l; member
|
/qemu/tests/unit/ |
H A D | test-resv-mem.c | 21 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 D | test-int128.c | 41 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 D | range.c | 40 GList *l; in range_list_insert() local 84 GList *l = in, *out = *rev; in range_inverse_array() local
|
H A D | reserved-region.c | 29 GList *l; in resv_region_list_insert() local
|
H A D | thread-context.c | 90 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 D | module.c | 73 ModuleTypeList *l; in register_module_init() local 99 ModuleTypeList *l; in module_call_init() local
|
/qemu/hw/core/ |
H A D | qdev-fw.c | 65 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 D | input-barrier.c | 123 #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 D | vnc-enc-zywrle.h | 312 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 D | tpm_tis_common.c | 77 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 D | stsi-topology.c | 210 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 D | test-vma.c | 13 size_t l = (size_t)1 << i; in main() local
|
/qemu/tests/qtest/ |
H A D | tpm-tis-i2c-test.c | 162 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 D | tpm-tis-util.c | 108 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 D | npcm7xx_rng-test.c | 209 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 D | tcg-runtime.c | 95 uint64_t l, h; in HELPER() local 102 uint64_t l, h; in HELPER() local
|
/qemu/target/hexagon/ |
H A D | gen_trans_funcs.py | 40 def ordered_unique(l): argument
|
H A D | gen_decodetree.py | 40 def ordered_unique(l): argument
|
/qemu/hw/xen/ |
H A D | xen_pt.c | 655 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 D | denormal.c | 26 uint32_t l; in dump_ld() member
|
/qemu/system/ |
H A D | physmem.c | 2876 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 D | test-i386-muldiv.h | 38 void glue(glue(test_, OP), l)(long op0h, long op0, long op1) in glue() argument
|