Searched refs:uint (Results 1 - 18 of 18) sorted by relevance

/barrelfish-master/include/x86emu/
H A Ddecode.h63 u8 fetch_data_byte (uint offset);
64 u8 fetch_data_byte_abs (uint segment, uint offset);
65 u16 fetch_data_word (uint offset);
66 u16 fetch_data_word_abs (uint segment, uint offset);
67 u32 fetch_data_long (uint offset);
68 u32 fetch_data_long_abs (uint segment, uint offset);
69 void store_data_byte (uint offse
[all...]
H A Dtypes.h59 #define uint x86emuuint macro
99 typedef unsigned int uint; typedef
H A Ddebug.h204 extern void x86emu_check_data_access (uint s, uint o);
/barrelfish-master/tools/usbboot/include/aboot/
H A Dtypes.h36 typedef unsigned int uint; typedef
/barrelfish-master/kernel/include/arch/armv8/
H A Dsysreg.h30 armv8_sysreg_write_## _bits ## _ ## _name(uint## _bits ## _t val) { \
36 static inline uint## _bits ## _t \
38 uint## _bits ## _t val; \
174 armv8_cache_ctrl_write_## _bits ## _ ## _name(uint## _bits ## _t val) { \
180 static inline uint## _bits ## _t \
182 uint## _bits ## _t val; \
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dtypes.h54 typedef unsigned int uint; typedef
/barrelfish-master/lib/x86emu/
H A Ddecode.c305 uint offset)
324 uint offset)
343 uint offset)
363 uint segment,
364 uint offset)
384 uint segment,
385 uint offset)
405 uint segment,
406 uint offset)
427 uint offse
[all...]
H A Dfpu.c98 uint destoffset = 0;
328 uint destoffset = 0;
412 uint destoffset = 0;
541 uint destoffset = 0;
654 uint destoffset = 0;
764 uint destoffset = 0;
886 uint destoffset = 0;
H A Dops2.c202 uint destoffset;
340 uint srcoffset;
461 uint destoffset;
598 uint destoffset;
746 uint srcoffset;
885 uint destoffset;
1022 uint destoffset;
1142 uint srcoffset;
1320 uint srcoffset;
1368 uint srcoffse
[all...]
H A Ddebug.c156 void x86emu_check_data_access (uint dummy1, uint dummy2)
H A Dops.c115 uint destoffset;
173 uint destoffset;
294 uint srcoffset;
348 uint srcoffset;
536 uint destoffset;
593 uint destoffset;
714 uint srcoffset;
768 uint srcoffset;
953 uint destoffset;
1010 uint destoffse
[all...]
/barrelfish-master/usr/drivers/xeon_phi/
H A Dinterrupts.h18 #define PASTER(x,y) uint ## x ## y
/barrelfish-master/tools/usbboot/libc/
H A Dprintf.c65 static char *long_to_string(char *buf, unsigned long n, int len, uint flag)
95 static char *long_to_hexstring(char *buf, unsigned long u, int len, uint flag)
273 uint count = 0;
/barrelfish-master/include/arch/arm/machine/
H A Datomic-v6.h81 atomic_##NAME##_acq_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
88 atomic_##NAME##_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
/barrelfish-master/lib/libc/rpc/
H A Dclnt_generic.c334 uint sendsz, uint recvsz)
/barrelfish-master/include/sys/
H A Dtypes.h56 typedef unsigned int uint; /* Sys V compatibility */ typedef
/barrelfish-master/doc/002-mackerel/
H A DMackerel.tex1648 \texttt{uint$x$\_t DP\_REG\_rd\_raw( DN\_t *dev );}
1650 -- where \texttt{uint$x$\_t} is a standard C unsigned integer type
1669 \texttt{void DP\_REG\_wr\_raw( DN\_t *dev, uint$x$\_t val );}
1671 -- where \texttt{uint$x$\_t} is smallest suitable standard C
1690 \texttt{void DP\_REG\_FLD\_wrf( DN\_t *dev, \texttt{uint$x$\_t} val );}
1692 -- where \texttt{uint$x$\_t} is smallest suitable standard C
1732 \texttt{uint$x$\_t DP\_RARR\_rd\_raw( DN\_t *dev, int i );}
1734 -- where \texttt{uint$x$\_t} is a standard C unsigned integer type
1754 \texttt{void DP\_RARRG\_wr\_raw( DN\_t *dev, int i, uint$x$\_t val );}
1756 -- where \texttt{uint
[all...]
/barrelfish-master/lib/lwip2/src/apps/httpd/makefsdata/
H A Dmakefsdata.c42 typedef unsigned int uint; typedef

Completed in 214 milliseconds