Home
last modified time | relevance | path

Searched refs:__uint64_t (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/boot/sys/x86/include/
H A D_types.h59 typedef unsigned long __uint64_t; typedef
70 typedef unsigned long long __uint64_t; typedef
104 typedef __uint64_t __size_t; /* sizeof() */
107 typedef __uint64_t __uintfptr_t;
108 typedef __uint64_t __uintptr_t;
119 typedef __uint64_t __uintmax_t;
123 typedef __uint64_t __uint_fast64_t;
127 typedef __uint64_t __uint_least64_t;
129 typedef __uint64_t __u_register_t;
130 typedef __uint64_t __vm_offset_t;
[all …]
H A Dendian.h70 (((__uint64_t)__bswap32((x) & 0xffffffff) << 32) | __bswap32((x) >> 32))
81 __bswap64_gen((__uint64_t)(x)) : __bswap64_var(x))
110 static __inline __uint64_t
111 __bswap64_var(__uint64_t _x) in __bswap64_var()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_ioctl.h63 __uint64_t off;
71 __uint64_t rx_packets;
72 __uint64_t tx_packets;
73 __uint64_t rx_bytes;
74 __uint64_t rx_errors;
75 __uint64_t tx_bytes;
76 __uint64_t tx_errors;
77 __uint64_t rx_CRC_errors;
78 __uint64_t rx_short_length_error;
79 __uint64_t rx_long_length_error;
[all …]
H A Dnic_cmn.h266 __uint64_t CMD_CONSUMER_OFFSET;
282 __uint64_t D3_STATE_REGISTER;
364 __uint64_t word0;
372 __uint64_t AddrBuffer2;
373 __uint64_t word1;
389 __uint64_t word2;
397 __uint64_t AddrBuffer3;
398 __uint64_t word3;
406 __uint64_t AddrBuffer1;
407 __uint64_t word4;
[all …]
H A Dunm_nic_hw.c514 UNM_NIC_PCI_WRITE_64 (*(__uint64_t *)data, addr); in unm_nic_hw_write_ioctl_128M()
579 UNM_NIC_PCI_WRITE_64 (*(__uint64_t *)data, addr); in unm_nic_hw_write_wx_128M()
726 UNM_NIC_PCI_WRITE_64(*(__uint64_t *)data, (void *) (uptr_t)off); in unm_nic_hw_write_wx_2M()
783 *(__uint64_t *)data = UNM_NIC_PCI_READ_64(addr); in unm_nic_hw_read_ioctl_128M()
834 *(__uint64_t *)data = UNM_NIC_PCI_READ_64((void *) (uptr_t)off); in unm_nic_hw_read_wx_2M()
890 *(__uint64_t *)data = UNM_NIC_PCI_READ_64(addr); in unm_nic_hw_read_wx_128M()
1162 *(__uint64_t *)data = UNM_NIC_PCI_READ_64(addr); in unm_nic_pci_mem_read_direct()
1226 UNM_NIC_PCI_WRITE_64(*(__uint64_t *)data, addr); in unm_nic_pci_mem_write_direct()
1243 __uint64_t off8, mem_crb, tmpw, word[2] = {0, 0}; in unm_nic_pci_mem_write_128M()
1280 tmpw = *((__uint64_t *)data); in unm_nic_pci_mem_write_128M()
[all …]
H A Dunm_inc.h46 typedef unsigned long long __uint64_t; typedef
47 typedef __uint64_t jiffies_t;
578 typedef __uint64_t unm_dataword_t; /* single word in data space */
579 typedef __uint64_t unm64ptr_t; /* a pointer that occupies 64 bits */
1560 int unm_imb_writelit64(unsigned long off, __uint64_t data);
H A Dunm_brdcfg.h244 __uint64_t mac_addr[FLASH_NUM_PORTS * FLASH_NUM_MAC_PER_PORT];
H A Dniu.c179 __uint64_t result; in unm_niu_macaddr_get()
/illumos-gate/usr/src/compat/bhyve/x86/
H A D_types.h30 typedef unsigned long __uint64_t; typedef
33 typedef unsigned long long __uint64_t; typedef
41 typedef __uint64_t __vm_offset_t;
42 typedef __uint64_t __vm_paddr_t;
44 typedef __uint64_t __vm_size_t;
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h76 typedef __uint64_t u_int64_t;
78 typedef __uint64_t u_quad_t; /* quads (deprecated) */
281 typedef __uint64_t uoff_t;
309 #define __bitcount64(x) __builtin_popcountll((__uint64_t)(x))
343 static __inline __uint64_t
344 __bitcount64(__uint64_t _x) in __bitcount64()
358 static __inline __uint64_t
359 __bitcount64(__uint64_t _x) in __bitcount64()
H A D_types.h42 typedef __uint64_t __fsblkcnt_t;
43 typedef __uint64_t __fsfilcnt_t;
H A D_stdint.h69 typedef __uint64_t uint64_t;
H A Dendian.h52 typedef __uint64_t uint64_t;
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dtypes.h25 typedef __uint64_t u_int64_t;
54 typedef __uint64_t vm_pindex_t;
/illumos-gate/usr/src/boot/include/
H A Dstdlib.h321 __uint64_t
/illumos-gate/usr/src/boot/sys/fs/cd9660/
H A Diso.h238 typedef __uint64_t cd_ino_t;
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog153 (__uint64_t): Likewise.
409 (__uint64_t): Likewise.
739 (__uint64_t): Renamed to ...