Home
last modified time | relevance | path

Searched full:unsigned (Results 1 – 25 of 1985) sorted by relevance

12345678910>>...80

/qemu/linux-headers/asm-riscv/
H A Dptrace.h25 unsigned long pc;
26 unsigned long ra;
27 unsigned long sp;
28 unsigned long gp;
29 unsigned long tp;
30 unsigned long t0;
31 unsigned long t1;
32 unsigned long t2;
33 unsigned long s0;
34 unsigned long s1;
[all …]
H A Dkvm.h51 unsigned long isa;
52 unsigned long zicbom_block_size;
53 unsigned long mvendorid;
54 unsigned long marchid;
55 unsigned long mimpid;
56 unsigned long zicboz_block_size;
57 unsigned long satp_mode;
63 unsigned long mode;
72 unsigned long sstatus;
73 unsigned long sie;
[all …]
/qemu/include/qemu/
H A Dbitmap.h20 * case that the bitmap is a single unsigned long are thus:
70 unsigned long name[BITS_TO_LONGS(bits)]
83 int slow_bitmap_empty(const unsigned long *bitmap, long bits);
84 int slow_bitmap_full(const unsigned long *bitmap, long bits);
85 int slow_bitmap_equal(const unsigned long *bitmap1,
86 const unsigned long *bitmap2, long bits);
87 void slow_bitmap_complement(unsigned long *dst, const unsigned long *src,
89 int slow_bitmap_and(unsigned long *dst, const unsigned long *bitmap1,
90 const unsigned long *bitmap2, long bits);
91 void slow_bitmap_or(unsigned long *dst, const unsigned long *bitmap1,
[all …]
H A Dctype.h11 #define qemu_isalnum(c) isalnum((unsigned char)(c))
12 #define qemu_isalpha(c) isalpha((unsigned char)(c))
13 #define qemu_iscntrl(c) iscntrl((unsigned char)(c))
14 #define qemu_isdigit(c) isdigit((unsigned char)(c))
15 #define qemu_isgraph(c) isgraph((unsigned char)(c))
16 #define qemu_islower(c) islower((unsigned char)(c))
17 #define qemu_isprint(c) isprint((unsigned char)(c))
18 #define qemu_ispunct(c) ispunct((unsigned char)(c))
19 #define qemu_isspace(c) isspace((unsigned char)(c))
20 #define qemu_isupper(c) isupper((unsigned char)(c))
[all …]
/qemu/include/ui/
H A Dpixel_ops.h1 static inline unsigned int rgb_to_pixel8(unsigned int r, unsigned int g, in rgb_to_pixel8()
2 unsigned int b) in rgb_to_pixel8()
7 static inline unsigned int rgb_to_pixel15(unsigned int r, unsigned int g, in rgb_to_pixel15()
8 unsigned int b) in rgb_to_pixel15()
13 static inline unsigned int rgb_to_pixel15bgr(unsigned int r, unsigned int g, in rgb_to_pixel15bgr()
14 unsigned int b) in rgb_to_pixel15bgr()
19 static inline unsigned int rgb_to_pixel16(unsigned int r, unsigned int g, in rgb_to_pixel16()
20 unsigned int b) in rgb_to_pixel16()
25 static inline unsigned int rgb_to_pixel16bgr(unsigned int r, unsigned int g, in rgb_to_pixel16bgr()
26 unsigned int b) in rgb_to_pixel16bgr()
[all …]
/qemu/util/
H A Dbitmap.c19 * array of unsigned longs. The number of valid bits in a
41 int slow_bitmap_empty(const unsigned long *bitmap, long bits) in slow_bitmap_empty()
59 int slow_bitmap_full(const unsigned long *bitmap, long bits) in slow_bitmap_full()
78 int slow_bitmap_equal(const unsigned long *bitmap1, in slow_bitmap_equal()
79 const unsigned long *bitmap2, long bits) in slow_bitmap_equal()
98 void slow_bitmap_complement(unsigned long *dst, const unsigned long *src, in slow_bitmap_complement()
112 int slow_bitmap_and(unsigned long *dst, const unsigned long *bitmap1, in slow_bitmap_and()
113 const unsigned long *bitmap2, long bits) in slow_bitmap_and()
117 unsigned long result = 0; in slow_bitmap_and()
125 void slow_bitmap_or(unsigned long *dst, const unsigned long *bitmap1, in slow_bitmap_or()
[all …]
H A Dbitops.c20 unsigned long find_next_bit(const unsigned long *addr, unsigned long size, in find_next_bit()
21 unsigned long offset) in find_next_bit()
23 const unsigned long *p = addr + BIT_WORD(offset); in find_next_bit()
24 unsigned long result = offset & ~(BITS_PER_LONG-1); in find_next_bit()
25 unsigned long tmp; in find_next_bit()
45 unsigned long d1, d2, d3; in find_next_bit()
85 unsigned long find_next_zero_bit(const unsigned long *addr, unsigned long size, in find_next_zero_bit()
86 unsigned long offset) in find_next_zero_bit()
88 const unsigned long *p = addr + BIT_WORD(offset); in find_next_zero_bit()
89 unsigned long result = offset & ~(BITS_PER_LONG-1); in find_next_zero_bit()
[all …]
/qemu/target/i386/kvm/
H A Dvmsr_energy.h45 unsigned int thread_id;
47 unsigned int cpu_id;
48 unsigned int pkg_id;
49 unsigned int vpkg_id;
50 unsigned int vcpu_id;
51 unsigned long acpi_id;
52 unsigned long long *utime;
53 unsigned long long *stime;
54 unsigned long long delta_ticks;
70 unsigned int nb_vcpu;
[all …]
/qemu/linux-user/x86_64/
H A Dtarget_syscall.h47 unsigned int entry_number;
49 unsigned int limit;
50 unsigned int seg_32bit:1;
51 unsigned int contents:2;
52 unsigned int read_exec_only:1;
53 unsigned int limit_in_pages:1;
54 unsigned int seg_not_present:1;
55 unsigned int useable:1;
56 unsigned int lm:1;
60 unsigned int entry_number;
[all …]
/qemu/include/hw/i386/
H A Dtopology.h51 unsigned pkg_id;
52 unsigned die_id;
53 unsigned module_id;
54 unsigned core_id;
55 unsigned smt_id;
59 unsigned dies_per_pkg;
60 unsigned modules_per_die;
61 unsigned cores_per_module;
62 unsigned threads_per_core;
68 static unsigned apicid_bitwidth_for_count(unsigned count) in apicid_bitwidth_for_count()
[all …]
/qemu/include/tcg/
H A Dtcg-op-gvec-common.h89 void (*fniv)(unsigned, TCGv_vec, TCGv_vec);
110 void (*fniv)(unsigned, TCGv_vec, TCGv_vec, int64_t);
131 void (*fniv)(unsigned, TCGv_vec, TCGv_vec, TCGv_vec);
152 void (*fniv)(unsigned, TCGv_vec, TCGv_vec, TCGv_vec);
175 void (*fniv)(unsigned, TCGv_vec, TCGv_vec, TCGv_vec, int64_t);
196 void (*fniv)(unsigned, TCGv_vec, TCGv_vec, TCGv_vec, TCGv_vec);
219 void (*fniv)(unsigned, TCGv_vec, TCGv_vec, TCGv_vec, TCGv_vec, int64_t);
286 void tcg_gen_gvec_mov_var(unsigned vece, TCGv_ptr dbase, uint32_t dofs,
290 void tcg_gen_gvec_mov(unsigned vece, uint32_t dofs, uint32_t aofs,
292 void tcg_gen_gvec_not(unsigned vece, uint32_t dofs, uint32_t aofs,
[all …]
H A Dtcg-op-common.h18 TCGv_vec tcg_constant_vec(TCGType type, unsigned vece, int64_t val);
19 TCGv_vec tcg_constant_vec_matching(TCGv_vec match, unsigned vece, int64_t val);
50 void tcg_gen_exit_tb(const TranslationBlock *tb, unsigned idx);
65 void tcg_gen_goto_tb(unsigned idx);
78 void tcg_gen_plugin_cb(unsigned from);
79 void tcg_gen_plugin_mem_cb(TCGv_i64 addr, unsigned meminfo);
114 unsigned int ofs, unsigned int len);
116 unsigned int ofs, unsigned int len);
118 unsigned int ofs, unsigned int len);
120 unsigned int ofs, unsigned int len);
[all …]
/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h64 unsigned int entry_number;
66 unsigned int limit;
67 unsigned int seg_32bit:1;
68 unsigned int contents:2;
69 unsigned int read_exec_only:1;
70 unsigned int limit_in_pages:1;
71 unsigned int seg_not_present:1;
72 unsigned int useable:1;
73 unsigned int lm:1;
77 unsigned int entry_number;
[all …]
/qemu/hw/riscv/
H A Dtrace-events4 riscv_iommu_new(const char *id, unsigned b, unsigned d, unsigned f) "%s: device attached %04x:%02x.…
5 riscv_iommu_flt(const char *id, unsigned b, unsigned d, unsigned f, uint64_t reason, uint64_t iova)…
6 riscv_iommu_pri(const char *id, unsigned b, unsigned d, unsigned f, uint64_t iova) "%s: page reques…
7 riscv_iommu_dma(const char *id, unsigned b, unsigned d, unsigned f, unsigned pasid, const char *dir…
8 riscv_iommu_msi(const char *id, unsigned b, unsigned d, unsigned f, uint64_t iova, uint64_t phys) "…
15 riscv_iommu_ats(const char *id, unsigned b, unsigned d, unsigned f, uint64_t iova) "%s: translate r…
/qemu/linux-user/arm/nwfpe/
H A Dfpa11.h75 /* 104 */ unsigned char fType[8]; /* type of floating point value held in
89 void SetRoundingMode(const unsigned int);
90 void SetRoundingPrecision(const unsigned int);
92 static inline unsigned int readRegister(unsigned int reg) in readRegister()
97 static inline void writeRegister(unsigned int x, unsigned int y) in writeRegister()
105 static inline void writeConditionCodes(unsigned int x) in writeConditionCodes()
112 unsigned int EmulateAll(unsigned int opcode, FPA11* qfpa, CPUARMState* qregs);
114 unsigned int EmulateCPDO(const unsigned int);
115 unsigned int EmulateCPDT(const unsigned int);
116 unsigned int EmulateCPRT(const unsigned int);
[all …]
H A Dfpa11_cpdt.c32 void loadSingle(const unsigned int Fn, target_ulong addr) in loadSingle()
41 void loadDouble(const unsigned int Fn, target_ulong addr) in loadDouble()
44 unsigned int *p; in loadDouble()
45 p = (unsigned int*)&fpa11->fpreg[Fn].fDouble; in loadDouble()
59 void loadExtended(const unsigned int Fn, target_ulong addr) in loadExtended()
62 unsigned int *p; in loadExtended()
63 p = (unsigned int*)&fpa11->fpreg[Fn].fExtended; in loadExtended()
72 void loadMultiple(const unsigned int Fn, target_ulong addr) in loadMultiple()
75 register unsigned int *p; in loadMultiple()
76 unsigned long x; in loadMultiple()
[all …]
/qemu/hw/char/
H A Dtrace-events13 virtio_serial_send_control_event(unsigned int port, uint16_t event, uint16_t value) "port %u, event…
14 virtio_serial_throttle_port(unsigned int port, bool throttle) "port %u, throttle %d"
16 virtio_serial_handle_control_message_port(unsigned int port) "port %u"
19 virtio_console_flush_buf(unsigned int port, size_t len, ssize_t ret) "port %u, in_len %zu, out_len …
20 virtio_console_chr_read(unsigned int port, int size) "port %u, size %d"
21 virtio_console_chr_event(unsigned int port, int event) "port %u, event %d"
24 goldfish_tty_read(void *dev, unsigned int addr, unsigned int size, uint64_t value) "tty: %p reg: 0x…
25 goldfish_tty_write(void *dev, unsigned int addr, unsigned int size, uint64_t value) "tty: %p reg: 0…
26 goldfish_tty_can_receive(void *dev, unsigned int available) "tty: %p available: %u"
27 goldfish_tty_receive(void *dev, unsigned int size) "tty: %p size: %u"
[all …]
/qemu/tests/tcg/s390x/
H A Dadd-logical-with-carry.c11 unsigned long values[3];
12 unsigned long exp_sum;
41 static unsigned long test32rm(unsigned long a, unsigned long b, in test32rm()
42 unsigned long c, int *cc) in test32rm()
44 unsigned int a32 = a, b32 = b, c32 = c; in test32rm()
59 static unsigned long test32mr(unsigned long a, unsigned long b, in test32mr()
60 unsigned long c, int *cc) in test32mr()
62 unsigned int a32 = a, b32 = b, c32 = c; in test32mr()
77 static unsigned long test64rm(unsigned long a, unsigned long b, in test64rm()
78 unsigned long c, int *cc) in test64rm()
[all …]
/qemu/hw/misc/
H A Dtrace-events5 allwinner_cpucfg_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%…
6 allwinner_cpucfg_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x…
11 allwinner_h3_dramcom_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 …
12 allwinner_h3_dramcom_write(uint64_t offset, uint64_t data, unsigned size) "Write: offset 0x%" PRIx6…
13 allwinner_h3_dramctl_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 …
14 allwinner_h3_dramctl_write(uint64_t offset, uint64_t data, unsigned size) "Write: offset 0x%" PRIx6…
15 allwinner_h3_dramphy_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64 …
16 allwinner_h3_dramphy_write(uint64_t offset, uint64_t data, unsigned size) "write: offset 0x%" PRIx6…
25 allwinner_r40_dramcom_read(uint64_t offset, uint64_t data, unsigned size) "Read: offset 0x%" PRIx64…
26 allwinner_r40_dramcom_write(uint64_t offset, uint64_t data, unsigned size) "Write: offset 0x%" PRIx…
[all …]
/qemu/hw/i386/kvm/
H A Dxenstore_impl.h19 XenstoreImplState *xs_impl_create(unsigned int dom_id);
21 char *xs_perm_as_string(unsigned int perm, unsigned int domid);
30 int xs_impl_read(XenstoreImplState *s, unsigned int dom_id,
32 int xs_impl_write(XenstoreImplState *s, unsigned int dom_id,
34 int xs_impl_directory(XenstoreImplState *s, unsigned int dom_id,
37 int xs_impl_transaction_start(XenstoreImplState *s, unsigned int dom_id,
39 int xs_impl_transaction_end(XenstoreImplState *s, unsigned int dom_id,
41 int xs_impl_rm(XenstoreImplState *s, unsigned int dom_id,
43 int xs_impl_get_perms(XenstoreImplState *s, unsigned int dom_id,
45 int xs_impl_set_perms(XenstoreImplState *s, unsigned int dom_id,
[all …]
H A Dtrace-events6 xenstore_error(unsigned int id, unsigned int tx_id, const char *err) "req %u tx %u err %s"
7 xenstore_read(unsigned int tx_id, const char *path) "tx %u path %s"
8 xenstore_write(unsigned int tx_id, const char *path) "tx %u path %s"
9 xenstore_mkdir(unsigned int tx_id, const char *path) "tx %u path %s"
10 xenstore_directory(unsigned int tx_id, const char *path) "tx %u path %s"
11 xenstore_directory_part(unsigned int tx_id, const char *path, unsigned int offset) "tx %u path %s o…
12 xenstore_transaction_start(unsigned int new_tx) "new_tx %u"
13 xenstore_transaction_end(unsigned int tx_id, bool commit) "tx %u commit %d"
14 xenstore_rm(unsigned int tx_id, const char *path) "tx %u path %s"
15 xenstore_get_perms(unsigned int tx_id, const char *path) "tx %u path %s"
[all …]
/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h21 typedef unsigned char u8;
22 typedef unsigned short u16;
23 typedef unsigned int u32;
24 typedef unsigned long long u64;
56 unsigned int get_loadparm_index(void);
70 unsigned long virtio_load_direct(unsigned long rec_list1, unsigned long rec_list2,
71 unsigned long subchan_id, void *load_addr);
74 int virtio_read(unsigned long sector, void *load_addr);
100 static inline void fill_hex(char *out, unsigned char val) in fill_hex()
108 static inline void fill_hex_val(char *out, void *ptr, unsigned size) in fill_hex_val()
[all …]
/qemu/pc-bios/vof/
H A Dvof.h8 typedef unsigned char uint8_t;
9 typedef unsigned short uint16_t;
10 typedef unsigned long uint32_t;
11 typedef unsigned long long uint64_t;
13 typedef unsigned long ihandle;
14 typedef unsigned long phandle;
20 void do_boot(unsigned long addr, unsigned long r3, unsigned long r4);
40 extern unsigned long hv_rtas(unsigned long params);
41 extern unsigned int hv_rtas_size;
/qemu/target/arm/tcg/
H A Dtranslate.h348 MemOp pow2_align(unsigned i);
445 void gen_gvec_ceq0(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs,
447 void gen_gvec_clt0(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs,
449 void gen_gvec_cgt0(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs,
451 void gen_gvec_cle0(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs,
453 void gen_gvec_cge0(unsigned vece, uint32_t rd_ofs, uint32_t rm_ofs,
456 void gen_gvec_mla(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs,
458 void gen_gvec_mls(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs,
461 void gen_gvec_cmtst(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs,
463 void gen_gvec_sshl(unsigned vece, uint32_t rd_ofs, uint32_t rn_ofs,
[all …]
/qemu/tests/tcg/i386/
H A Dtest-i386-fprem.c40 unsigned long long mantissa:63;
41 unsigned int one:1;
42 unsigned int exponent:15;
43 unsigned int negative:1;
44 unsigned int empty:16;
49 unsigned long long mantissa:62;
50 unsigned int quiet_nan:1;
51 unsigned int one:1;
52 unsigned int exponent:15;
53 unsigned int negative:1;
[all …]

12345678910>>...80