Symbol: u64
arch/powerpc/boot/types.h
12
typedef unsigned long long u64;
arch/powerpc/platforms/cell/spufs/spu_restore.c
19
typedef unsigned long long u64;
arch/powerpc/platforms/cell/spufs/spu_save.c
19
typedef unsigned long long u64;
drivers/net/ethernet/amd/pds_core/core.h
226
(((u64)(n) & PDS_CORE_DBELL_QID_MASK) << PDS_CORE_DBELL_QID_SHIFT)
drivers/net/ethernet/amd/pds_core/core.h
232
(((u64)(n) & PDS_CORE_DBELL_RING_MASK) << PDS_CORE_DBELL_RING_SHIFT)
drivers/net/ethernet/pensando/ionic/ionic_regs.h
115
(((u64)(n) & IONIC_DBELL_QID_MASK) << IONIC_DBELL_QID_SHIFT)
drivers/net/ethernet/pensando/ionic/ionic_regs.h
121
(((u64)(n) & IONIC_DBELL_RING_MASK) << IONIC_DBELL_RING_SHIFT)
include/acpi/actypes.h
95
typedef COMPILER_DEPENDENT_UINT64 u64;
include/asm-generic/int-ll64.h
23
typedef __u64 u64;
include/linux/raid/pq.h
39
typedef uint64_t u64;
scripts/gcc-plugins/randomize_layout_plugin.c
121
typedef unsigned long long u64;
tools/arch/x86/kcpuid/kcpuid.c
17
typedef unsigned long long u64;
tools/include/linux/types.h
33
typedef uint64_t u64;
tools/perf/util/bpf_skel/vmlinux/vmlinux.h
19
typedef __u64 u64;
tools/sched_ext/include/scx/common.h
24
typedef uint64_t u64;
tools/testing/selftests/bpf/prog_tests/reg_bounds.c
30
#define u64 ___u64
tools/testing/selftests/bpf/prog_tests/sockmap_helpers.h
9
#define u64(v) ((u64){(v)})
tools/testing/selftests/futex/functional/futex_numa.c
17
typedef u_int64_t u64;
tools/testing/selftests/kvm/include/x86/evmcs.h
15
#define u64 uint64_t
tools/testing/selftests/mm/mseal_helpers.h
40
#define u64 unsigned long long
tools/testing/selftests/mm/pkey-helpers.h
25
typedef __u64 u64;
tools/testing/selftests/powerpc/include/utils.h
26
typedef unsigned long long u64;