Home
last modified time | relevance | path

Searched refs:abi_llong (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_defs.h241 abi_llong tv_sec;
242 abi_llong tv_usec;
252 abi_llong tv_sec;
253 abi_llong tv_nsec;
307 abi_llong offset; /* Time offset */
308 abi_llong freq; /* Frequency offset */
309 abi_llong maxerror; /* Maximum error (microseconds) */
310 abi_llong esterror; /* Estimated error (microseconds) */
313 abi_llong constant; /* PLL (phase-locked loop) time constant */
314 abi_llong precision; /* Clock precision (microseconds, ro) */
[all …]
H A Dsyscall.c6920 abi_llong l_start;
6921 abi_llong l_len;
8976 abi_llong key;
8987 abi_llong key; in risc_hwprobe_fill_pairs()
/openbmc/qemu/bsd-user/
H A Dqemu-bsd.h38 rlim_t target_to_host_rlim(abi_llong target_rlim);
39 abi_llong host_to_target_rlim(rlim_t rlim);
H A Dbsd-proc.c41 rlim_t target_to_host_rlim(abi_llong target_rlim) in target_to_host_rlim()
46 abi_llong host_to_target_rlim(rlim_t rlim) in host_to_target_rlim()
/openbmc/qemu/linux-user/generic/
H A Dfcntl.h145 abi_llong l_start;
146 abi_llong l_len;
/openbmc/qemu/include/user/
H A Dabitypes.h48 typedef int64_t abi_llong __attribute__((aligned(ABI_LLONG_ALIGNMENT))); typedef