Home
last modified time | relevance | path

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

12

/freebsd-14-stable/sys/riscv/include/
HDreg.h41 __uint64_t ra; /* return address */
42 __uint64_t sp; /* stack pointer */
43 __uint64_t gp; /* global pointer */
44 __uint64_t tp; /* thread pointer */
45 __uint64_t t[7]; /* temporaries */
46 __uint64_t s[12]; /* saved registers */
47 __uint64_t a[8]; /* function arguments */
48 __uint64_t sepc; /* exception program counter */
49 __uint64_t sstatus; /* status register */
53 __uint64_t fp_x[32][2]; /* Floating point registers */
[all …]
HDucontext.h51 __uint64_t fp_x[32][2];
52 __uint64_t fp_fcsr;
63 __uint64_t mc_spare[8]; /* Space for expansion */
HD_types.h60 typedef __uint64_t __uint_fast64_t;
61 typedef __uint64_t __u_register_t;
62 typedef __uint64_t __vm_paddr_t;
/freebsd-14-stable/sys/sys/
HD_types.h51 typedef unsigned long __uint64_t; typedef
56 typedef unsigned long long __uint64_t; typedef
69 typedef __uint64_t __uint_least64_t;
70 typedef __uint64_t __uintmax_t;
75 typedef __uint64_t __uintptr_t;
76 typedef __uint64_t __uintfptr_t;
77 typedef __uint64_t __vm_offset_t;
78 typedef __uint64_t __vm_size_t;
91 typedef __uint64_t __size_t; /* sizeof() */
120 typedef __uint64_t __fsblkcnt_t;
[all …]
HDtypes.h69 typedef __uint64_t u_int64_t;
71 typedef __uint64_t u_quad_t; /* quads (deprecated) */
259 typedef __uint64_t kpaddr_t;
260 typedef __uint64_t kvaddr_t;
261 typedef __uint64_t ksize_t;
265 typedef __uint64_t vm_ooffset_t;
267 typedef __uint64_t vm_pindex_t;
292 typedef __uint64_t uoff_t;
HDbitcount.h45 #define __bitcount64(x) __builtin_popcountll((__uint64_t)(x))
79 static __inline __uint64_t
80 __bitcount64(__uint64_t _x) in __bitcount64()
94 static __inline __uint64_t
95 __bitcount64(__uint64_t _x) in __bitcount64()
HDprng.h14 __uint64_t prng64(void);
15 __uint64_t prng64_bounded(__uint64_t bound);
HDstat.h189 __uint64_t st_gen; /* file generation number */
190 __uint64_t st_filerev; /* file revision, incr on changes */
191 __uint64_t st_spare[9];
HD_stdint.h69 typedef __uint64_t uint64_t;
HDctf.h274 (((__uint64_t)(m)->ctlm_offsethi) << 32 | (m)->ctlm_offsetlo)
275 #define CTF_OFFSET_TO_LMEMHI(off) ((__uint32_t)((__uint64_t)(off) >> 32))
/freebsd-14-stable/sys/arm64/include/
HDreg.h41 __uint64_t x[30];
42 __uint64_t lr;
43 __uint64_t sp;
44 __uint64_t elr;
45 __uint64_t spsr;
86 __uint64_t dbr_addr;
91 __uint64_t dbw_addr;
102 __uint64_t code;
103 __uint64_t data;
HDucontext.h43 __uint64_t gp_spsr;
80 __uint64_t mc_ptr; /* Address of extra_regs struct */
81 __uint64_t mc_spare[7]; /* Space for expansion, set to zero */
106 __uint64_t mcv_reg[32];
HD_types.h64 typedef __uint64_t __uint_fast64_t;
65 typedef __uint64_t __u_register_t;
66 typedef __uint64_t __vm_paddr_t;
/freebsd-14-stable/sys/powerpc/include/
HD_types.h75 typedef __uint64_t __uint_fast64_t;
77 typedef __uint64_t __u_register_t;
78 typedef __uint64_t __vm_paddr_t;
82 typedef __uint64_t __vm_paddr_t;
HDucontext.h46 __uint64_t mc_avec[32*2]; /* vector register file */
49 __uint64_t mc_fpreg[33];
50 __uint64_t mc_vsxfpreg[32]; /* low-order half of VSR0-31 */
/freebsd-14-stable/sys/x86/include/
HD_types.h85 typedef __uint64_t __uint_fast64_t;
87 typedef __uint64_t __u_register_t;
88 typedef __uint64_t __vm_paddr_t;
91 typedef __uint64_t __vm_paddr_t;
HDreg.h170 __uint64_t fpr_env[4];
173 __uint64_t fpr_spare[12];
203 __uint64_t dr[16]; /* debug registers */
250 __uint64_t r_fsbase;
251 __uint64_t r_gsbase;
/freebsd-14-stable/lib/msun/aarch64/
HDfenv.h41 typedef __uint64_t fenv_t;
42 typedef __uint64_t fexcept_t;
162 __uint64_t fpcr; in fegetenv()
163 __uint64_t fpsr; in fegetenv()
/freebsd-14-stable/lib/msun/riscv/
HDfenv.h45 typedef __uint64_t fenv_t;
46 typedef __uint64_t fexcept_t;
/freebsd-14-stable/sys/arm/include/
HDptrace.h13 __uint64_t vfp_reg[32];
HDreg.h16 __uint64_t fpr_r[32];
HDucontext.h70 __uint64_t mcv_reg[32];
HD_types.h66 typedef __uint64_t __uint_fast64_t;
/freebsd-14-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
HDtypes.h39 typedef __uint64_t u_longlong_t;
/freebsd-14-stable/contrib/ntp/libntp/lib/isc/unix/
HDifiter_sysctl.c36 (1 + (((a) - 1) | (sizeof(__uint64_t) - 1))) : \
37 sizeof(__uint64_t))

12