reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/linux/aio_abi.h
   60 	__u64		data;		/* the data field from the iocb */
   61 	__u64		obj;		/* what iocb this event came from */
   74 	__u64	aio_data;	/* data to be returned in event's data */
   91 	__u64	aio_buf;
   92 	__u64	aio_nbytes;
   96 	__u64	aio_reserved2;	/* TODO: use this for a (struct sigevent *) */
usr/include/linux/byteorder/little_endian.h
   44 static __always_inline __le64 __cpu_to_le64p(const __u64 *p)
   48 static __always_inline __u64 __le64_to_cpup(const __le64 *p)
   68 static __always_inline __be64 __cpu_to_be64p(const __u64 *p)
   72 static __always_inline __u64 __be64_to_cpup(const __be64 *p)
usr/include/linux/elf.h
   16 typedef __u64	Elf64_Addr;
   19 typedef __u64	Elf64_Off;
   22 typedef __u64	Elf64_Xword;
usr/include/linux/fs.h
   48 	__u64 src_offset;
   49 	__u64 src_length;
   50 	__u64 dest_offset;
   54 	__u64 start;
   55 	__u64 len;
   56 	__u64 minlen;
   66 	__u64 dest_offset;	/* in - start of extent in destination */
   67 	__u64 bytes_deduped;	/* out - total # of bytes we were able
   80 	__u64 src_offset;	/* in - start of extent in source */
   81 	__u64 src_length;	/* in - length of extent */
usr/include/linux/input.h
  108 	__u64 codes_ptr;
usr/include/linux/perf_event.h
  323 	__u64			config;
  326 		__u64		sample_period;
  327 		__u64		sample_freq;
  330 	__u64			sample_type;
  331 	__u64			read_format;
  333 	__u64			disabled       :  1, /* off by default        */
  382 		__u64		bp_addr;
  383 		__u64		config1; /* extension of config */
  386 		__u64		bp_len;
  387 		__u64		config2; /* extension of config1 */
  389 	__u64	branch_sample_type; /* enum perf_branch_sample_type */
  395 	__u64	sample_regs_user;
  411 	__u64	sample_regs_intr;
  486 	__u64	time_enabled;		/* time event active */
  487 	__u64	time_running;		/* time event on cpu */
  489 		__u64	capabilities;
  491 			__u64	cap_bit0		: 1, /* Always 0, deprecated, see commit 860f085b74e9 */
  538 	__u64	time_offset;
  555 	__u64	time_zero;
  580 	__u64   data_head;		/* head in the data section */
  581 	__u64	data_tail;		/* user-space written tail */
  582 	__u64	data_offset;		/* where the buffer starts */
  583 	__u64	data_size;		/* data buffer size */
  596 	__u64	aux_head;
  597 	__u64	aux_tail;
  598 	__u64	aux_offset;
  599 	__u64	aux_size;
  640 	__u64	dev;
  641 	__u64	ino;
  954 	__u64 val;
  956 		__u64   mem_op:5,	/* type of opcode */
 1074 	__u64	from;
 1075 	__u64	to;
 1076 	__u64	mispred:1,  /* target mispredicted */
usr/include/linux/prctl.h
  135 	__u64	start_code;		/* code section bounds */
  136 	__u64	end_code;
  137 	__u64	start_data;		/* data section bounds */
  138 	__u64	end_data;
  139 	__u64	start_brk;		/* heap for brk() syscall */
  140 	__u64	brk;
  141 	__u64	start_stack;		/* stack starts at */
  142 	__u64	arg_start;		/* command line arguments bounds */
  143 	__u64	arg_end;
  144 	__u64	env_start;		/* environment variables bounds */
  145 	__u64	env_end;
  146 	__u64	*auxv;			/* auxiliary vector */
usr/include/linux/swab.h
   65 static __inline__  __u64 __fswab64(__u64 val)
   65 static __inline__  __u64 __fswab64(__u64 val)
  187 static __always_inline __u64 __swab64p(const __u64 *p)
  187 static __always_inline __u64 __swab64p(const __u64 *p)
  255 static __always_inline void __swab64s(__u64 *p)
usr/include/linux/types.h
   28 typedef __u64 __bitwise __le64;
   29 typedef __u64 __bitwise __be64;
usr/include/x86_64-linux-gnu/asm/swab.h
   15 static __inline__  __u64 __arch_swab64(__u64 val)
   15 static __inline__  __u64 __arch_swab64(__u64 val)